diff options
| author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2012-11-15 22:17:13 +0100 | 
|---|---|---|
| committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2012-11-15 22:17:13 +0100 | 
| commit | d0905f59aa0026d29a4943cefc3e9f2d916e5164 (patch) | |
| tree | 7ac536526c47e8581f703d4c875e1d0969f617af | |
| parent | c0c36e5f14594269e98cfcecf5e5c2161f179f83 (diff) | |
strumenti/retext.rst: articolo sull'editor
| -rw-r--r-- | strumenti/retext.rst | 16 | 
1 files changed, 16 insertions, 0 deletions
| diff --git a/strumenti/retext.rst b/strumenti/retext.rst new file mode 100644 index 0000000..b21d2f8 --- /dev/null +++ b/strumenti/retext.rst @@ -0,0 +1,16 @@ +ReText +------ + +ReText_ è un editor specifico per Markdown e |reST|. + +.. _ReText: http://sourceforge.net/p/retext/home/ReText/ + +.. |reST| replace:: reStructuredText + +Permette di avere un'anteprima in HTML del documento su cui si sta lavorando,  +anche in parallelo rispetto al documento. Inoltre può esportare in vari  +formati tra cui HTML, PDF ed ODT. + +È scritto in python ed usa le librerie QT, ed è quindi ufficialmente  +supportato per GNU/Linux, ma portabile anche ad altre piattaforme. + | 
