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
2019-12-02 05:43:52 -06:00
.github Add 28 new apps to catalog (#48) 2019-11-27 21:50:22 -06:00
build-resources Fix camera and microphone devices are not accessible (#49) 2019-11-28 13:28:00 -06:00
catalog Add 5 new apps to catalog (#55) 2019-11-29 23:55:15 -06:00
docs 1.8.1 2019-12-01 21:20:38 -06:00
patches Fix CTRL click triggers sortable mode (#40) 2019-11-24 03:53:23 -06:00
public Fix external links are not handled correctly in many apps (#61) 2019-12-02 05:43:52 -06:00
src 1.8.1 2019-12-01 21:20:38 -06:00
.eslintrc Improve windows initialization speed (#53) 2019-11-29 17:18:10 -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 Use GitHub Actions (#26) 2019-11-18 18:03:10 -06:00
LICENSE Initial 2019-08-30 11:41:23 +07:00
package.json 1.8.1 2019-12-01 21:20:38 -06:00
README.md Fix bugs related to notification management (#57) 2019-11-30 20:14:34 -06:00
yarn.lock Fix clicking on Gmail notification unexpectedly opens link in browser (#56) 2019-11-30 14:52:19 -06:00

Singlebox License: MPL 2.0

macOS Catalog
GitHub Actions Build Status GitHub Actions 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