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
0
votes
1 answer

tiddlywiki: can't save changes in QWebView

I am trying to use tiddlywiki (version 5.1.10) together with QWebView in PyQt (version 4.10.2). I am able to load the tiddlywiki page with QtCore.QUrl.fromLocalFile("C:\\path\\to\\tiddlywiki\\empty.html"), but unfourtunately my changes aren't…
user2494129
  • 647
  • 1
  • 12
  • 24
0
votes
2 answers

How to set the format of a <$view > to wiki in tiddlywiki?

In my tiddler, I have the following field: name : my_field value : [[Some Page I Want To Link To]] Then, in the same tiddler, I use the following ViewWidget to see the content of the file: <$view field="my_field" /> The problem is that the…
paercebal
  • 75,594
  • 37
  • 124
  • 157
0
votes
1 answer

I can't save monkeygtd on firefox

The firefox's version is 38.0. When I try to save the monkeygtd based on tiddlywiki, it reports below. It's not possible to save changes. Possible reasons include: - your browser doesn't support saving (Firefox, Internet Explorer, Safari and Opera…
0
votes
1 answer

concatenate Braces with string in javascript

TiddlyWiki uses the folowing markup to display text as code : {{{ your code here }}} I did this script to display MATLAB files inline