simonw/datasette-tiddlywiki

Support plugin installation somehow

Open

#8 opened on Dec 23, 2021

View on GitHub
 (3 comments) (0 reactions) (0 assignees)HTML (0 forks)github user discovery
help wantedresearch

Repository metrics

Stars
 (37 stars)
PR merge metrics
 (PR metrics pending)

Description

https://twitter.com/btbytes/status/1474138481324666891

This is sweeet! Since this is a "client-server" configuration, do you know where to find the tiddlywiki.info file for installing plugins etc? https://tiddlywiki.com/#Installing%20a%20plugin%20from%20the%20plugin%20library

Not sure how to approach this one. The tiddlywiki.info mechanism is part of the Node.js server, and I've not figured out how it works - I have a hunch that it's executing JavaScript from TiddlyWiki core though, which isn't an option for my Python code.

Contributor guide