mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-22 20:41:39 -08:00
Adds support for syncing workspace configuration to tidgi.config.json in the wiki folder, enabling settings persistence and migration across devices. Introduces new documentation, feature tests, and supporting utilities for config file reading, writing, migration, and validation. Updates step definitions and test helpers to support config sync scenarios, and refactors database config utilities for modularity. |
||
|---|---|---|
| .. | ||
| ipcSyncAdaptor | ||
| ipcSyncAdaptorUI | ||
| watchFileSystemAdaptor | ||
| zxPlugin | ||
| ghPages.ts | ||
| README.md | ||
Wiki Plugins
This folder contains methods to support some tw plugin. These plugins rely on TidGi's API to run.
Some plugins are compiled using scripts/compilePlugins.mjs, when adding a new .ts file with corresponding .js.meta (not .ts.meta), you will need to update scripts/compilePlugins.mjs to add the entry point, otherwise that file won't appear on the bundled plugin folder.