Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

16
votes
7answers
6k 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 ...
7
votes
6answers
2k 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 ...
3
votes
1answer
276 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 ...
2
votes
2answers
595 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: ...
1
vote
1answer
101 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
65 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
115 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
124 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 ...
0
votes
1answer
122 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
243 views

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

Has anyone put together a plugin or tool for exporting a Tiddlywiki to pdf?
0
votes
3answers
264 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 ...
0
votes
2answers
1k 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 ...
0
votes
2answers
454 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 ...