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-01-08 23:48:56 -06:00
.github Update website (#74) 2019-12-08 14:05:22 -06:00
build-resources Show context menu when clicking menubar icon by default (#106) 2020-01-08 23:47:38 -06:00
catalog Add Feedly to catalog (#93) 2019-12-25 10:34:09 -06:00
docs 2.5.0 2020-01-08 23:48:56 -06:00
patches Show context menu when clicking menubar icon by default (#106) 2020-01-08 23:47:38 -06:00
public Show context menu when clicking menubar icon by default (#106) 2020-01-08 23:47:38 -06:00
src Add option to toggle sidebar (#102) 2020-01-08 16:10:48 -06:00
.eslintrc Add back Windows & Linux support (#72) 2019-12-08 00:01:41 -06:00
.gitignore Initial 2019-08-30 11:41:23 +07:00
.gitmodules Initial 2019-08-30 11:41:23 +07:00
.npmrc Initial 2019-08-30 11:41:23 +07:00
dist.js Add back Windows & Linux support (#72) 2019-12-08 00:01:41 -06:00
LICENSE Initial 2019-08-30 11:41:23 +07:00
package.json 2.5.0 2020-01-08 23:48:56 -06:00
README.md Update marketing materials (#75) 2019-12-09 11:26:14 -06:00
yarn.lock Show context menu when clicking menubar icon by default (#106) 2020-01-08 23:47:38 -06:00

Singlebox License: MPL 2.0

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

Singlebox - All Your Apps in One Single Window.


Notes

Singlebox is open-source but not free. You can add up to two workspaces for free. Pay just $9.99 to add as many as you need.

Singlebox has permanent licenses, which have no time limit. In other words, the license never expires and works with all versions (including major updates). Also, your license permits you to use the app on all of the devices you own, as long as you are the only one using the app.


Development

# First, clone the project:
git clone https://github.com/quanglam2807/singlebox.git
cd singlebox

# install the dependencies
yarn

# Run development mode
yarn electron-dev

# Build for production
yarn dist