Commit graph

1484 commits

Author SHA1 Message Date
tiddlygit-test
54db442550 feat: restart current workspace 2021-10-16 13:33:11 +08:00
tiddlygit-test
992b2d9918 fix: try prevent empty menuitem passedin
I got

```json
[
  {
    "id": "TiddlyGit",
    "submenu": [
      {},
      { "type": "separator" },
      {},
      { "accelerator": "CmdOrCtrl+," },
      { "type": "separator" },
      { "accelerator": "CmdOrCtrl+Shift+N" },
      { "type": "separator" },
      { "role": "services", "submenu": [] },
      { "type": "separator" },
      { "role": "hide" },
      { "role": "hideOthers" },
      { "role": "unhide" },
      { "label": null, "role": "quit" }
    ]
  },
  { "id": "Edit", "role": "editMenu" },
  {
    "id": "View",
    "submenu": [
      { "accelerator": "CmdOrCtrl+F", "enabled": true },
      { "accelerator": "CmdOrCtrl+G", "enabled": true },
      { "accelerator": "Shift+CmdOrCtrl+G", "enabled": true },
      { "label": "undefined (undefined)", "checked": false },
      { "type": "separator" },
      { "role": "reload" },
      { "role": "forceReload" },
      { "role": "zoom" },
      { "role": "resetZoom" },
      { "role": "togglefullscreen" },
      { "role": "close" }
    ]
  },
  { "id": "Language" },
  {
    "id": "History",
    "submenu": [
      { "accelerator": "Shift+CmdOrCtrl+H", "enabled": true },
      { "accelerator": "CmdOrCtrl+[", "enabled": true },
      { "accelerator": "CmdOrCtrl+]", "enabled": true },
      { "type": "separator" },
      { "accelerator": "CmdOrCtrl+L", "enabled": true }
    ]
  },
  {
    "id": "Workspaces",
    "submenu": [
      { "accelerator": "CmdOrCtrl+Shift+]", "enabled": false },
      { "accelerator": "CmdOrCtrl+Shift+[", "enabled": false },
      { "type": "separator" },
      { "enabled": true },
      { "enabled": true },
      { "enabled": true },
      { "type": "separator" },
      {},
      { "accelerator": "CmdOrCtrl+Option+I", "enabled": true }
    ]
  },
  { "id": "Workspaces", "submenu": [] },
  { "role": "windowMenu", "id": "Window" },
  { "role": "help", "id": "help", "submenu": [{}, {}, {}, {}] },
  { "label": "Wiki", "submenu": [{ "enabled": true }, { "accelerator": "CmdOrCtrl+Alt+Shift+P" }] }
]
```
2021-10-16 12:37:40 +08:00
tiddlygit-test
c97466a1c7 fix: zx build 2021-10-12 00:10:45 +08:00
tiddlygit-test
2c2011a036 fix: private state tiddlers not going into private repo 2021-10-11 23:40:10 +08:00
tiddlygit-test
4158e8d893 Create codeql-analysis.yml 2021-10-10 22:56:23 +08:00
tiddlygit-test
6381554242 chore: upgrade deps 2021-10-07 01:12:00 +08:00
tiddlygit-test
be2bc5bfa9 fix: beautiful-react-hooks's useObservable have type bug 2021-10-07 01:05:24 +08:00
tiddlygit-test
7c63b80aa7 chore: uprade deps 2021-10-06 23:32:50 +08:00
林一二
c6f840f3b4 fix: sidebar have ugly scrollbar 2021-10-06 17:30:40 +08:00
tiddlygit-test
20107cddc1 fix: tag name can be omited 2021-10-06 11:37:06 +08:00
林一二
1c805ce3d1 Update wiki 2021-10-03 20:51:58 +08:00
林一二
da5ba63896 v0.5.4-prerelease 2021-10-03 17:30:37 +08:00
林一二
460085d2f2 fix: stopWatchWiki when stop wiki 2021-10-03 17:29:18 +08:00
林一二
2601b8aff6 fix: stop wiki when hibernate 2021-10-03 17:25:24 +08:00
tiddlygit-test
5d7a2b5cf1 v0.5.3 2021-10-03 03:43:04 +08:00
tiddlygit-test
a7595f86fc fix: can't switch out from hibernated wiki 2021-10-03 03:42:41 +08:00
tiddlygit-test
e12fff7072 Update wiki 2021-10-03 03:26:15 +08:00
tiddlygit-test
06b1ca77c0 Update wiki 2021-10-03 03:02:27 +08:00
tiddlygit-test
406ca5adec Update index.ts 2021-10-03 02:44:40 +08:00
tiddlygit-test
46cea46425 fix: Cannot read properties of null 2021-10-03 02:22:15 +08:00
tiddlygit-test
ef251e575b v0.5.2 2021-10-03 01:13:08 +08:00
tiddlygit-test
09a128bf90 feat: allow zxWorker retry init 2021-10-03 00:54:17 +08:00
tiddlygit-test
30f7bf954f Update wiki 2021-10-03 00:23:29 +08:00
tiddlygit-test
04aba996bc Update package-lock.json 2021-10-03 00:10:35 +08:00
tiddlygit-test
ca7116b0aa feat: allow wakeup hibernated workspace 2021-10-03 00:07:23 +08:00
林一二
92e9116f39 Update package-lock.json 2021-10-02 23:17:23 +08:00
林一二
786435846e Update wiki 2021-10-02 23:09:13 +08:00
林一二
d48633aad3 Update wiki 2021-10-02 23:05:21 +08:00
林一二
6d21ec2dff chore: upgrade tiddlywiki to 5.2.0-prerelease.20211002 2021-10-02 23:02:11 +08:00
林一二
7f5d621daf feat: allow click on text to create first workspace 2021-10-02 22:55:43 +08:00
林一二
a0b356816b feat: allow add workspace in the context menu 2021-10-02 22:46:40 +08:00
林一二
95de620681 feat: allow switch workspace using context menu when sidebar is off 2021-10-02 22:36:51 +08:00
林一二
ef25c6c8c4 fix: realignActiveWorkspace after toggle sidebar 2021-10-02 18:12:02 +08:00
林一二
1d365872fa feat: allow disable syncOnStartup 2021-10-02 18:03:47 +08:00
lin onetwo
48f7fcc7c6
Update README.md 2021-10-02 17:08:08 +08:00
tiddlygit-test
a6f7c4ac0e v0.5.1 2021-10-01 20:24:19 +08:00
tiddlygit-test
07852bf911 v0.5.1-prerelease4 2021-10-01 19:25:48 +08:00
tiddlygit-test
c8f7867571 feat: ask checkout submodule 2021-10-01 19:25:28 +08:00
tiddlygit-test
68db3d00d6 feat: only show save button and cancel button if there is chagne 2021-10-01 19:02:53 +08:00
tiddlygit-test
dd80d6fc9c v0.5.1-prerelease3 2021-10-01 18:40:41 +08:00
tiddlygit-test
a46cdd9feb docs: about INewWorkspaceConfig 2021-10-01 18:39:38 +08:00
tiddlygit-test
dc2fce79f0 feat: disable SyncOnInterval by default to reduce CPU usage 2021-10-01 18:30:54 +08:00
tiddlygit-test
31712f0bd1 Update index.ts 2021-10-01 16:14:20 +08:00
tiddlygit-test
31a3d3c94f Update interface.ts 2021-10-01 16:00:21 +08:00
tiddlygit-test
23d795d4a8 chore: upgrade i18n and threads 2021-10-01 15:51:01 +08:00
tiddlygit-test
845222a752 fix: type error after upgrade electron 2021-10-01 15:10:34 +08:00
lin onetwo
70c4bcfd29 chore: upgrade electron 2021-10-01 03:50:25 +08:00
lin onetwo
b0e9da434d chore: It is possible to shorten build times by removing ProgressPlugin 2021-10-01 02:19:47 +08:00
lin onetwo
84321727d8 chore: config webpack caching for dev build 2021-10-01 02:14:18 +08:00
lin onetwo
9a43e0e81d fix: windows not package template wiki 2021-09-26 00:24:37 +08:00