Scroll now generates text files =============================== by Breck Yunits April 29, 2024 Scroll is a minimial (but extensible) language for generating HTML files, with the main use case being for web blogs. However, recently I've been needing to make readable text versions of blog posts for a few use cases. I was doing that by hand, but now it is built in to Scroll. To use it, just add a single line to your posts: `writeText`. You can even put that line into your `header.scroll` or `footer.scroll` to have it apply to your whole blog. Now you have another way to read, review, and share your thoughts! View text https://scroll.pub/blog/textFiles.txt ****