====== Форматы fb2, epub, etc ====== ===== fb2 ===== * http://www.fictionbook.org/ ===== ePub ===== * [[https://support.google.com/books/partner/answer/3316879?hl=ru|справка на google-книгах]] * http://www.epubzone.org/epub-3-overview/understanding-epub-3/ * http://www.epubzone.org/solutions/ - приложения работы с epub * [[https://www.ibm.com/developerworks/ru/library/x-richlayoutepub/index.html|Создание сложных макетов публикаций в EPUB 3 с применением HTML5, CSS3 и MathML]] @ IBM * [[https://www.ibm.com/developerworks/xml/tutorials/x-epubtut/index.html|Build a digital book with EPUB]] * https://github.com/idpf/epub3-samples - коллекция EPUB 3 Samples * Chekers * https://github.com/IDPF/epubcheck * http://validator.idpf.org/ * https://sigil-ebook.com/ ===== Редакторы ===== * обзоры * https://fb2-reader.ru/edit * [[https://www.ibm.com/developerworks/ru/library/x-xmltools/index.html|Знакомство с современными средствами работы с XML]] от ibm * [[http://dieta-protasova.ru/forum/threads/%D0%A7%D0%B5%D0%BC-%D0%BE%D1%82%D0%BA%D1%80%D1%8B%D1%82%D1%8C-%D1%84%D0%B0%D0%B9%D0%BB%D1%8B-%D1%81-%D1%80%D0%B0%D1%81%D1%88%D0%B8%D1%80%D0%B5%D0%BD%D0%B8%D0%B5%D0%BC-fb2-%D1%8D%D0%BB%D0%B5%D0%BA%D1%82%D1%80%D0%BE%D0%BD%D0%BD%D1%8B%D0%B5-%D0%BA%D0%BD%D0%B8%D0%B3%D0%B8.155/|Чем открыть файлы с расширением .fb2 (электронные книги)]] * [[https://habr.com/post/112371/|Визуальный XML редактор Syntext Serna]] * [[http://www.xmlmind.com/xmleditor/index.html|XMLmind XML Editor]] * [[http://blog.singlesourcing.ru/posts/2018/03/docbook-quick-start-2-2/|DocBook: быстрый старт (часть 2.2). Конфигурирование DocBook-инструментария под Windows]] * http://www.oxygenxml.com/ * http://www.jutoh.com/ ===== MarkDown ===== https://pandoc.org/ Using pandoc and lynx without creating temporary files: pandoc file.md | lynx -stdin * https://stackoverflow.com/questions/14249811/markdown-to-docx-including-complex-template https://unix.stackexchange.com/questions/24931/how-to-make-firefox-read-stdin echo '

hello, world

' |firefox "data:text/html;base64,$(base64 -w 0 <&0)" * [[https://www.shopify.com/partners/blog/10-of-the-best-markdown-editors-of-2018|The 10 Best Markdown Editors of 2018]] * https://typora.io/ * [[https://github.com/RPM-Outpost/typora|Install typora via RPM]] ===== AsciiDoc ===== * https://stoeps.de/2019/06/10/20190610-asciidoctor-for-professional-documentation/ * [[https://asciidoctor.org/docs/editing-asciidoc-with-live-preview/|Список редакторов]] * [[https://www.asciidocfx.com/|AsciiDocFX]] * [[https://atom.io/|Atom]] * [[http://brackets.io/|Brackets]] * plugin for Eclipse * plugin for Intellij IDE * https://www.vogella.com/tutorials/AsciiDoc/article.html - хорошая статья * [[http://idoka.ru/getting-started-with-asciidoctor-pdf/ |asciidoctor-pdf: asciidoc для самых маленьких]] * [[https://bcouetil.gitlab.io/academy/BP-asciidoc.html|AsciiDoc & doc-as-code Best Practices]] * issue [[https://github.com/asciidoctor/asciidoctor-pdf/issues/926|table font_size is not applied for `a|` cells #926]]