Index

้ฉฌไธๅ‰1st June 2023 at 12:18pm

TidGi

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

Showcases and Demo

demo

Screenshot

More Screenshots
Load NodeJS Wiki
Create Local WikiClone Online Wiki
Translation, Preferences
Interactive code
Community Plugin Library

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

Windows version

MacOS version

After extracting the downloaded zip, remember to drag it into the "Applications" folder before using it.

For mac users, you have to manually trust this app, click here to expand details. To fix "This app is broken, you should move it to trash"โ—€ Since I haven't buy Apple developer key yet, so you have to entrust App to open it. "This app is broken" is a lie, Apple use its monopoly position to force me pay 99$, but I don't want to pay for it, so it lies "This app is broken".

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

Click "Cancel" โ†“



Click "Open" โ†“ Click "OK" โ†“

For M1 M2 users, Another way to go about allowing the installation

1. Open "Terminal.app" and enter the command: sudo spctl --master-disable. 2. Open the system Settings -> Security -> Allow applications downloaded from any source in the following location 3. Move the installation package to "Applications". 4. 4. Enter the command: sudo xattr -d com.apple.quarantine /Applications/TidGi.app and enter your computer's password as required by Apple. 5. Re-click on TidGi.app to open it.

Mac command line user

brew install TidGi # Not tested

Linux version

yay tidgi

ApplicationStoreStatus

Packaging status

Download Mobile App

See TidGi-Mobile Source and Resources for more.

TidGi Feature Handbook

TidGi has built-in features such as localized AI, Git backup synchronization, etc. This handbook describes how to configure them.

Open the handbook

You may also want to Trouble Shooting

Plugins Handbook

The design goal of TidGi is to work out of the box, but this also means that TidGi includes a large number of plugins from the TidGi community. In this handbook, you can find usage of some plugins that pre-installed in TidGi.

Open handbook

Mobile App

  • TidGi-Mobile is the official pair with TidGi-Desktop, developed by @linonetwo. It can even be used for huge wikis of 100MB or more, so you can use it from small to large, from young to old.
  • 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.

Related Posts About TidGi

No English posts yet...Please help sharing!

Differences from other App

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 as storage

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.

Data and Privacy Protection

Privacy: How it stores and uses data

We do not send any information from your phone to the internet.

You can optionally syncing data from your phone to a local TidGi-Desktop app on your local WiFi.

How it stores data locally on your phone

This is a local-first app, it stores data in following format, and never leaving your local WiFi network:

  1. HTML, contains some of core tw things like $:/boot and raw HTML created by [$:/tags/RawMarkup](https://tiddlywiki.com/#SystemTag%3A%20%24%3A%2Ftags%2FRawMarkup)
    1. To update the TiddlyWiki version or the raw markup, you need to perform a full-resync (delete and recreate)
  2. SQLite, When adding wiki, we fetch all skinny-tiddlers of your tid/md file, then store them in SQLite DB to speed up booting and save memory.
  3. JSON, When adding wiki, we fetch all plugins's full content as JSON, this will not be updated
  4. Files, binary files like images are stored as files on your phone.

Later, we use a Sync-Adaptor to only load the file you need lazily, to increase performance on a huge wiki. Also, reduce the memory and CPU consumption of your phone.

Credits

The desktop app shell is based on 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!

TidGi Default Template Plugin Feature Handbook

TidGi comes with a few plugins by default to get a Notion-like experience out of the box.

repo

demo