Is there a plugin that will allow me to create an rss feed for my wiki that doesn’t require too much technical know-how? I don’t know any programming, so something that’s not too complicated to set up would be great. I’m using a single file wiki, btw. I know some use node js to create separate files, but I have no clue how to do any of that. It would have to be a solution that works with a single file wiki. I realize I’d probably have to export a generated rss file & host it elsewhere, that’s fine. I just don’t want it to be too complicated to set up.
Gloria I believe there may be a solution for you, so often though when a solution requires the export of multiple files, node has been traditionally used. it does not mean it needs to. although I thought on may export one RSS feed file with links to content.
- let’s see what answers you get but keep in mind the idea we can generate multiple files and push them into a zip file we save then expand in place under the site address.
Not a plugin, but I made a setup to create a RSS feed for my tiddlywiki a few years ago : https://rss.tiddlyhost.com/
It relies on the file upload plugin to save the RSS file to GitHub (afaik, we can’t embed the RSS file directly inside a single file tiddlywiki, it needs to be hosted separately).
If you need help to set it up for yours, let me know