I used to use gitbook to generate til.secretGeek.net but it got slower and slower over time, would take 45 mins to build the site… and then the parts I was using were either deprecated or made “premium” - something happened. The “enshittification” set in, basically. If there’s some nice free thing you use that’s too good to be true… wait a few years it will go to muck. I bit the bullet and wrote my own very minimal s…
> spruik spruik - in British English (ˈspruːɪkˈ) [Australian archaic, slang]: to speak in public (used esp of a showman or salesman) - in American English (ˈspruːkˈ) [Australian slang]: to make or give a speech, esp. extensively or elaborately; spiel; orate https://www.collinsdictionary.com/jp/dictionary/english/spru...
MdBook – A command line tool to create books with Markdown
121–123 of 123 posts
Re: MdBook – A command line tool to create books with Markdown
#122Earlier quoted context omitted.
What else besides EMACS supports .org files? 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?
AsciiDoc still has no footnotes, but only endnotes. Therefore not really useful for writing non-fiction books. As org-mode files are only text files, you can use any editor you like. If you want all the goodies (agenda, TODOs etc), you have to use Emacs, yes.
Does Markdown have footnotes or endnotes? No?
People are still misusing it for everything! Especially for technical writing, which is just nuts.
Re: MdBook – A command line tool to create books with Markdown
#123Earlier quoted context omitted.
> Then go for plain text. All those headings and asterisks are a distraction anyway. Years ago, many e-books used to be distributed in plain text in fact. Markdown is more semantic. E.g. it gives you a ToC (a very important feature of a good book, and it has to be semantic markup-based when you decouple the text from the view by omitting explicit pagination) for free.
HTML is also semantic. It also has a good standard, its support is omnipresent, is extensible, actually supports tables etc.