mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-28 12:52:55 -08:00
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)
ankielectronevernoteknowledge-graphknowledge-managementlinuxmacosnote-takingnotebooknotes-appnotionobsidianpkmtiddlywikitiddlywiki5windows
| .github | ||
| build-resources | ||
| docs | ||
| patches | ||
| public | ||
| src | ||
| .eslintrc | ||
| .gitignore | ||
| .gitmodules | ||
| .npmrc | ||
| dist.js | ||
| FAQs.md | ||
| LICENSE | ||
| package.json | ||
| PRIVACY.md | ||
| README.md | ||
| yarn.lock | ||
Singlebox 
| macOS | Linux | Windows |
|---|---|---|
Singlebox - All Your Apps in One Single Window.
Licensing
Usage
Singlebox is paid software. You can add up to two workspaces for free or pay just $9.99 to add as many as you need.
The license:
- Lets you add unlimited apps and workspaces.
- Has no time limit and never expires.
- Works with all versions (including major updates).
- Permits uses on all of the devices you own (regardless of platforms or operating systems).
Source Code
On the other hand, the source code is freely available for use, modification and distribution under the permissions, limitations and conditions listed in the Mozilla Public License 2.0.
Development
# First, clone the project:
git clone https://github.com/atomery/singlebox.git
cd singlebox
# install the dependencies
yarn
# Run development mode
yarn electron-dev
# Build for production
yarn dist