Commit graph

23 commits

Author SHA1 Message Date
tiddlygit-test
5615de5600 feat: add github-external-image plugin 2020-10-16 23:13:30 +08:00
tiddlygit-test
6c37677c2a feat: add service-worker plugin 2020-10-16 22:27:28 +08:00
tiddlygit-test
b6adde586e feat: add scm plugin 2020-10-11 19:24:53 +08:00
tiddlygit-test
b2f20e2fd5 chore: upgrade watch-fs 2020-10-03 15:16:53 +08:00
tiddlygit-test
ea50f1255c fix: don't trigger sync if user is typing using IME 2020-09-12 18:47:40 +08:00
tiddlygit-test
44ea52f4ac fix: update of .json file 2020-09-12 18:19:28 +08:00
tiddlygit-test
0c5cbc3a7a chore: upgrad watch-fs plugin 2020-09-12 17:23:13 +08:00
tiddlygit-test
3029ba93a4 fix: readed tiddler is a newer version that just edited by user from wiki 2020-08-29 21:01:17 +08:00
tiddlygit-test
541fd62ccf feat: util to update fileSystemPaths.tid 2020-08-21 21:24:04 +08:00
tiddlygit-test
4bf0f686d4 feat: add half done private plugin 2020-08-16 19:42:59 +08:00
tiddlygit-test
989d6b8479 feat: new location to put symlink for subwiki 2020-08-16 00:43:00 +08:00
lin onetwo
eed722084f
Update FileSystemMonitor.js 2020-08-14 13:34:04 +08:00
lin onetwo
0cbafaeb3c
Update readme.tid 2020-08-13 13:02:49 +08:00
tiddlygit-test
a346829f9c Update get-can-sync.js 2020-08-13 00:16:53 +08:00
tiddlygit-test
8b55b14b38 Update trigger-sync.html.meta 2020-08-13 00:12:26 +08:00
tiddlygit-test
ac41266982 chore: upgrade watch-fs plugin 2020-08-13 00:08:55 +08:00
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
tiddlygit-test
15980348cc feat: upgrade watch-fs plugin 2020-08-08 18:52:33 +08:00
tiddlygit-test
ab89d73315 feat: update tw plugins 2020-08-08 17:44:29 +08:00
tiddlygit-test
40f725a80c chore: Removed TW-BOB submodule 2020-08-04 23:01:53 +08:00
tiddlygit-test
2d79953efa fix: renamve bob plugin folder 2020-07-24 00:19:10 +08:00
tiddlygit-test
7d92aad9c2 feat: add Tw-Bob 2020-07-23 22:02:21 +08:00
Lin Onetwo
8478488d61 chore: add template wiki 2020-06-23 00:09:25 +08:00