TiddlyWiki is a complete wiki in a single HTML file. It contains the entire text of the wiki, and all the JavaScript, CSS and HTML machinery to be able to display it.

learn more… | top users | synonyms

1
vote
3answers
365 views

“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 ...
0
votes
1answer
68 views

Event doesn't fire

I have these bits of code that are supposed to bug two functions and fire events for them. For some reason, however, the event does not seem to trigger. They log to the console as expected, but the ...
0
votes
2answers
80 views

How to make a list formatter in TiddlyWiki

I am working with a TiddlyWiki, and I want to make a custom formatter for a list. Basically I have an html tag called popuplist and I want to surround each line inside the tags with li tag and remove ...
0
votes
0answers
118 views

Integrating BibTeX-js script with TiddlyWiki

I run TiddlyWiki 2.5.0 and I am trying to create a plugin for it based on bibtex-js. However, I have never programmed JavaScript before and I am not up to date on contemporary dynamic HTML so I need ...
0
votes
2answers
112 views

What event fires when elements are added or removed in the document?

I am making a sort of tabbed interface for a Tiddlywiki, and I am wondering how to get this code to fire every time a tiddler is opened or closed. Tiddlywiki is an HTML notebook type of thing that ...
0
votes
1answer
41 views

An update on the status of filesystem access for JS

With newly implemented and/or proposed HTML5 APIs, does the answer to this change at all? I guess if my question needs to be freestanding, then it is this: Is it currently, or will it be in the near ...
1
vote
1answer
198 views

Editing a specific macro in tiddlywiki using tiddlers

I want to edit the default "tagging" list in the top left corner of each tiddler to have an horizontal layout and stay out of the way of the tiddlers text. As I am rather new to tiddlywiki and ...
0
votes
1answer
59 views

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 ...
1
vote
1answer
570 views

How to execute shell scripts from a web page via javascript/jquery and get its results in a string?

in a simple html file opened locally via firefox I need some javascript code to execute a command (maybe "ls") and get it's result in a string I can use in js/jquery to alter the page contents. I ...
0
votes
1answer
171 views

How to create a mediawiki page by using queries ?

I am trying to add pages to my mediawiki but I have really big data so I have to do it automatically. I have been trying to write some queries but anyone is working. Which tables do I have to update ...
0
votes
0answers
295 views

How to convert tiddlywiki to mediawiiki? [closed]

I am trying to convert our tiddlywiki datas to mediawiki since we have changed our company policy. I am really having some troubles with converting tiddlywiki to mediawiki. Can you please help me ...
0
votes
0answers
317 views

How to convert tiddlywiki to HTML?

I am trying to convert my tiddlywiki content to HTML in order to save all my tiddlys in my computer and reuse them in mediawiki but i could not find any way to convert it to HTML. Does anybody know ...
1
vote
1answer
331 views

How can I completely disable / eliminate cookies in TiddlyWiki?

I really need help on this. I'm developing a TiddlyWiki to act as my organization's navigation tool for finding files on our extremely slow and cumbersome internal website/server. Problem: Some of ...
0
votes
1answer
598 views

Is there an “Export to Pdf” plugin for Tiddlywiki?

Has anyone put together a plugin or tool for exporting a Tiddlywiki to pdf?
4
votes
1answer
521 views

Looking for Tutorial and/or Reference 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 good tutorials or referenoe info for the "TiddlyWiki plugin API" (which doexn't seem to be ...
16
votes
6answers
5k views

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 ...
1
vote
3answers
401 views

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 ...
28
votes
7answers
15k views

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 ...
0
votes
2answers
2k views

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 ...
3
votes
2answers
786 views

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: ...
0
votes
2answers
600 views

Resetting all items in a TiddlyWiki/CheckboxPlugin checklist

I've written up a weekly-review GTD checklist for myself in TiddlyWiki, using CheckboxPlugin. After I'm finished with it each week, I'd like to click one link to uncheck (reset) all of the items on ...