Has anyone any recommendations for tools / styling for #ebooks? I'm looking at #asciidoc to #epub but I'm wondering what the "right" way to style the epub should be
#aeonglass #writersofmastodon #ebook #writing #writingcommunity
Has anyone any recommendations for tools / styling for #ebooks? I'm looking at #asciidoc to #epub but I'm wondering what the "right" way to style the epub should be
#aeonglass #writersofmastodon #ebook #writing #writingcommunity
Oh hey, do you (yes YOU) publish toots on a regular theme (art, fiction, particular niche interests)? Would you like to archive them to a searchable blog and/or RSS feed? I wrote a program to do that. The tl-dr is that I use the "Hugo" blogging engine which compiles markdown files into blog posts on a static site (no wordpress, no database, no hacking surfaces). Then I use this script that I wrote to search my mastodon and make new markdown files for any new toots. I run it once with -- count=0 to get all matching toots forever, then daily with --count=14 to update the last two weeks' toots (refreshing likes etc, on recent posts). Then it's the standard compile-the-blog-and-push-it-to-the-server process. https://github.com/unixbigot/rankle?tab=readme-ov-file#blog-archiving The same process can also be combined with Matt @[email protected] Gemmel's https://github.com/mattgemmell/pandoc-publish to turn a collection of toots into an e-book.