Commit graph

1043 commits

Author SHA1 Message Date
lin onetwo
27446c456a docs: about window name 2022-11-23 18:58:15 +08:00
lin onetwo
1c87bd9312 fix: handleOnlineOffline belongs to main window 2022-11-23 18:57:15 +08:00
lin onetwo
bbe2465cff fix: do this in view window 2022-11-23 18:05:40 +08:00
lin onetwo
cdd1b8471b refactor: sync state in preload, so it work when refresh page 2022-11-23 17:52:29 +08:00
lin onetwo
18cda646ed feat: inform wiki of titlebar change 2022-11-23 14:45:51 +08:00
lin onetwo
d7ba2eeca9 feat: when hide sidebar, show wiki operations directly inside context menu 2022-11-23 11:42:03 +08:00
lin onetwo
b03a83853e fix: sometimes subwiki open is not triggered 2022-11-21 00:30:58 +08:00
lin onetwo
16cb7de748 fix: create subwiki folder if not exist 2022-11-20 23:57:17 +08:00
lin onetwo
5a7275eabc chore: try to enable esbuild but failed 2022-11-20 23:47:32 +08:00
lin onetwo
623e6aa22d fix: click subworkspace should open that tiddler 2022-11-20 21:51:35 +08:00
lin onetwo
dc12ac81bf fix: imported wiki may not have a FileSystemPathsTiddler 2022-11-19 22:20:13 +08:00
lin onetwo
d6109f1540 feat: show better error message when html extract failed 2022-11-19 22:14:40 +08:00
lin onetwo
494e688b00 refactor: better ui for importing html 2022-11-19 21:25:57 +08:00
WhiteFall
ad7de01309
feat: import HTML wiki (#305)
* add import htmlWiki function

* Update useImportHtmlWiki.ts
2022-11-18 21:21:18 +08:00
lin onetwo
956a8c3e00 fix: zx path 2022-11-18 00:39:22 +08:00
lin onetwo
f9a5bfed96 fix: type of i18next
https://github.com/i18next/i18next/issues/1869#issuecomment-1318888101
2022-11-18 00:36:49 +08:00
lin onetwo
5a6cd12f1e refactor: rename i18n 2022-11-17 23:26:53 +08:00
tiddlygit-test
91c2151769 feat: open workspace in browser, in every context menu 2022-09-25 04:07:55 +08:00
tiddlygit-test
4db3986277 fix: hide titleBar should not take effect on setting window
fixes https://github.com/tiddly-gittly/TidGi-Desktop/issues/269
2022-09-25 03:36:45 +08:00
tiddlygit-test
c1ad378934 feat: allow fill in username on first use 2022-09-25 03:33:58 +08:00
tiddlygit-test
87f7ea2dbb fix: hide titleBar should not take effect on setting window 2022-09-25 03:24:42 +08:00
tiddlygit-test
da2be1f1ed feat: add maximize api for plugins 2022-09-25 02:36:37 +08:00
tiddlygit-test
1979ce92f3 fix: correct view height when no titlebar 2022-09-25 02:30:23 +08:00
tiddlygit-test
b923841395 faet: move list down only when no title bar 2022-09-25 02:22:51 +08:00
tiddlygit-test
89e020cba0 refactor: move list or workspace to a new component 2022-09-25 02:05:12 +08:00
lin onetwo
1110c75789 refactor: remove dynamic import in preload script because it won't work in sandbox mode 2022-09-06 02:27:24 +08:00
lin onetwo
83554b40fd Merge branch 'master' of https://github.com/tiddly-gittly/TidGi-Desktop 2022-09-06 02:17:20 +08:00
lin onetwo
2d6741a7b8 fix: reduce deps in preload script due to sandbox 2022-09-06 02:17:18 +08:00
lin onetwo
48e5016bc6 Update paths.ts 2022-09-06 01:55:02 +08:00
lin onetwo
f7fa98f2b7 feat: better sidebar style 2022-09-06 01:41:47 +08:00
lin onetwo
ac56c50049 fix: sidebar width 2022-09-06 01:30:01 +08:00
lin onetwo
ce27ecfaa9 fix: add title bar height when isMac 2022-09-06 01:23:42 +08:00
lin onetwo
bd5601c6a8 feat: add more obvious active indicator to actived workspace 2022-09-05 19:10:22 +08:00
lin onetwo
c309318b69 fix: no need to reject and show error dialog, otherwise user will rise issue. This happens too frequent. 2022-09-05 18:55:06 +08:00
lin onetwo
2fba0cba7e refactor: upgrade deps 2022-09-05 18:52:19 +08:00
lin onetwo
a5bcee553e refactor: remove deps that can't used in sandbox env 2022-09-05 18:37:03 +08:00
lin onetwo
708173237c feat: allow open file using link syntax 2022-06-12 19:34:32 +08:00
lin onetwo
5e9d5b2f17 fix: no need to wait setting wiki language, this sometimes cause slow PC to fail on this step 2022-06-12 18:33:02 +08:00
lin onetwo
7831fa44bd fix: wait some time and restart the wiki will solve "Did not receive an init message from worker after"
fixes https://github.com/andywer/threads.js/issues/426
2022-05-09 08:48:22 +08:00
lin onetwo
6c5de7ee76 chore: upgrade deps 2022-05-08 17:16:42 +08:00
lin onetwo
c9284ec3c1 fix: ignore empty path 2022-05-08 16:46:35 +08:00
lin onetwo
66894a870c feat: allow open relative path 2022-05-08 16:31:53 +08:00
lin onetwo
7737d6c214 feat: allow open any path 2022-05-08 16:24:57 +08:00
lin onetwo
600501edd9 feat: some url related 2022-04-16 18:19:31 +08:00
lin onetwo
f7877b46dc refactor: only enable some menu item when workspace is main 2022-04-16 17:40:47 +08:00
lin onetwo
f66716dbee refactor: if workspaceID not passed means reload all views 2022-04-16 17:40:08 +08:00
lin onetwo
e0cba019c8 refactor: move context menu lib to menu folder 2022-04-16 17:09:44 +08:00
lin onetwo
1a71d68ef6 feat: set window background to dark 2022-04-13 17:04:42 +08:00
lin onetwo
38026e1ff5 feat: more black backgrounds 2022-04-13 16:55:38 +08:00
lin onetwo
4fdf8b5ef5 feat: dark color for preferences 2022-04-13 15:05:33 +08:00