TiddlyWiki is an open-source single page application wiki. A single HTML file contains CSS, JavaScript, and the content. The content is divided into a series of components, or Tiddlers.TiddlyWiki is designed to be non-linear, structuring content with stories, tags, hyperlinks, and other features. You can organise and retrieve your notes in ways that conform to your personal thought patterns, rather than feel chained to one preset organisational structure.
Questions tagged [tiddlywiki5]
47 questions
20
votes
3 answers
TiddlyWiki5 and highlight.js - How to change style / theme of syntax highlighting?
I am using TiddlyWiki version 5.1.13. I have added the highlight plugin (version 5.1.13) which uses highlight.js (version 8.8.0).
In a tiddler I successfully highlight XML like this:
```xml
```
How can I…

Dennis
- 646
- 2
- 6
- 19
9
votes
3 answers
Tiddlywiki: make a list of all tiddlers tagged with name of current tiddler
If I have a tiddler named "X", I know I can make a list of all tiddlers tagged with "X" by using <>. Is there a way to make a no-brainer macro which automatically finds all tiddlers nested under the…

crypdick
- 16,152
- 7
- 51
- 74
7
votes
1 answer
TiddlyWiki: Filter table of contents by multiple tags
I have a tiddlywiki with multiple roleplay game notes in it. Every tiddly is tagged with its respective game name and a category (e.g. "city" or "NPC").
Now I want to create a table of contents that list only, for example, NPCs of one game. And I…

Adrian
- 591
- 4
- 12
6
votes
2 answers
Saving TiddlyWiki 5 to server using store.php
On the server, all in the same directory, and with all permissions set temporarily to 777 (including the directory itself):
index.html (a copy of the empty TiddlyWiki)
store.php
I have edited the user list in store.php, and checked that the…

Benjamin
- 11,560
- 13
- 70
- 119
5
votes
3 answers
How to setup Table of Content in TiddlyWiki
If I go TiddlyWiki site I can see tab Content. How can I create my own table of content for my tiddlywiki file?

lowtech
- 2,492
- 2
- 22
- 31
5
votes
5 answers
How to link to local images on Node.js version of Tiddlywiki?
I'm using the Node.js version of TiddlyWiki, and I'd like to link to images on my filesystem.
The documentation listed here doesn't work; in the [img[path]] tag, for the path part I put something like /Users/documents/ken/path_to_image.jpg yet…

Kenrick Chien
- 1,036
- 8
- 22
4
votes
1 answer
How can I embed a font into Tiddlywiki?
I'm trying to add a new font to tiddlywiki and have tried a few methods. None of them seem to be working, perhaps you could help?
I tried embedding the google fonts link provided in the html css stylesheet, but it wasn't reading the font. Then I…

Kate
- 41
- 2
4
votes
2 answers
How to escape the back-tick (`) character in tiddlywiki?
I would like to use the back-tick in regular text (not in a code snippet) in TW5. Is this possible?

Ted Pudlik
- 665
- 8
- 26
3
votes
3 answers
electron browser javascript error
I am very new to node, javascript, and electron. I am just trying to write a simple app that opens a local HTML file in a browser window. The local file has some complex embedded javascript (tiddlywiki). Here is some sample code (I did not use local…

BrandonKurtz
- 33
- 5
3
votes
1 answer
Tiddlywiki5 Howto use fields in HTML Code
I'm trying to use tiddlywiki to build a store of parts I ordered online. Each tiddly represents one part and has several fields, such as price or order-number...
How can I use Tiddlywiki fields within the Tiddlywiki markup or HTML, eg. how can I…

RangerJo
- 391
- 2
- 7
3
votes
1 answer
How can I set visibility for different groups in TiddlyWiki?
I want to use TiddlyWiki to share knowledge. Before publishing them, I hope only some users can view them, some can edit them, while others can not get any relevant contents. Of course the administrator can assign the privilege level of the raw…

Jannus YU
- 89
- 6
3
votes
1 answer
How can I reuse code between Javascript macros and minimize work done within the macros?
I currently have two macros that are part of a (very limited-audience) plugin I'm developing, that both look basically like:
(function(){
exports.name = "name";
exports.params = [
{name: "value"}
];
function get(tiddler) {
// return some…

Karl Knechtel
- 62,466
- 11
- 102
- 153
2
votes
1 answer
Generating a list of links with prefix "The " removed points to empty Tiddler instead of the real Tiddler
I'm trying to create a tiddler that's an alphabetical list of all the tiddlers in my tiddlywiki. I've gotten it to work to a certain point with this code:
A
<>
B
<

fiend
- 185
- 1
- 7
2
votes
0 answers
How do I hide a tag after selecting it in TiddlyWiki?
To prevent unnecessary tags from interfering on the screen, I want to hide them from the TagPickerTagTemplate selection list. This can be done?
example
Or at least hide tags after clicking? Something like this:
onClick="this.style='visibility:…

mike-al
- 31
- 3
2
votes
0 answers
TiddlyServer on Azure App Services not saving tiddlers and not uploading files
Inspired by the Tutorial for Running Node.js TW5 on Microsoft Azure for Free I'd like to host TiddlyServer on Azure. As a first attempt I followed the instructions in the tutorial and was successful in getting Node.js TW5 working on Azure.
I…

Zsolt
- 43
- 3