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
40
votes
8 answers

A step-up from TiddlyWiki that is still 100% portable?

TiddlyWiki is a great idea, brilliantly implemented. I'm using it as a portable personal "knowledge manager," and these are the prize virtues: It travels on my USB flash memory stick and runs on any computer, regardless of operating system No…
Smandoli
  • 6,722
  • 3
  • 43
  • 80
37
votes
6 answers

Can javascript access a filesystem?

I was pretty sure the answer was NO, and hence google gears, adobe AIR, etc. If I was right, then how does http://tiddlywiki.com work? It is persistent and written in javascript. It is also just a single HTML file that has no external (serverside)…
Joe
  • 4,271
  • 3
  • 16
  • 14
19
votes
13 answers

How do you keep a personal wiki (TiddlyWiki) current and in sync in multiple locations?

If one were to use TiddlyWiki as a personal database for notes and code snippets, how would you go about keeping it in sync between multiple machines. Would a svn/cvs etc work. How would you handle merges?
sal
  • 22,528
  • 15
  • 64
  • 84
8
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
  • 480
  • 5
  • 16
8
votes
1 answer

Is there a way to check if the page was loaded from browser cache?

The issue the question originates from is the following. I'm using TiddlyWiki (Classic) SPA on my Android device and usually use it with FireFox and its TiddlyFox extension for saving. For some reasons I'd like to be able to work with (and save) my…
YakovL
  • 5,213
  • 10
  • 46
  • 71
6
votes
1 answer

Looking for Documentation for TiddlyWiki Plugins

I have a couple of ideas for TiddlyWiki plugins I'd like to write. However, I've been unable to find any reference info for the "TiddlyWiki plugin API" (which doesn’t seem to be formally defined). Does such documentation exist, or do I just need to…
Kristopher Johnson
  • 76,675
  • 54
  • 235
  • 299
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
  • 10,449
  • 13
  • 64
  • 112
5
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…
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,233
  • 1
  • 19
  • 30
5
votes
3 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,031
  • 8
  • 20
5
votes
2 answers

TiddlyWiki on node-webkit not displaying content

I followed the tutorial (In the "Getting Started" section) on how to use TiddlyWiki with node-webkit. When I then run nw.exe it doesn't display anything. Im on windows (64bit) and have installed the 32bit version for windows. Not sure what Im doing…
user2539369
5
votes
5 answers

"single page app from scratch"

I've been starting work on a single page app. (think TiddlyWiki) It's been a while since I've done serious web design. Last time I built a big site was pre-css, pre-javascript, pre-html5, i.e., HTML plus a lot of cgi scripts, in my case, mostly in…
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
  • 632
  • 7
  • 25
3
votes
2 answers

How do I get TiddlySnip to work in Firefox?

Since Google stopped supporting Notebooks, I decided to look for alternatives and so I gave TiddlyWiki + TiddlySnip a shot. However, when trying to install TiddlySnip2.1, I'm getting this error: "TiddlySnip" will not be installed because it does…
Mark Basmayor
  • 2,409
  • 2
  • 16
  • 14
3
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
  • 31
  • 1
1
2 3 4 5