Commit graph

1493 commits

Author SHA1 Message Date
tiddlygit-test
e5ebf90799 feat: update template to use json plugin, so user can click button to update plugins 2021-10-17 21:49:52 +08:00
tiddlygit-test
9ee53a6bc1 chore: upgrade deps 2021-10-17 21:49:00 +08:00
tiddlygit-test
786f95ec67 chore: update @tiddlygit/tiddlywiki 2021-10-17 18:00:03 +08:00
tiddlygit-test
060dc346cd fix: upgrade ipc-cat 2021-10-17 00:13:37 +08:00
tiddlygit-test
cde6fe553c chore: update deps 2021-10-16 23:30:13 +08:00
tiddlygit-test
009ee3bf9c feat: openInGitGuiApp 2021-10-16 17:04:35 +08:00
tiddlygit-test
d0e21361a2 feat: support open in external editor 2021-10-16 15:59:33 +08:00
tiddlygit-test
b55ee2c693 feat: copy desktop/desktop 's external editor opener APIs here
Many thinks to 6d974afa44/app/src/lib/editors/launch.ts
2021-10-16 15:59:23 +08:00
tiddlygit-test
e3b31904d4 Update useForm.ts 2021-10-16 15:45:08 +08:00
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