Commit graph

1522 commits

Author SHA1 Message Date
林一二
cc61a2dfa9 fix: To avoid a flash when opening your menubar app, you can disable backgrounding the app 2021-10-27 00:18:40 +08:00
林一二
3081be133b feat: button to open menubar 2021-10-27 00:10:21 +08:00
林一二
8df0b79afb feat: always on top for menuBar 2021-10-27 00:06:58 +08:00
林一二
3f08807079 refactor: check menuBar window for sure now, maybe this step can be omitted 2021-10-26 23:40:42 +08:00
林一二
2ef2f497ed refactor: merge some menubar and main window code 2021-10-26 23:40:04 +08:00
林一二
a85fe6558c refactor: make view methods can work for each window 2021-10-26 22:41:14 +08:00
林一二
f562d4b802 feat: create view via windowName 2021-10-26 00:40:27 +08:00
林一二
cf54cf2cb7 fix: path must be a string 2021-10-26 00:31:46 +08:00
林一二
dabe97938a refactor: merge window state management 2021-10-26 00:28:03 +08:00
林一二
9dd81bff6d feat: open menubar alone with main window 2021-10-26 00:12:40 +08:00
林一二
7a15d52203 try: use @timfish/webpack-asset-relocator-loader 2021-10-25 21:12:49 +08:00
林一二
8c983ec522 Update webpack.main.config.js 2021-10-25 13:58:57 +08:00
林一二
6f6c118350 chore: enable react17 no React import 2021-10-25 13:45:53 +08:00
林一二
017f34de12 fix: dnd-kit onclick not working 2021-10-25 13:45:41 +08:00
林一二
1185edb1f9 Update webpack.main.config.js 2021-10-25 13:06:07 +08:00
lin onetwo
ccf3afce33 v0.6.1 2021-10-25 00:56:05 +08:00
lin onetwo
48193a4918 fix: @vercel/webpack-asset-relocator-loader not installed... 2021-10-25 00:48:13 +08:00
lin onetwo
e5f3e010f2 Update release.yml 2021-10-25 00:39:55 +08:00
tiddlygit-test
f18319b037 chore: upgrade deps 2021-10-25 00:14:34 +08:00
lin onetwo
a484e87675 Update package-lock.json 2021-10-25 00:03:10 +08:00
lin onetwo
617db7ffe1 chore: upgrade deps 2021-10-19 02:04:06 +08:00
tiddlygit-test
8b78930f34 fix: try fix VSCode can't be found 2021-10-19 00:41:04 +08:00
tiddlygit-test
9552e8b70e feat: add log to debug findApplication 2021-10-18 01:11:34 +08:00
tiddlygit-test
11ac54c259 v0.6.0 2021-10-18 00:12:54 +08:00
tiddlygit-test
12e0de6b4b fix: sync now menu not working properly 2021-10-18 00:02:17 +08:00
tiddlygit-test
ced3e19627 feat: menu button to sync git immediately 2021-10-17 23:49:10 +08:00
tiddlygit-test
109355cb5d feat: don't sync if there is no net work, or passed in syncImmediately: false 2021-10-17 23:19:04 +08:00
tiddlygit-test
600068b422 Update wikiWorker.ts 2021-10-17 22:40:08 +08:00
tiddlygit-test
50f38c34d4 feat: open vscode by default to speed up, support choose favorite editor later 2021-10-17 22:38:13 +08:00
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