On 10/31/2013 3:26 AM, Matt Wilkie wrote:
QTextEdit#richTextEdit {
waitaminutenow, that says "richTextEdit".
and the QTextEdit widget is clearly rich text in the MS-Word ooWriter
sense already:
http://qt-project.org/doc/qt-4.8/demos-textedit.html
So what exactly stops Leo from being a rich text editor already?
(Technically I mean, leaving aside for the moment there is no desire
by the builders to go that way.)
--
You received this message because you are subscribed to the Google
Groups "leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/groups/opt_out.
There's also Terry's richtext.py plugin, which saves formatting in a
node as html. It supports @rich nodes.
Office and Open/LibreOffice both support opening html files... perhaps
there's promise here?
Something like this...? (node bodies are two spaces indented from their
headline, child node headlines are four spaces indented from their
parent headlines)
----
@file test.html
@language html
<html>
@others
</html>
@rich thedocument
Heading 1
your HTML here, with Terry's CKEditor WYSIWYG plugin
Heading 2
your HTML here, with Terry's CKEditor WYSIWYG plugin
Heading 2.1
----
Etc. Then open the resulting file with office?
I have not tested this, but it might work...
-->Jake
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/groups/opt_out.