TidGi is an privatcy-in-mind, automated, auto-git-backup, freely-deployed Tiddlywiki knowledge management Desktop note app, with local REST API. 「 太记 」是一个基于「 太微 TiddlyWiki 」的知识管理桌面应用,能保护隐私内容、高级自动化、自动Git云备份、部署为博客,且可通过RESTAPI与Anki等应用连接。(迭代开发中欢迎试用,开发进度见下方链接)(Under active development, see website below for details)
Find a file
2020-08-22 16:49:35 +08:00
.github refactor: remove register and license key related code 2020-07-20 23:02:45 +08:00
.vscode feat: allow set userName in the preference 2020-08-18 22:18:51 +08:00
build-resources 0.1.0 First Alpha Release 2020-07-19 20:24:53 +08:00
docs doc: add description and screenshot 2020-08-09 00:17:52 +08:00
flow-typed/npm chore: upgrade deps 2020-08-16 16:15:39 +08:00
localization feat: update FileSystemPaths when creating sub-wiki 2020-08-21 23:30:41 +08:00
patches chore: upgrade to electron v9 2020-07-13 00:17:42 +08:00
public feat: suggest TagName on create 2020-08-22 16:49:35 +08:00
src feat: suggest TagName on create 2020-08-22 16:49:35 +08:00
template/wiki feat: util to update fileSystemPaths.tid 2020-08-21 21:24:04 +08:00
.babelrc 3.6.1 2020-05-16 21:41:02 +07:00
.eslintrc refactor: remove unused code, add flow type annotation 2020-07-24 14:09:24 +08:00
.flowconfig feat: use github token to load repo list 2020-07-04 01:10:27 +08:00
.gitignore feat: recreate bob's config before server start 2020-07-24 01:08:34 +08:00
.prettierrc style: add lots of eslint plugins 2020-06-26 19:39:23 +08:00
dist.js chore: upgrade to 5.1.23-prerelease.20200815 2020-08-15 11:29:26 +08:00
LICENSE Initial 2019-08-30 11:41:23 +07:00
package-lock.json chore: upgrade deps 2020-08-16 16:15:39 +08:00
package.json chore: upgrade deps 2020-08-16 16:15:39 +08:00
PrivacyPolicy.md chore: replace some text from atomery 2020-07-20 23:08:14 +08:00
README.md Update README.md 2020-08-09 12:59:49 +08:00

TiddlyGit License: MPL 2.0

macOS Linux Windows
GitHub Actions macOS Build Status GitHub Actions Linux Build Status GitHub Actions Windows Build Status

TiddlyGit - Customizable personal knowledge-base with Github as unlimited storage and blogging platform.

GitHub Releases

About TiddlyGit-Desktop

TiddlyGit is a cross-platform Note Taking & GTD & Fragment Knowledge Management desktop app powered by nodejs-TiddlyWiki and Github, 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.

Screenshot of main-window Screenshot of add-workspace Screenshot of preference

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

Why not TiddlyDesktop?

Main reasons:

  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 load wiki folder generated by nodejs-TiddlyWiki, it can't backup that folder to the Github easily like TG does
  4. With the electron as a shell, I 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

Download

Just download it from Github Release Free Download

You can also find changelog in the Release.

Development

Development plan of TiddlyGit-Desktop is listed in these Kanban.

Explanation of our code can be found in the Wiki.

To contribute, fork this repo, then clone it and setup development environment
# First, clone the project:
git clone https://github.com/YOUR_ACCOUNT/TiddlyGit-Desktop.git
cd TiddlyGit-Desktop
# Or maybe you are just using Github Desktop
# or GitKraken to clone this repo,
# and open it in your favorite code editor and terminal app

# install the dependencies

npm i

# Run development mode

npm run electron-dev

# Build for production

npm run dist

Publish

Add a tag like vx.x.x to a commit, and push it to the origin, Github will start building App for all three platforms.

After Github Action completed, you can open Releases to see the Draft release created by Github, add some comment and publish it.

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 TiddlyGit.

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.