MCPcopy Index your code
hub / github.com/tiddly-gittly/TidGi-Desktop

github.com/tiddly-gittly/TidGi-Desktop @v0.14.0-1 sqlite

repository ↗ · DeepWiki ↗ · release v0.14.0-1 ↗
3,042 symbols 9,273 edges 762 files 522 documented · 17%
README

TidGi

Customizable personal knowledge-base with git as backup manager and blogging platform.

License: MPL 2.0 GitHub Actions Build Status Lin Onetwo! Power by tiddlywiki!


Pronounce: Same as Tai Chi /ˌtaɪ ˈtʃiː/

🇬🇧 English | 🇨🇳 简体中文

Download
GitHub Releases
More: Download

ShowCases And Demo

Demo

Screenshot

Screenshot of main-window

Load NodeJS Wiki
Screenshot of main-window
Create Local Wiki Clone Online Wiki
Screenshot of add-workspace Screenshot of clone-workspace
Translation, Preferences
Screenshot of preference
Interactive code
Screen recording of zx-script in tiddlywiki
Community Plugin Library
Screenshot of add-workspace

For mac users, since I haven't buy Apple developer key yet, so you have to entrust App to open it, click here to expand details.◀

First of all, you need to drag this App into Applications folder! Otherwise there will be an error.

Click "Cancel" ↓

step00001

step00002

step00003

Click "Open" ↓

step00004

Click "OK" ↓

step00005

Or you could start the Terminal from launchpad, and run the command below, make sure your terminal's "working dir" has the tidgi app

xattr -dr com.apple.quarantine "tidgi.app"

Related Posts About TidGi

No English posts yet...Please help sharing!

About TidGi-Desktop

TidGi is a cross-platform Note Taking & GTD & Fragment Knowledge Management desktop app powered by nodejs-TiddlyWiki, it ship with a lot of tiddlywiki plugins from the TiddlyWiki community.

You can call it TG-Note, it is totally free and you own all your data. Code by the people, build for the people.

It used to named TiddlyGit, means TiddlyWiki with easy Git backup, short for TidGi now.

Download

Packaging status

For Windows MacOS normal user

Download
GitHub Releases

For arch user

yay tidgi

For MacOS CLI user

brew install TidGi # Not tested

Mobile App

  • TidGi-Mobile is the official pair with TidGi-Desktop, developed by @linonetwo, fast for 100MB+ wiki.
  • See Tiddloid for Android App developed by @donmor. Good for smaller wiki, and you can have access to your HTML wiki.

You can switch between them, and sync data between them and TidGi at any time. All of them are local-first, open-sourced and compatible with TiddlyWiki ecosystem.

Data Privacy Protection

You can choose storage provider for your wiki workspace:

  1. "Github" as unlimited storage and gh-pages blogging platform.
  2. "Local" will create a local git repo for you, you can use GithubDesktop to sync manually.
  3. "Gitlab" and "Gitee" is on the way

Differences

Differences from TiddlyDesktop?

  1. NodeJS version of TiddlyWiki have seamless auto-save experience, which is taking the advantage of SyncAdaptor instead of Saver, TG have better support for NodeJS wiki
  2. Using NodeJS wiki, We can have separated tiddler files, which can be modified by hand, or by other programs (e.g. VSCode with VSCode-TW5-Syntax)
  3. Though TiddlyDesktop can also load wiki folder generated by nodejs-TiddlyWiki, TG can backup that folder to the Github easily
  4. With the Electron technology, we can use fs, git and many other nodejs things within TiddlyWiki, which greatly extend the hackability, which is the reason why I choose TiddlyWiki as my daily KM tool

Why Github?

Because Github is one of the best free civil level BaaS:

  1. Its storage is basically free, allow us to store unlimited images and PDF files, which can have permanent URIs for public download
  2. It has GraphQL API that allow us programmatically update our wiki
  3. It has free CI to automatically deploy our TiddlyWiki blog
  4. It provides unlimited repository, public and private, which enables us to store private content into our TiddlyWiki

Development

Read Dev doc for details.

Credits

The desktop app shell is based on https://github.com/atomery/singlebox and atomery/webcatalog, they provide lots of utils around website-generated-app, much powerful than generating app from website simply using Chrome. Also the independent developer @quanglam2807 behind these great tools helps me a lot when I develop TidGi.

Current Icon is download from iconsdb under Creative Commons Attribution-NoDerivs 3.0 , if you are a designer, please feel free to contribute your ICON if you have a better idea.

Stargazers over time

Please give a star if you like it!

Stargazers over time

Extension points exported contracts — how you extend this code

ToolRuleConfig (Interface)
Represents a single tool's approval/timeout config in the settings
src/windows/Preferences/sections/ExternalAPI/components/ToolApprovalSettingsDialog.tsx
ChatTabContentProps (Interface)
* Props interface for ChatTabContent component * Only accepts a tab object as its single prop
src/pages/ChatTabContent/index.tsx
IHtmlWikiService (Interface)
(no doc) [2 implementers]
src/services/htmlWiki/interface.ts
Window (Interface)
(no doc)
packages/tidgi-shared/src/global.d.ts
ChatMessage (Interface)
(no doc)
features/supports/mockOpenAI.ts
ITestWorkspace (Interface)
(no doc)
features/stepDefinitions/workspaceGroup.ts
Options (Interface)
(no doc)
src/type.d.ts
ITiddlyWiki (Interface)
(no doc)
src/types/tidgi-tw.d.ts

Core symbols most depended-on inside this repo

get
called by 525
src/services/windows/interface.ts
log
called by 250
src/services/native/interface.ts
get
called by 181
src/services/auth/interface.ts
isWikiWorkspace
called by 143
src/services/workspaces/interface.ts
set
called by 141
src/services/windows/interface.ts
get
called by 118
src/services/workspaces/interface.ts
delete
called by 99
src/services/wiki/plugin/watchFileSystemAdaptor/InverseFilesIndex.ts
callback
called by 98
src/services/htmlWiki/injectHtmlWikiSaverBootstrap.ts

Shape

Function 1,323
Method 1,074
Interface 437
Class 164
Enum 44

Languages

TypeScript100%

Modules by API surface

src/services/workspaces/index.ts47 symbols
src/services/agentInstance/index.ts43 symbols
src/services/workspaces/interface.ts42 symbols
src/services/windows/index.ts37 symbols
src/services/agentInstance/interface.ts37 symbols
src/services/native/index.ts36 symbols
src/services/wiki/index.ts34 symbols
src/services/view/index.ts34 symbols
src/services/git/interface.ts34 symbols
src/__tests__/__stubs__/mcpSdkStub.ts34 symbols
src/services/wiki/interface.ts33 symbols
src/services/git/index.ts33 symbols

Dependencies from manifests, versioned

@ai-sdk/anthropic3.0.81 · 1×
@ai-sdk/deepseek2.0.35 · 1×
@ai-sdk/openai3.0.68 · 1×
@ai-sdk/openai-compatible2.0.48 · 1×
@algolia/autocomplete-js1.19.8 · 1×
@algolia/autocomplete-theme-classic1.19.8 · 1×
@applitools/dom-snapshot4.17.2 · 1×
@cucumber/cucumber13.0.0 · 1×
@dnd-kit/core6.3.1 · 1×
@dnd-kit/modifiers9.0.0 · 1×
@dnd-kit/sortable10.0.0 · 1×
@dnd-kit/utilities3.2.2 · 1×

For agents

$ claude mcp add TidGi-Desktop \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact