TidGi-Desktop/template/wiki
tiddlygit-test 47555bc161 fix: relative path from electron is wrong for watch-fs in worker_thread
Now we use arg from $tw.boot.wikiTiddlersPath to solve this, which is get from workspace.

And fixes the `Cannot find module named 'fs' required by module , resolved to fs` error
which is caused by not setting

```js
if (typeof $tw === 'undefined' || !$tw?.node) return;
```

And add this, maybe is useful


```js
  exports.name = 'watch-fs_FileSystemMonitor';
  exports.after = ['load-modules', 'watch-fs_watch'];
  exports.platforms = ['node'];
  exports.synchronous = true;
```
2020-08-08 21:41:48 +08:00
..
.github/workflows feat: script to build wiki in the CI 2020-07-05 22:23:01 +08:00
plugins fix: relative path from electron is wrong for watch-fs in worker_thread 2020-08-08 21:41:48 +08:00
public chore: add template wiki 2020-06-23 00:09:25 +08:00
scripts fix: build failed on the cloud 2020-07-11 16:16:15 +08:00
themes/linonetwo/itonnote fix: build failed on the cloud 2020-07-11 16:16:15 +08:00
tiddlers chore: use TiddlyGit as name and Tiddlywiki Icon as new icon 2020-07-19 15:26:56 +08:00
.gitignore feat: config bob server 2020-07-23 22:28:29 +08:00
html-minifier-terser.config.json feat: script to build wiki in the CI 2020-07-05 22:23:01 +08:00
package-lock.json chore(deps): bump lodash from 4.17.15 to 4.17.19 in /template/wiki 2020-07-16 17:25:47 +00:00
package.json feat: script to build wiki in the CI 2020-07-05 22:23:01 +08:00
tiddlywiki.info style: format tiddlywiki.info 2020-08-08 18:51:48 +08:00
workbox-config.js fix: build failed on the cloud 2020-07-11 16:16:15 +08:00