This is a stripped-down version of a single section of Grok TiddlyWiki, optimized for fast loading and readability by search engines. Some features are missing.

For the full Grok TiddlyWiki experience, please visit the wiki version of this page.

Getting Technical

20th August 2021 at 11:05am

This chapter differs from the others in the book in that it discusses how TiddlyWiki integrates with other technologies – JavaScript, CSS, shell scripts, and so on. You may not have the technical knowledge or previous experience to benefit from some or all of these sections, so they are totally optional and not a necessary part of broad TiddlyWiki expertise, but if some of them look interesting and in line with your other skills, feel free to explore!

In this chapter

  • JavaScript Macros – Macros can execute JavaScript code rather than evaluating wikitext.
  • Stylesheets – Every little bit of page formatting can be customized by adding CSS to your wiki.
  • Creating Plugins – You can share your custom TiddlyWiki tools with other wikis and users by extracting them into plugins.
  • Writing Shell Scripts Against a TiddlyWiki – External tools can access the data in your TiddlyWiki by reading files and calling a Node.js CLI.

↑ Outline