TiddlyWiki — a non-linear personal web notebook. Resources. TiddlyWiki. A standard edit dialog on a tiddler TiddlyWiki is an open-source single page application wiki in the form of a single HTML file that includes CSS, JavaScript, and the content.
It is designed to be easy to customize and re-shape depending on application. TiddlyMap - WOW.com. Fields of application By using TiddlyMap for creating relations between your topics you can easily do the following: Create concept maps and quickly manifest your ideas in tiddlers (wiki entries).[4]Create task-dependency graphs to organize and describe your tasks.Visualize your topic structures to get an immediate grasp of topics and relations.
In general you may create, visualize and describe any network-structure you have in mind. Features. TiddlyMap - WOW.com. Organizing and visualizing knowledge - blog.dornea.nu. I've been recently looking for some new ways organizing my notes/thoughts/tasks/bookmarks/whatever in order to keep things clean and backup valuable information.
After spending some time reading others efforts to do that, I've realized that mine were not that bad. Let me give you some overview how I keep track of bits of information and which tools are best suited for every day tasks. Mind maps. GitHub - felixhayashi/TW5-TiddlyMap: Map drawing and topic visualization for your wiki. Wiki-Based Concept-Mapping Software. Installing TiddlyWiki on Node.js: TiddlyWiki — a non-linear personal web notebook. Install Node.jseither from your favourite package manager: typically apt-get install nodejs on Debian/Ubuntu Linux or Termux for Android, or brew install node on a Macor directly from a command line terminal and type:npm install -g tiddlywikiIf it fails with an error you may need to re-run the command as an administrator:sudo npm install -g tiddlywiki (Mac/Linux)Check TiddlyWiki is installed by typing:tiddlywiki --versionIn response, you should see TiddlyWiki report its current version (eg "5.1.13"; you may also see other debugging information reported)Try it out:tiddlywiki mynewwiki --init server to create a folder for a new wiki that includes server-related componentstiddlywiki mynewwiki --server to start TiddlyWikiVisit in your browserTry editing and creating tiddlersOptionally, make an offline copy:click the save changes button in the sidebar, ORtiddlywiki --build index The -g flag causes TiddlyWiki to be installed globally.
Server: TiddlyWiki — a non-linear personal web notebook. The server built in to TiddlyWiki5 is very simple.
Although compatible with TiddlyWeb it doesn't support many of the features needed for robust Internet-facing usage. At the root, it serves a rendering of a specified tiddler. Using TiddlyWiki on Node.js: TiddlyWiki — a non-linear personal web notebook. TiddlyWiki5 can be used on the command line to perform an extensive set of operations based on TiddlyWikiFolders, TiddlerFiles and TiddlyWikiFiles.
For example, the following command loads the tiddlers from a TiddlyWiki HTML file and then saves one of them in static HTML: tiddlywiki --verbose --load mywiki.html --rendertiddler ReadMe . /readme.html Running tiddlywiki from the command line boots the TiddlyWiki kernel, loads the core plugins and establishes an empty wiki store. On Node.js: TiddlyWiki — a non-linear personal web notebook.