Форматы fb2, epub, etc
fb2
ePub
- http://www.epubzone.org/solutions/ - приложения работы с epub
- https://github.com/idpf/epub3-samples - коллекция EPUB 3 Samples
- Chekers
Редакторы
- обзоры
-
MarkDown
Using pandoc and lynx without creating temporary files: pandoc file.md | lynx -stdin
https://unix.stackexchange.com/questions/24931/how-to-make-firefox-read-stdin
echo '<h1>hello, world</h1>' |firefox "data:text/html;base64,$(base64 -w 0 <&0)"
AsciiDoc
-
- plugin for Eclipse
- plugin for Intellij IDE
- https://www.vogella.com/tutorials/AsciiDoc/article.html - хорошая статья