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
1
vote
1 answer
Change save location of Tiddlywiki when using Download Saver
I am currently using Tiddlywiki as it comes, i.e. from the folder Downloads\tiddlywikilocations\index.html. It works flawlessly to save the file in the browser if it is located in exactly this folder, but it seems not possible to either rename the…

DK2AX
- 265
- 5
- 16
1
vote
1 answer
Trouble auto-generating list of links
I have a page in my Wiki (v5.1.17) that is supposed to auto-generate a list of links to tiddlers that need some sort of follow up. What shows up is whatever fulfils one of two criteria: tagged "needs_followup", or title begins with…

Stephen R
- 3,512
- 1
- 28
- 45
1
vote
2 answers
TiddlyWiki Table of Contents sorting
I am looking to make a table of contents that may contain a structure as follows:
Topic 1
Overview
Content A
Content B
Content C
Topic 2
Overview
Content D
Content E
Content F
1) I would like to manually sort these in a specific order, and…

Ryan B
- 31
- 1
- 5
1
vote
2 answers
Sort authors via last name in Tiddlywiki
It would be good to sort lists using an author's last name.
I have this code in one of the tiddlers, it lists all the tiddlers tagged 'author' and sorts alphabetically:
<$list filter='[tag[author]sort[title]]'>
$list>
e.g.
Adam Robinson
Andrew…

Hal
- 27
- 4
1
vote
2 answers
How to transclude all tiddlers tagged with current title
I see that I can transclude tiddlers with a specific tag using
<$list filter="[tag[TagNameHere]]">
! <$transclude field="title"/>
<$transclude mode="block"/>
I can also make lists of tiddlers tagged with the current title using…

crypdick
- 16,152
- 7
- 51
- 74
1
vote
1 answer
Why heroku app doesn't save new file with Tiddlywiki?
Have anyone met an issue like me before?
I have deployed TiddlyWiki5 to heroku as an app at https://jameswiki.herokuapp.com. It displayed and worked as expected at runtime. However, after the server (web dyno) sleeping and wakeup (often after 1…

Huy Do
- 470
- 1
- 7
- 19
0
votes
0 answers
Missing npm-cli.js when trying to use NodeJS as portable without installing, on Windows
I try to use TiddlyWiki as a portable folder with NodeJS on Windows, without installing NodeJS, following this tutorial.
But I am getting this error.
What am I doing wrong?
https://i.stack.imgur.com/LN0Qo.jpg

Chris P. Bacon
- 1
- 1
0
votes
1 answer
Tiddlywiki 5: filter tiddlers by concatenation of few fields
Trying to adopt this awesome engine as personal task tracker. Having few main types of tiddlers: day, week, sprint, event and task.
All of them have few user fields:
day_since,
month_since,
year_since,
day_due,
month_due,
year_due.
For…

Alexander Larin
- 75
- 5
0
votes
1 answer
How do I change the behavior of the tag select popup?
When you create a new element, you can assign tags to it, but the tags window constantly jumps around the screen as you type. Which is very annoying if you want to quickly select with the mouse by ready-made…

mike-al
- 31
- 3
0
votes
1 answer
NPM (node.js Package manager) can't install tiddlywiki
first post at the forum, hopefully with enough details for you to give me a hand ;-)
I'm trying to get "tiddlywiki" (a note taking JavaSkript Application) running on my Synology DS 220 via node.js
used following official tutorial:…
0
votes
2 answers
Simple data structure in tiddlywiki
I would like to use TW to keep track of the genealogy of some characters in a story.
I would like each character tiddler to have a couple of standard fields: father, mother, date-of-birth, sex, spouse, children
I am trying to figure out how to have…

tst
- 1,117
- 2
- 10
- 21
0
votes
1 answer
In TiddlyWiki (5) my macro works in tiddlers, except when appearing as sidebar
My global macro shows a list of all tiddlers with a certain tag. The tag is taken from the list field of the tiddler that calls the macro. The macro works fine when used in a regular tiddler, but if I set the tiddler to be a sidebar via…

asllearner
- 241
- 1
- 13
0
votes
1 answer
add date picker calendar to right tab in tiddlywiki 5
very simple question but no success so far. No official help page, no google link.
How to add a calendar/date picker plugin to right tab in Tiddlywiki version 5
Thanks

Forge
- 1,587
- 1
- 15
- 36
0
votes
1 answer
TiddlyWiki 5: filter search result by suffix
Is there a way to filter search results (from quick search box) by tiddlers suffix?
For example, i want to search "Windows" and not see in result all the tiddlers ends up with .jpg: windows.jpg, etc.
Version is 5.1.13
Thanks in advance

SilverShak
- 1
- 2
0
votes
1 answer
Dynamically change caption field (or just title in tabs macro) in TiddlyWiki
I'm putting together some TiddlyWiki templates, and I've run into something that would be nice to have, but I'm not sure whether it's actually possible.
I have some tiddlers that I'm including in another tiddler using the tabs macro. Each tiddler…

mwchase
- 811
- 5
- 13