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-11-05 18:39:27 -06:00
build-resources Add notarization (#7) 2019-10-02 20:18:49 -05:00
catalog Improve workspace reordering experience (#11) 2019-10-25 17:52:54 -05:00
docs Add Latte app to bento menu (#14) 2019-11-02 12:32:18 -05:00
public Add ability to reorder workspaces (#9) 2019-10-12 19:37:10 -05:00
src Improve license validation (#15) 2019-11-05 18:39:27 -06:00
.eslintrc Initial 2019-08-30 11:41:23 +07: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
.travis.yml Remove Windows and Linux support (#6) 2019-09-17 17:16:35 -05:00
dist.js Fix system dark mode is not detected in macOS Catalina (#16) 2019-11-05 18:39:17 -06:00
LICENSE Initial 2019-08-30 11:41:23 +07:00
package.json Improve license validation (#15) 2019-11-05 18:39:27 -06:00
README.md Remove Windows and Linux support (#6) 2019-09-17 17:16:35 -05:00
yarn.lock Improve license validation (#15) 2019-11-05 18:39:27 -06:00

Singlebox License: MPL 2.0 Travis Build Status

Singlebox - All Your Apps in One Single Window.


Notes

Singlebox is open-source but not free. You can add up to two apps/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
yarn template:install

# Run development mode
yarn electron-dev

# Build for production
yarn dist