Commit graph

543 commits

Author SHA1 Message Date
tiddlygit-test
84d7ec5f1f fix: i18nextBackend not defined when quitting 2020-08-15 19:16:42 +08:00
tiddlygit-test
14ed7d9abc fix: dont create new wiki when clone wiki 2020-08-15 18:54:05 +08:00
tiddlygit-test
33752579ff fix: prevent override prescious data 2020-08-15 18:53:50 +08:00
tiddlygit-test
f62edf474e fix: process create sub wiki 2020-08-15 18:43:37 +08:00
tiddlygit-test
d8cd3cfcac refactor: make "clone wiki" the first tab 2020-08-15 18:32:54 +08:00
tiddlygit-test
5396df24af Update .gitignore 2020-08-15 16:18:31 +08:00
tiddlygit-test
efc122857d chore: upgrade tiddlywiki 2020-08-15 16:04:48 +08:00
tiddlygit-test
b6d8052fe9 feat: add logger to electron updater 2020-08-15 15:07:25 +08:00
tiddlygit-test
d84fa80ccc 0.2.1 Performance Hot Fix 2020-08-15 11:55:44 +08:00
tiddlygit-test
a1ad727730 chore: upgrade to 5.1.23-prerelease.20200815 2020-08-15 11:29:26 +08:00
tiddlygit-test
fbeac94c31 fix: Replace animated progress with loading text to save CPU 2020-08-14 23:10:51 +08:00
tiddlygit-test
23e85ad676 fix: Replace animated progress with loading text to save CPU 2020-08-14 23:01:18 +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
lin onetwo
5d9f8ead1d
Update README.md 2020-08-09 12:59:49 +08:00
tiddlygit-test
d61ea33684 doc: add description and screenshot 2020-08-09 00:17:52 +08:00
tiddlygit-test
bcaad5e81c fix: remove eslint dep 2020-08-08 22:38:01 +08:00
tiddlygit-test
bfe1e5fc56 chore: 0.2.0 2020-08-08 22:22:43 +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
a0951d5c2b style: format tiddlywiki.info 2020-08-08 18:51:48 +08:00
tiddlygit-test
d4b9897f6f feat: remove bob related wiki worker setup 2020-08-08 18:51: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
e975d758d2 refactor: move frontend related dependences out, to minimize asar file size
As Quang Lam said:

when you compile the app, all dependencies in dependencies would be kept, and all deps in devDependencies  would be removed in the final package

the frontend code is already compiled in build, so actually you don't need to keep frontend-related packages in the app package

=> frontend packages should stay in devDependencies

your app right now is about 155 MB. You can actually bring it down to around 60-70 MB
2020-08-04 22:58:29 +08:00
tiddlygit-test
e169dc6981 doc: more logs 2020-08-04 01:00:38 +08:00
tiddlygit-test
9d1952436d fix: properly remove and create subwiki 2020-08-04 00:31:33 +08:00
tiddlygit-test
9e177e2027 fix: git init logic error 2020-08-04 00:14:06 +08:00
tiddlygit-test
1d8c9ac58b doc: fix some interpolation error 2020-08-04 00:05:27 +08:00
tiddlygit-test
e253cb6c37 doc: more translation 2020-08-03 23:27:08 +08:00
tiddlygit-test
e3362ce472 doc: translation for wiki creation 2020-08-03 22:51:37 +08:00
tiddlygit-test
5739a32f12 Update translation.json 2020-08-03 00:32:54 +08:00
tiddlygit-test
266a6de173 doc: complete form translation to english 2020-08-03 00:29:08 +08:00
tiddlygit-test
a1d977aa65 fix: language prefence not stored 2020-08-03 00:10:34 +08:00
tiddlygit-test
fcad8cdc08 fix: translation now working on some case 2020-08-03 00:00:48 +08:00
tiddlygit-test
20092ac445 doc: add more translations 2020-08-02 23:31:20 +08:00
tiddlygit-test
25af011e06 feat: add translations to dialog 2020-08-02 23:02:54 +08:00
tiddlygit-test
a97732153a doc: add some translations 2020-08-02 22:11:25 +08:00
tiddlygit-test
3f1f7a0f86 chore: delete unused languages, I don't have time to translate all of them 2020-08-02 20:25:36 +08:00
tiddlygit-test
90cc492bb3 feat: add basic translation to side bar 2020-08-02 20:21:54 +08:00
tiddlygit-test
01f6048981 fix: some ipcrenderer method not set 2020-08-02 20:05:42 +08:00
tiddlygit-test
557f69f8b0 Revert "fix: not using preload script"
This reverts commit ca9a3a59ac.
2020-08-02 20:04:20 +08:00
tiddlygit-test
ca9a3a59ac fix: not using preload script 2020-08-02 20:01:10 +08:00
tiddlygit-test
d4eb2dc92f feat: make i18n work 2020-08-02 18:41:40 +08:00
tiddlygit-test
bca225646f feat: add i18n 2020-08-02 11:00:12 +08:00
tiddlygit-test
3b26ee0cf4 feat: add i18n server and menu to switch language 2020-08-02 02:12:15 +08:00
tiddlygit-test
8a9eca5c3e Merge branch 'refactor/contextIsolation' 2020-08-01 19:43:25 +08:00