Run TiddlyWiki in Datasette and save Tiddlers to a SQLite database
Project description
datasette-tiddlywiki
Run TiddlyWiki in Datasette and save Tiddlers to a SQLite database
Installation
Install this plugin in the same environment as Datasette.
$ datasette install datasette-tiddlywiki
Usage
Start Datasette with a tiddlywiki.db database. You can create it if it does not yet exist using --create:
datasette tiddlywiki.db --create
Navigate to /-/tiddlywiki on your instance to interact with TiddlyWiki.
Development
To set up this plugin locally, first checkout the code. Then create a new virtual environment:
cd datasette-tiddlywiki
python3 -mvenv venv
source venv/bin/activate
Or if you are using pipenv:
pipenv shell
Now install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
pytest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file datasette-tiddlywiki-0.1.tar.gz.
File metadata
- Download URL: datasette-tiddlywiki-0.1.tar.gz
- Upload date:
- Size: 414.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbfad2f3b7b0a81d52fa0f4cca69286637ae7738d38cafadb3a6c2b25530f2a2
|
|
| MD5 |
ca0fb587da8496999bb36529f5d63228
|
|
| BLAKE2b-256 |
e4f98400d5a7e594b0f07fae10b0832d85ab4cf48f1f87e1f6009f682970162e
|
File details
Details for the file datasette_tiddlywiki-0.1-py3-none-any.whl.
File metadata
- Download URL: datasette_tiddlywiki-0.1-py3-none-any.whl
- Upload date:
- Size: 419.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
917aabeb5df9a6b11f1470bb22ec0a7d96872d28661e4bc31fa1cf06b9a02d7e
|
|
| MD5 |
de5b43b2e5c1102423036293ace127e7
|
|
| BLAKE2b-256 |
58b4d0313e170b862b2e81020954455dda8773e3dbec5fc4e8da8f58c6fbe200
|