To quickly get started with TiddlyWeb and see what it can do, the recommended path is to install TiddlyWebWiki. This means installing the Python package called
There are many different ways to install Python packages. The preferred tool is pip. This may already be installed on your system. If not you may be able to installe it with
Here are the steps to quickly get started:
If any of these steps fail, your Environment is not right and you should check there for advice.
The result you should see is a TiddlyWiki. When you create or edit tiddlers they will be saved back to the server and a notification message will display in the upper right of the page.
What you're seeing is the tiddlywiki representation of a collection of tiddlers generated by a recipe named
Following the above links will start you on the journey of understanding the major concepts in TiddlyWeb. If you would like more detailed information try:
tiddlywebwiki.There are many different ways to install Python packages. The preferred tool is pip. This may already be installed on your system. If not you may be able to installe it with
apt-get, yum, brew or similar tools. For more information on establishing an ideal environment for working with TiddlyWeb see Environment.Here are the steps to quickly get started:
-
pip install -U tiddlywebwiki# may require sudo -
twinstance aninstance -
cd aninstance# this is your instance directory -
twanager server - Open a web browser to
http://0.0.0.0:8080/recipes/default/tiddlers.wiki
If any of these steps fail, your Environment is not right and you should check there for advice.
The result you should see is a TiddlyWiki. When you create or edit tiddlers they will be saved back to the server and a notification message will display in the upper right of the page.
What you're seeing is the tiddlywiki representation of a collection of tiddlers generated by a recipe named
default. TiddlyWeb allows different representations of multiple and single tiddlers that are stored in an instance.Following the above links will start you on the journey of understanding the major concepts in TiddlyWeb. If you would like more detailed information try: