mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-25 05:51:04 -08:00
Introduces FileSystemWatcher to monitor file changes and collect updates for the syncer, replacing direct wiki updates in WatchFileSystemAdaptor. Updates documentation to describe the new syncer-driven architecture, echo prevention, and event handling. WatchFileSystemAdaptor now delegates file change detection and lazy loading to FileSystemWatcher, improving batch change handling and eliminating echo loops. |
||
|---|---|---|
| .. | ||
| 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.