WYSIWYG editor for structured text (suitable for SVN versioning)
        Posted  
        
            by chris_l
        on Super User
        
        See other posts from Super User
        
            or by chris_l
        
        
        
        Published on 2010-04-02T00:18:04Z
        Indexed on 
            2010/04/02
            0:23 UTC
        
        
        Read the original article
        Hit count: 548
        
I'm looking for an
- open source
- cross platform
- WYSIWYG
editor that I can use to write documentation. I'm not looking for a web based solution - i.e. it should work without a web server, and I want to save my files directly to disk.
The result could be any structured format, like Wiki markup, ReStructuredText, DocBook, or a small subset of HTML, ... But it's important, that
- Subversion diff can be used to see differences between the versions easily (this wouldn't work with .odt or .rtf files for example)
I'm currently thinking about using Open Office, and saving the files as HTML, but is there a better solution?
© Super User or respective owner