TidGi-Desktop

TidGi is an privacy-in-mind, automated, auto-git-backup, freely-deployed knowledge management Desktop note app, based on Tiddlywiki, with REST API for web-clipping and Anki connect. 「 太记 」是一个基于「 太微 TiddlyWiki 」的知识管理桌面应用,能保护隐私内容、高级自动化、自动Git云备份、部署为博客,且可通过RESTAPI与Anki等应用连接。(迭代开发中欢迎试用,开发进度见下方链接)(Under active development, see website below for details)

MPL-2.0 License

Stars
1.7K
Committers
9

Bot releases are visible (Hide)

TidGi-Desktop - v0.10.3 Latest Release

Published by github-actions[bot] 3 months ago

Full Changelog: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.10.2...v0.10.3

TidGi-Desktop - v0.10.2

Published by github-actions[bot] 4 months ago

Full Changelog: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.10.1...v0.10.2

Small fix: Bilibili iframe video not loading

TidGi-Desktop - v0.10.1

Published by github-actions[bot] 4 months ago

Full Changelog: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.9.6...v0.10.1

Updates

  • feat: allow ignore $:/config/SyncSystemTiddlersFromServer
  • feat: allow set exclude in getTiddlersJSON
  • refactor: remove language model support, use ollama instead
  • refactor: remove empty network section from config
  • feat: make $:/core/save/all the default behavior (no lazy loading)
  • fix: infinite redirect when using file:// protocol to load image
  • feat: organize workspace options
  • chore: upgrade electron to v31 (also refactor: BrowserView -> WebContentsView)
  • fix: remove msi builder, to fix node-gyp failed to rebuild @bitdisaster/exe-icon-extractor
  • feat: upgrade Tiddlywiki to v5.3.4

本次更新

  • feat: 允许忽略 $:/config/SyncSystemTiddlersFromServer
  • 功能:允许在 getTiddlersJSON 中设置排除项
  • 重构:移除语言模型支持,之后使用 ollama 代替吧
  • 重构:移除配置中一直为空的网络设置部分
  • 特性:将 $:/core/save/all 设为默认行为(无懒加载)
  • 修复:使用 file:// 协议加载图片时的无限重定向问题
  • 功绩:整理了工作区设置
  • 杂务:将电子版升级至 v31(同时重构:BrowserView -> WebContentsView)
  • 修正:移除 msi 安装包,以修复 node-gyp 重建 @bitdisaster/exe-icon-extractor 失败的问题
  • 壮举:将太微升级到 v5.3.4
TidGi-Desktop - v0.10.0-4

Published by github-actions[bot] 4 months ago

Full Changelog: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.9.6...v0.10.0-4

Updates

  • feat: allow ignore $:/config/SyncSystemTiddlersFromServer
  • feat: allow set exclude in getTiddlersJSON
  • refactor: remove language model support, use ollama instead
  • refactor: remove empty network section from config
  • feat: make $:/core/save/all the default behavior (no lazy loading)
  • fix: infinite redirect when using file:// protocol to load image
  • feat: organize workspace options
  • chore: upgrade electron to v31 (also refactor: BrowserView -> WebContentsView)
  • fix: remove msi builder, to fix node-gyp failed to rebuild @bitdisaster/exe-icon-extractor
  • feat: upgrade Tiddlywiki to v5.3.4

本次更新

  • feat: 允许忽略 $:/config/SyncSystemTiddlersFromServer
  • 功能:允许在 getTiddlersJSON 中设置排除项
  • 重构:移除语言模型支持,之后使用 ollama 代替吧
  • 重构:移除配置中一直为空的网络设置部分
  • 特性:将 $:/core/save/all 设为默认行为(无懒加载)
  • 修复:使用 file:// 协议加载图片时的无限重定向问题
  • 功绩:整理了工作区设置
  • 杂务:将电子版升级至 v31(同时重构:BrowserView -> WebContentsView)
  • 修正:移除 msi 安装包,以修复 node-gyp 重建 @bitdisaster/exe-icon-extractor 失败的问题
  • 壮举:将太微升级到 v5.3.4
TidGi-Desktop - v0.9.6

Published by github-actions[bot] 6 months ago

Full Changelog: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.9.4...v0.9.6

  • fix: crash due to setting backup path incorrect
TidGi-Desktop - v0.9.4

Published by github-actions[bot] 6 months ago

Feature

  • Support LLAMA2 model in TidGi AI (need to upgrade in-wiki TidGi language model plugin to >= v0.3.1 , using CPL)
  • feat: allow restart service just after workspace setting changed
  • feat: rebooting indicator for wiki
  • feat: don't save $:/layout, so main window and menubar won't conflict
  • feat: show main workspace path of sub workspace
  • feat: not closing all opened tiddlers when click on workspace icon
  • feat: make server options on workspace settings more visible

Fix

  • Try fix error about setting file
  • chore: upgrade deps
  • fix: remove better-sqlite3 that is not working anymore
  • chore: upgrade tiddlywiki
  • fix: update subwiki tag name and reload main wiki
  • fix: can't delete sub-workspace
  • fix: click subwiki icon not working
  • fix: workspace settings Save button always visible
  • fix: style fix, center the workspace reload icon
  • fix: no menubar menu when have menubar window

特点

  • 在 TidGi AI 中支持 LLAMA2 模型(需要将 wiki 内的 TidGi language model 插件用 CPL 升级到 >= v0.3.1)
  • 功能:允许在工作区设置更改后重启服务
  • 功能:维基重启指示器
  • 特色:不保存 $:/布局,因此主窗口和菜单栏不会冲突
  • 特色:显示子工作区的主工作区路径
  • 特色:点击工作区图标时不关闭所有打开的条目
  • 特长:使工作区设置中的服务器选项更明显

修复

  • 尝试修复关于设置文件的错误
  • 苦差事:升级资源
  • 修复:移除不再工作的 better-sqlite3
  • 工作:升级 tiddlywiki
  • 修正:更新子维基标签名并重新加载主维基
  • 修正: 无法删除子工作区
  • 修复:点击子维基图标不起作用
  • 修正:工作区设置保存按钮总是可见
  • 修正:样式修正,工作区重载图标居中
  • 修复:有菜单窗口时没有菜单栏菜单的问题

Full Changelog: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.9.3...v0.9.4

TidGi-Desktop - v0.9.4-prerelease4-fix

Published by github-actions[bot] 6 months ago

TidGi-Desktop - v0.9.4-prerelease4

Published by github-actions[bot] 6 months ago

  1. Support LLAMA2 model in TidGi AI (need to upgrade in-wiki plugin to >= v0.3.1)

Full Changelog: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.9.3...v0.9.4-prerelease4

TidGi-Desktop - v0.9.4-prerelease2

Published by github-actions[bot] 7 months ago

What's Changed

Full Changelog: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.9.3...v0.9.4-prerelease2

TidGi-Desktop - v0.9.4-prerelease

Published by github-actions[bot] 7 months ago

Full Changelog: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.9.3...v0.9.4-prerelease

  • feat: allow restart service just after workspace setting changed
  • feat: rebooting indicator for wiki
  • chore: upgrade deps
  • fix: remove better-sqlite3 that is not working anymore
  • feat: don't save $:/layout, so main window and menubar won't conflict
  • chore: upgrade tiddlywiki
TidGi-Desktop - v0.9.3

Published by github-actions[bot] 8 months ago

Full Changelog: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.9.2...v0.9.3

  • fix: sync when no draft not working
  • fix: sub wiki can't sync using context menu
  • fix: try fix backup file creation
  • fix: make sure no HTTP put work on readOnlyMode
  • fix: service.native.openURI not a function
TidGi-Desktop - v0.9.2

Published by github-actions[bot] 8 months ago

Full Changelog: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.9.1...v0.9.2

  • fix: TypeError: window.meta is not a function
  • fix: ENOENT: no such file or directory open settings.json
  • feat: Auto enable server filters if HTTP API is enabled
  • feat: make infrequent backup of setting file, preventing re-install/upgrade from corrupting the file.
  • fix: empty setting file prevent app open
  • fix: close menubar bring background main window up
  • fix: runOnBackground not working on windows
  • feat: allow not show sidebar on menubar window
  • fix: menubar window width height wrong
  • fix: app quit infinite loop
  • chore: Update wiki
  • feat: add new wiki operation getTiddler
  • refactor: some of code
TidGi-Desktop - v0.9.1

Published by github-actions[bot] 9 months ago

Full Changelog: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.9.0...v0.9.1

  • fix: use standard: true on tidgi:// to allow localStorage
  • fix: lazy load not working
TidGi-Desktop - v0.9.0

Published by github-actions[bot] 9 months ago

What's Changed

  • chore: upgrade tiddlywiki

  • chore: update git-sync-js to fix frequent reload

  • feat: i18n for commit message

  • fix: token not remove from git url

  • fix: dark mode page background color shouldn't be white

  • fix: $:/info/tidgi/enableHTTPAPI not found

  • fix: acticative page flashing when switching between pages

  • fix: border radius of page workspace

  • refactor: move git sync logic to a new sync service in window.services.sync

  • feat: add force pull method from git-sync-js for readonly workspace for blogging

  • fix: delay 500ms for window menu build, to speed up loading

  • fix: when delete workspace, move to trash instead of remove

  • fix: secondary window not loading wiki for non-active workspace

  • fix: printPDF not download pdf file

  • fix: import html will delete existed folder, and no Chinese error message

  • fix: zx script on windows can't find adb, and output messy

  • fix: hideMenubar preference not working

  • chore: upgrade electron and deps

  • feat: allow create new secondary window for wiki

  • feat: Help page providing learning resources

Full Changelog: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.8.0...v0.9.0

TidGi-Desktop - v0.9.0-prerelease4

Published by github-actions[bot] 9 months ago

TidGi-Desktop - v0.9.0-prerelease3

Published by github-actions[bot] 9 months ago

Full Changelog: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.9.0-prerelease2...v0.9.0-prerelease3

  • feat: allow run on background on windows
    图片
  • fix: hide main window logic only apply to main window close, not hide main window when close setting window
TidGi-Desktop - v0.9.0-prerelease2

Published by github-actions[bot] 9 months ago

TidGi-Desktop - v0.9.0-prerelease1

Published by github-actions[bot] 9 months ago

Full Changelog: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.8.1-prerelease16...v0.9.0-prerelease1+

  • chore: upgrade tiddlywiki
  • chore: update git-sync-js to fix frequent reload
  • feat: i18n for commit message
TidGi-Desktop - v0.8.1-prerelease16

Published by github-actions[bot] 9 months ago

Full Changelog: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.8.1-prerelease15...v0.8.1-prerelease16

  • fix: token not remove from git url
  • fix: auth info not save
TidGi-Desktop - v0.8.1-prerelease15

Published by github-actions[bot] 10 months ago

Full Changelog: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.8.1-prerelease14...v0.8.1-prerelease15

  • fix: sidebar pages list cause CPU 100%
  • fix: dark mode page background color shouldn't be white
  • fix: wiki view covering Help page
Badges
Extracted from project README's
License: MPL 2.0 GitHub Actions Build Status Lin Onetwo! Power by tiddlywiki! GitHub Releases GitHub Releases Stargazers over time
Related Projects