Skip to main content

Development oriented store that wraps another.

Project description

A store for TiddlyWeb for use in development.

A common problem with complicated web apps built on top of TiddlySpace
is that it is hard to do live development on a test or dev instance.
While the desired experience is to be able to edit tiddlers on the file
system and see those changes in the instance instantly, the current
habit is to make the changes, update the package, update the instance
then see the changes.

This store aims to fix that by providing a wrapper store that on
tiddler_get first looks in a configured dir for an appropriate file
to satisfy the request.

Configuration is as follows:

config = {
'server_store': ['tiddlywebplugins.devstore2', {'devstore_root':
'./src'}],
'wrapped_devstore': ['text', {'store_root': 'store'}],
'log_level': 'DEBUG',
}

Where devstore_root is either an absolute path or relative to whatever
the PWD is in the process using the config.

devstore uses tiddlywebplugins.twimport's url_to_tiddler and thus will
read files ending in .tid as a tiddler, .js as a javascript file or treat
other extensions as binary or pseuod-binary tiddlers.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tiddlywebplugins.devstore2-0.5.tar.gz (5.6 kB view details)

Uploaded Source

File details

Details for the file tiddlywebplugins.devstore2-0.5.tar.gz.

File metadata

File hashes

Hashes for tiddlywebplugins.devstore2-0.5.tar.gz
Algorithm Hash digest
SHA256 9bf42e7f1901563f6bfd69e75f54738b985a58a8937481aa185859bb6e434f87
MD5 0151dd5e168b2131d9528e824c10fb77
BLAKE2b-256 63bf0ceeb61022ed3c640b9a9fd6a3aae82ac21dcfcea07d88bd4ecacfab9878

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page