linonetwo
|
a02f65644c
|
feat: searchbar for component in library
|
2023-07-18 01:10:50 +08:00 |
|
linonetwo
|
caffbcc0fd
|
refactor: rename sidebarShortcutHints to showSideBarText
|
2023-07-09 00:52:11 +08:00 |
|
linonetwo
|
dc12c6985b
|
feat: basic sidebar page list
|
2023-07-09 00:52:11 +08:00 |
|
linonetwo
|
7403592e79
|
feat: Preference page for LLM
|
2023-07-09 00:52:11 +08:00 |
|
linonetwo
|
09d8e93500
|
fix: crash caused by wrong model path
https://github.com/Atome-FE/llama-node/issues/76#issuecomment-1620304479
|
2023-07-09 00:52:11 +08:00 |
|
linonetwo
|
8504628fe0
|
fix: can't open in browser
fixes #429
|
2023-07-04 13:36:07 +08:00 |
|
Zacharia2
|
0b470985c8
|
fix #324 and Inconsequential beautification
|
2023-07-03 14:47:38 +08:00 |
|
linonetwo
|
0c16523551
|
fix: error handling and notif when file not exist
|
2023-06-21 19:07:58 +08:00 |
|
linonetwo
|
b654996ff6
|
fix: handle open file error, prevent crush
|
2023-06-21 18:51:05 +08:00 |
|
lin onetwo
|
fb5e262c93
|
feat: make tokenauth token stable, so 3rd party app can use them
|
2023-06-20 01:22:11 +08:00 |
|
lin onetwo
|
926b0c29c0
|
feat: allow disable http api
|
2023-06-20 01:22:11 +08:00 |
|
linonetwo
|
113298e1e6
|
feat: show lastNodeJSArgv in workspace settings
|
2023-05-24 14:00:15 +08:00 |
|
linonetwo
|
76c3191e6a
|
fix: Should disable plugins/tiddlywiki/filesystem (so only work in readonly mode), otherwise will write empty string to tiddlers.
|
2023-05-24 10:57:28 +08:00 |
|
linonetwo
|
c6c6e99e3f
|
feat: autocomplete to input the excluded plugins
|
2023-05-23 21:42:43 +08:00 |
|
lin onetwo
|
7cc3ab0d4d
|
fix: ExportWholeWikiHTML as index.html
|
2023-05-22 21:31:54 +08:00 |
|
lin onetwo
|
992a1afa3f
|
revert: docs: about save&restart
|
2023-05-22 19:34:04 +08:00 |
|
lin onetwo
|
59c6785d9d
|
feat: https mode
|
2023-05-22 18:08:38 +08:00 |
|
lin onetwo
|
c081711f58
|
refactor: move blog related options to a accordion
|
2023-05-22 13:55:41 +08:00 |
|
linonetwo
|
12b930209c
|
fix: can't use i18n and logger in worker thread
|
2023-05-21 21:52:41 +08:00 |
|
linonetwo
|
d46d60af5c
|
refactor: make extractWikiHTML function clearer
|
2023-05-21 21:29:35 +08:00 |
|
linonetwo
|
f771fb73cd
|
feat: menu item to ExportWholeWikiHTML
|
2023-05-21 21:02:08 +08:00 |
|
linonetwo
|
a32ab6709e
|
docs: about save&restart
|
2023-05-21 16:55:24 +08:00 |
|
linonetwo
|
7e1228b843
|
fix: empty username breaks token auth
|
2023-05-20 23:11:38 +08:00 |
|
linonetwo
|
5dc672dfe6
|
feat: basic token protection in LAN
|
2023-05-20 17:18:09 +08:00 |
|
lin onetwo
|
55675dddd7
|
docs: OpenAtLoginMinimized only work in MacOS
https://www.electronjs.org/docs/latest/api/app#appsetloginitemsettingssettings-macos-windows
fixes https://github.com/tiddly-gittly/TidGi-Desktop/issues/367
|
2023-05-20 13:32:34 +08:00 |
|
linonetwo
|
170ca59e36
|
feat: allow lazy all on workspace config
|
2023-05-19 23:40:39 +08:00 |
|
linonetwo
|
b7ea3a5205
|
fix: try to make v8 cache work in worker, but failed
https://github.com/cspotcode/v8-compile-cache-lib/issues/4
fixes https://github.com/tiddly-gittly/TidGi-Desktop/issues/299
|
2023-05-19 14:39:22 +08:00 |
|
linonetwo
|
e2161f440f
|
feat: allow hide icon
fixes #333
|
2023-02-22 17:30:00 +08:00 |
|
linonetwo
|
04879c741c
|
feat: auto create first workspace
fixes #327
|
2023-02-22 16:18:43 +08:00 |
|
Lin Onetwo
|
83dbefeae5
|
feat: show lastUrl to fix some case it is corrupted
|
2023-01-04 22:59:56 +08:00 |
|
tiddlygit-test
|
6110f5dbf7
|
feat: better error when subwiki's main wiki missing
fixes https://github.com/tiddly-gittly/TidGi-Desktop/issues/279
|
2022-12-18 21:38:26 +08:00 |
|
lin onetwo
|
89ca5e06f2
|
feat: Sync & Backup
|
2022-11-25 15:15:35 +08:00 |
|
lin onetwo
|
43b4634ad2
|
feat: hide sync option when new user creating workspace
|
2022-11-25 15:10:28 +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
|
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 |
|
tiddlygit-test
|
91c2151769
|
feat: open workspace in browser, in every context menu
|
2022-09-25 04:07:55 +08:00 |
|
林一二
|
bf64ac6ffd
|
feat: allow local wiki backup in interval
|
2022-04-04 15:48:50 +08:00 |
|
tiddlygit-test
|
f807cc032c
|
docs: about sub wiki
|
2022-02-14 00:13:13 +08:00 |
|
tiddlygit-test
|
23d3a1fc56
|
feat: check no draft before sync
|
2022-02-13 23:57:56 +08:00 |
|
tiddlygit-test
|
e2d3603f4d
|
feat: syncOnlyWhenNoDraft basic preferences
|
2022-02-13 23:20:52 +08:00 |
|
tiddlygit-test
|
24b8fdb33a
|
docs: CopyWikiTemplateErrorDescription is caused by user
|
2022-01-31 13:51:37 +08:00 |
|
tiddlygit-test
|
4ac16e464d
|
Update translation.json
|
2021-12-28 00:58:41 +08:00 |
|
tiddlygit-test
|
73bab6410e
|
feat: pass branch info to git-sync
|
2021-12-28 00:38:29 +08:00 |
|
林一二
|
fcfa481069
|
feat: add SyncBeforeShutdown
|
2021-12-27 13:37:27 +08:00 |
|
林一二
|
2ba5ef536a
|
feat: allow zx script to log new script that can be executed in $tw context
|
2021-12-26 19:22:47 +08:00 |
|
tiddlygit-test
|
83f5557ee6
|
feat: display wiki error message if wiki fails to boot
|
2021-12-26 01:40:42 +08:00 |
|
tiddlygit-test
|
91fc433a80
|
feat: allow click button create github issue if have error when creating wiki
|
2021-12-25 23:55:45 +08:00 |
|
林一二
|
1329b52a3d
|
feat: auto restart wiki and port+1 if there is port collision
|
2021-12-19 17:53:14 +08:00 |
|
林一二
|
1265c9c240
|
docs: rename pause time, and display short text in sidebar
|
2021-12-18 23:09:09 +08:00 |
|