Questions tagged [tiddlywiki]

TiddlyWiki is a complete wiki application in a single HTML file, which includes user content. TiddlyWiki favors portability over collaborative editing (but implementations vary).

TiddlyWiki is a complete wiki in a single HTML file. It contains the entire informational content, and all the JavaScript, CSS and HTML code to let you view, edit and search it -- without needing a server (though there are ServerSide implementations). It works well as a personal information manager stored on portable media such as a flash drive.

TiddlyWiki is published under a BSD Open Source License. TiddlyWiki 5 is a complete rewrite in progress. The functional goals are the same, but it is not yet fully released and must not be confused with TiddlyWiki "Classic".

Questions about usage (instead of programming and development) should be posted at at Web Apps StackExchange.

84 questions
1
vote
1 answer

How do I pass the output of a tiddlywiki widget as input to a macro?

I have a tiddlywiki [TW5] macro to determine the age of a person--usage would be: <> Usage: <> I want to use this macro on a person tiddler--a tiddler that identifies an individual. I…
clsturgeon
  • 192
  • 2
  • 11
1
vote
2 answers

How to make abbreviated links to other tiddlers?

I frequently link to another tiddler in my wiki having a particularly long name. Currently I'm using the [[text|tiddler_name]] syntax. I'd like to replace tiddler_name with an abbreviated version or shortcut rather than the full name, to make it…
MathManM
  • 135
  • 4
1
vote
4 answers

Is there an "Export to Pdf" plugin for Tiddlywiki?

Has anyone put together a plugin or tool for exporting a Tiddlywiki to pdf?
blueberryfields
  • 45,910
  • 28
  • 89
  • 168
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]]'> 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

Installing calendar plugin in TiddlyWiki

I am trying to install this calendar plugin in Tiddly Wiki. Although I have been following different tutorials, I haven't succeded so far. What I do is: I copy/paste the source code into a new tiddler I save it and I tag it as systemConfig I save…
Adrián A.D.
  • 111
  • 3
1
vote
2 answers

Tiddlywiki: KaTex plugin doesn't show up under ControlPanel (doesn't load)

I follow the instructions for loading the plugin, I get the green overbar, and click on "import". Still the plugin doesn't show up under '$:/ControlPanel -> Plugins'. How come the plugin doesn't work. I tried in Firefox and Safari.
jjack
  • 228
  • 3
  • 12
1
vote
1 answer

tiddlywiki highlight.js in static mode

I have generated static tiddlers with the command generatetiddler however the highlight.js is not working (which is expected I guess!?) How can one "enable" syntax highlighting in static mode?
iggy
  • 1,613
  • 1
  • 18
  • 35
1
vote
3 answers

ASCIIMath and TiddlyWiki

I use TiddlyWiki for work-notes. I already have pretty large wiki, but now I want to add math-support. As far as I understand what is written here, all I would have to do to use ASCIIMathML in my wiki would be including the script ASCIIMathML.js.…
Björn Pollex
  • 75,346
  • 28
  • 201
  • 283
0
votes
1 answer

cctiddly change workspace URL

I'm using ccTiddly (using the TiddlyWiki) and I would like to change the URL of my workspaces. I am not sure how to proceed, I tried a first time and everything was corrupted. The old URL is www.sub.mysite.com/wiki and the new one is…
remyremy
  • 3,548
  • 3
  • 39
  • 56
0
votes
1 answer

Is there a webserver that can be built for Windows Mobile 6 that dynamically generates pages?

Okay, Now admittedly this sounds like a silly question; But, I actually have a need for this. I use tiddlywiki alot, and it'd be really, really cool if I could save changes to a tiddlywiki in some mobile browser. But it seems that with all the…
leeand00
  • 25,510
  • 39
  • 140
  • 297
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