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.

73 questions
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,455
  • 1
  • 17
  • 27
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
  • 70,106
  • 28
  • 177
  • 265
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
  • 2,818
  • 3
  • 26
  • 44
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
  • 23,306
  • 34
  • 125
  • 265
0
votes
0 answers

How do you avoid Stroll or TiddlyWiki listing images as orphans when you transclude them?

I'm using Stroll, a variant of TiddlyWiki that imitates Roam Research (more or less). I'm a heavy image user, so I have a lot of image tiddlers linked to an external directory via canonical uris. I want to use these images in other tiddlers filled…
0
votes
1 answer

TiddlyWiki. How to change list style and align?

Could you please clarify how I can change list style and align in TiddlyWiki WikiText? Now in my file (list style without indents and justified): I would like to get (list style with indents and align left): Thank you in advance!
ruhagen
  • 13
  • 3
0
votes
0 answers

How to implement HTML/JS with Github API to save changes in file to Repository

In numerous software/web programs, including TiddlyWiki5, I have seen advanced "Save to Github" features. These features generally need use of username, repository, and password/PAT, and save changes to the actual file to the Github Repository. I…
0
votes
1 answer

Does Tiddlywiki support hierarchy or namespacing?

I'd like to arrange tiddlers in an outline style of hierarchy with an arbitrary nesting depth and with "clean" tiddler titles. If I have top-level tiddlers A and B, I'd like to have both A:foo and B:foo (or A/foo and B/foo) It would be nice to have…
jinglesthula
  • 4,162
  • 4
  • 43
  • 72
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
1 answer

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
  • 91
  • 3
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
  • 173
  • 10
0
votes
1 answer

I am using TiddlyWiki Classic and I want to add "newTiddler" button "ToolbarCommands"

I am currently using TiddlyWiki Classic and I want to add the "newTiddler" button into ToolbarCommands so that it is present on all tiddlers. I also just feel like it should be with those buttons. I tried just adding "newTiddler" into the…
Thylorion
  • 109
  • 4
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
  • 746
  • 4
  • 11
0
votes
0 answers

Security measures when loading arbitrary image?

I'm developing a web-tool (a TiddlyWiki Classic plugin) with contenteditable elements where I'd like to insert images by copy-pasting; then they should be then stored locally via a (PHP) server. Among other stuff, the back-end should store images by…
YakovL
  • 5,213
  • 10
  • 46
  • 71