TiddlyDesktop is a special purpose web browser for working with locally stored TiddlyWikis. See http://tiddlywiki.com/ for more details of TiddlyWiki.
See this video tutorial for an overview of installing and using TiddlyDesktop on Windows and OS X:
https://www.youtube.com/watch?v=i3Bggkm7paA
It is based on node-webkit, a project created and developed in the Intel Open Source Technology Center:
https://github.com/rogerwang/node-webkit
Download the Windows, linux or Mac binary .zip files from:
https://github.com/Jermolene/TiddlyDesktop/releases
Unzip into a folder and run TiddlyWiki.app
or nw.exe
and for linux nw
This has been seen in Ubuntu 13.10 (see Issue #14)
This is a known issue with node-webkit. Until this is fixed, here is one solution:
- Install the package ''bless'' -- with the package manager, synaptic or from the terminal
sudo apt-get install bless
-
Load bless
-
Open the ''nw'' binary (file tab)
-
Select find and replace (search tab)
-
Search for "udev.so.0" and replace with "udev.so.1" -- set both fields to text
-
Save the edited ''nw'' binary
Other possible solutions: https://github.com/rogerwang/node-webkit/wiki/The-solution-of-lacking-libudev.so.0
The F12 key opens the Chromium developer tools for the current window.
- Download node-webkit-v0.11.3-osx-ia32 , node-webkit-v0.11.3-osx-x64 , node-webkit-v0.11.3-win-ia32 , node-webkit-v0.11.3-win-x64 , node-webkit-v0.11.3-linux-x64 node-webkit-v0.11.3-linux-ia32 from the node-webkit GitHub repo and unpack them into
/node-webkit
- Run
bld.sh
- Execute
output/mac/TiddlyWiki.app
oroutput/win/nw.exe
oroutput/linux32/nw
oroutput/linux64/nw
You can create links that open a TiddlyWiki in a new window:
<a href="/Users/jack/MyTiddlyWiki.html" class="tc-interwiki-link">Open my wiki</a>
These links only work within TiddlyDesktop.