Nov 22
I liked the boycook’s TiddlyBlogger macro. What I missed was:
- A way to update a post instead of creating a new one everytime. In this way, I can use my TiddlyWiki as a publishing platform, a wordpress writing tool.
- A way to automatically convert TiddlyLinks into permalinks for my blog.
I changed it myself, this is the result.
- When you make a new post, a custom tag is inserted in the text of the tiddler. After posting to your blog, the postid will be written to the end of the post. For example: [#67#]. In this case 67 is the postid of the new post
- When you update the same post thereafter and hit "publish" again, the TiddlyBlogger macro will read the postid (if it exists), and update the post in your blog (instead of creating a new one).
- When you update an existing post or new post, the macro will search for TiddlyLinks, and replace them with real hyperlinks. For example:
[[Tiddly Link]] becomes <a href="/tiddly-link">Tiddly Link</a>
You can download the new version here: TiddlyBloggerMacroWithPermalinksAndUpdates
Leave a Reply


