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

How to sum up values from tiddlers, and use the result in a math formula

I want to use Tiddlywiki to document GURPS "Magic as Powers" spells. The most important thing, is to do the math correctly. For example, a spell's original cost might be 50, but when we apply "limitations" totaling -50%, the cost drops to 25. The…
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

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
  • 43
  • 5
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,446
  • 4
  • 45
  • 79
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

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

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
  • 105
  • 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
  • 811
  • 5
  • 13
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
  • 7,557
  • 12
  • 62
  • 102
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
  • 717
  • 2
  • 13
  • 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
  • 81,378
  • 38
  • 130
  • 159
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