by tedyoung on 7/5/2015, 6:25:41 PM
Like others, I use whatever text editor I find most convenient and write it in Markdown-like syntax (on Windows, that's MarkdownPad). When I want to get it into PDF, I'll either use Leanpub to make it into an eBook, or I'll convert it into LaTex and use something like http://overleaf.com (wysiwyg preview of your LaTex) to improve the formatting (or do things that Markdown-like syntax doesn't handle).
by DanBC on 7/5/2015, 9:48:07 AM
Abiword is a lightweight word processor. You'd probably want to use Abiword's template feature to set defaults to what you want. EG I prefer light text on dark backgrounds. I like monospaced fonts. I have all the toolbars turned off.
This allows me to do basic "text editor like" typing, but with the option to apply styling and export to PDF.
http://www.abisource.com/wiki/FaqDefaultFont
http://www.abisource.com/wiki/FAQ/Always_save_as_Word
Otherwise, any text editor you like for most of the stuff and the tools you need for the other stuff. gedit for all the texty stuff, and then import it into a WP to apply styles and export to PDF.
I guess I misunderstand your question: why don't you just use a word-processor for everything, and save as text? Why don't you just use a text editor and then import into a WP when needed?
by mark_l_watson on 7/5/2015, 2:27:44 PM
I use several things:
leanpub: for writing books. uses Dropbox, web services to produce books from markdown. I can edit markdon files on my phone, ipad, Chromebook, and kaptops.
Google docs: quick notes that I might need in the future; having search helps find stuff later
Microsoft OneNote - for notebooks for travel planning, research, etc.
Emacs: org mode, but it takes effort to get started
by Frenchgeek on 7/5/2015, 9:16:28 AM
by usermac on 7/6/2015, 11:48:48 AM
I use BBEdit for its text-only and RegEx and really enjoy it. I must admit, I do like MS OneNote as I can write a note and see it on all my devices.
by gizmoboy7 on 7/5/2015, 9:16:41 AM
https://www.zoho.com/docs/writer.html - Check this out?
by memborg on 7/5/2015, 2:01:33 PM
And I would like it to be open source too and not a web application
by informatimago on 7/5/2015, 9:54:18 AM
I'm looking for a general purpose writing tool, for writing letters, documentation, jot down notes and so on in pure text, and not be dependent on a certain piece of software like Word for the writing part but it could be as simple as Notepad or as advanced as Vim.
At some point I might need these writings to be presentable to others in form of a PDF, with formatting: like headers, bold, italic, having a page header, a footer and so on.
Any pointers to where I might look to?