TidGi-Desktop/src/services
2024-11-24 16:58:42 +08:00
..
auth fix: git token form not saved, not overwrite userInfo that user manually written 2024-01-08 19:42:56 +08:00
context refactor: remove language model support, use ollama instead 2024-06-29 18:41:02 +08:00
database fix: correct backup path 2024-04-18 00:41:28 +08:00
git refactor: use getTiddlerText on WikiOperations instead of service.getTiddlerText 2024-01-15 22:01:21 +08:00
libs refactor: BrowserView -> WebContentsView 2024-06-30 01:52:22 +08:00
menu Update loadDefaultMenuTemplate.ts 2024-04-16 23:16:30 +08:00
native fix: can't open git app on windows 2024-07-09 00:43:47 +08:00
notifications lint: dprint 2023-05-19 11:22:38 +08:00
pages refactor: BrowserView -> WebContentsView 2024-06-30 01:52:22 +08:00
preferences refactor: remove empty network section from config 2024-06-29 18:42:41 +08:00
sync refactor: BrowserView -> WebContentsView 2024-06-30 01:52:22 +08:00
systemPreferences docs: OpenAtLoginMinimized only work in MacOS 2023-05-20 13:32:34 +08:00
theme refactor: remove workflow feature, move to a plugin 2023-12-23 15:24:02 +08:00
updater docs: for version 2024-04-17 17:56:29 +08:00
view feat: allow getTiddlersJSON set toTiddler = false 2024-07-17 21:30:54 +08:00
wiki refactor: from @tiddlygit/tiddlywiki to tiddlywiki , because there is no prerelease feature that I need now 2024-11-24 16:58:42 +08:00
wikiGitWorkspace fix: update subwiki tag name and reload main wiki 2024-04-17 21:39:02 +08:00
windows fix: resize of popup 2024-06-30 22:00:06 +08:00
workspaces fix: update subwiki tag name and reload main wiki 2024-04-17 21:39:02 +08:00
workspacesView refactor: BrowserView -> WebContentsView 2024-06-30 01:52:22 +08:00
container.ts refactor: sendToAllWindows 2021-02-06 22:42:42 +08:00
Readme.md wip: create network on server side 2023-09-26 20:50:31 +08:00
serviceIdentifier.ts refactor: remove language model support, use ollama instead 2024-06-29 18:41:02 +08:00
types.ts feat: use oauth url to sign in github and get token 2023-12-29 05:27:12 -06:00

services

Adding new Service

See docs/internal/ServiceIPC.md.