Commit graph

36 commits

Author SHA1 Message Date
林一二
6496c30748 chore: upgrade scm 2021-08-08 21:42:33 +08:00
林一二
6c23f21139 fix: don't loop because git is very slow now 2021-08-08 21:26:44 +08:00
林一二
1d44d4a0b7 fix: upgrade scm plugin to adapt latest tg API 2021-08-08 21:15:14 +08:00
林一二
787c1ab26a chore: upgrade locator 2021-08-08 00:23:41 +08:00
林一二
745ac8fce7 feat: upgrade hotzone 2021-08-08 00:20:20 +08:00
林一二
a2efb03ac4 feat: upgrade tiddlymap 2021-08-08 00:17:41 +08:00
林一二
763712790a feat: upgrade relink plugins 2021-08-08 00:16:46 +08:00
林一二
85aff5dede feat: upgrade tw5-appear
About https://github.com/tobibeer/tw5-appear/issues/5
2021-08-08 00:07:25 +08:00
tiddlygit-test
e46c0b28d3 Update FileSystemMonitor.js 2021-07-29 00:23:15 +08:00
tiddlygit-test
c1025e80c7 fix: move FileSystemPaths.tid to tiddlers folder otherwise it won't work
this fixes https://github.com/tiddly-gittly/TiddlyGit-Desktop/issues/73
2021-07-24 19:03:22 +08:00
tiddlygit-test
2ba6c1b023 Update style.css 2021-07-04 01:02:11 +08:00
tiddlygit-test
09137b5ca1 feat: update template plugin list 2021-07-03 22:23:46 +08:00
tiddlygit-test
60793d1cf4 feat: add plugins from my latest plugin set 2021-07-03 22:20:26 +08:00
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