Skip to content

Releases: simonw/datasette-tiddlywiki

0.2

14 Feb 05:51

Choose a tag to compare

  • Authentication and permissions: TiddlyWiki can now only be edited by authenticated users with the edit-tiddlywiki permission. The root user has this permission by default, so running Datasette with datasette tiddlywiki.db --root will provide a URL that can be accessed to sign in as a user with write permissions to the wiki. #3
  • All APIs now sit under the /-/tiddlywiki/ namespace, and take the base_url setting into account. #9

0.1

23 Dec 01:11

Choose a tag to compare

0.1
  • Initial release.