So far, in this thread (in no particular order): - [Jekyll]( https://jekyllrb.com/ ) - [Hugo Book]( https://github.com/alex-shpak/hugo-book ) - [MdBook]( https://rust-lang.github.io/mdBook/ ) - [MkDocs]( https://www.mkdocs.org/ ) - [MkDocs Material]( https://squidfunk.github.io/mkdocs-material/ ) - [GitBook]( https://www.gitbook.com/ ) - [Antora]( https://antora.org/ ) - [Docusaurus]( https://docusaurus.io/ ) - [Next…
MdBook – A command line tool to create books with Markdown
81–90 of 123 posts
Re: MdBook – A command line tool to create books with Markdown
#82Imho Markdown is a overall terrible and (especially regarding technical writing!) very limited format. But nothing else seems popular. Why actually?
Are there any realistic alternatives?
Thanks for some hints!
Re: MdBook – A command line tool to create books with Markdown
#83I love MdBook. It's also dirt simple to customize it with plugins or rendering backends: * https://github.com/dylanowen/mdbook-graphviz * https://github.com/dylanowen/mdbook-confluence
You might be interested in https://kroki.io and https://github.com/JoelCourtney/mdbook-kroki-preprocessor .
Re: MdBook – A command line tool to create books with Markdown
#84Earlier quoted context omitted.
Wow, what is up with the material mkdocs theme ( https://squidfunk.github.io/mkdocs-material/ )? That's an extremely spiffy landing page, especially given that it's for a theme designed for a totally separate piece of software.
mkdocs-materials is underselling itself as only a theme imo. It bundles a lot of value that mkdocs is missing out of the box as plugins and tweaks, like a good client-side search, page tags, or easy support for a lot of markdown extensions (e.g. code syntax highlighting, admonitions/callouts). From my personal experience mkdocs+mkdocs-material is like GNU+Linux.
Re: MdBook – A command line tool to create books with Markdown
#85I’ve tried MdBook, Jekyll, and MkDocs. MdBook is slick for basic projects, but I felt it was too minimalistic for me. When I dug into the source for the MdBook sites that I liked, I saw that they had extended MdBook with some custom Rust code. My recommendations are: - MkDocs: Good default choice, reasonably flexible. - Jekyll: For people who want a little more flexibility—things like landing pages, blogs, etc. - Ant…
Wow, what is up with the material mkdocs theme ( https://squidfunk.github.io/mkdocs-material/ )? That's an extremely spiffy landing page, especially given that it's for a theme designed for a totally separate piece of software.
Re: MdBook – A command line tool to create books with Markdown
#86Re: MdBook – A command line tool to create books with Markdown
#87Tangent question: What are currently viable Markdown alternatives? Imho Markdown is a overall terrible and (especially regarding technical writing!) very limited format. But nothing else seems popular. Why actually? Are there any realistic alternatives? Thanks for some hints!
https://youtube.com/playlist?list=PLVtKhBrRV_ZkPnBtt_TD1Cs9P...
Re: MdBook – A command line tool to create books with Markdown
#88Tangent question: What are currently viable Markdown alternatives? Imho Markdown is a overall terrible and (especially regarding technical writing!) very limited format. But nothing else seems popular. Why actually? Are there any realistic alternatives? Thanks for some hints!
Re: MdBook – A command line tool to create books with Markdown
#89Anyone know what Qdrant uses in their doc pages? I really like the style. https://qdrant.tech/documentation/quick-start/#
Re: MdBook – A command line tool to create books with Markdown
#90Tangent question: What are currently viable Markdown alternatives? Imho Markdown is a overall terrible and (especially regarding technical writing!) very limited format. But nothing else seems popular. Why actually? Are there any realistic alternatives? Thanks for some hints!
org-mode is a brilliant format. The limitation is that you would have to use Emacs or something which support .org files. https://youtube.com/playlist?list=PLVtKhBrRV_ZkPnBtt_TD1Cs9P...
Form the alternatives I've seen so far it looks best. But EMACS? (I'm on Linux, but never liked EMACS or Vi(m)).
The second best looking alternative seems AsciiDoc. It has some more tooling as I see it.
But really like the .org syntax best so far. So any recommendations for tooling?