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-10-03 16:32:27 -05:00
build-resources Add notarization (#7) 2019-10-02 20:18:49 -05:00
catalog Initial 2019-08-30 11:41:23 +07:00
docs 1.1.0 2019-10-03 16:32:27 -05:00
public Remove Windows and Linux support (#6) 2019-09-17 17:16:35 -05:00
src Remove Windows and Linux support (#6) 2019-09-17 17:16:35 -05: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 Add notarization (#7) 2019-10-02 20:18:49 -05:00
LICENSE Initial 2019-08-30 11:41:23 +07:00
package.json 1.1.0 2019-10-03 16:32:27 -05:00
README.md Remove Windows and Linux support (#6) 2019-09-17 17:16:35 -05:00
yarn.lock 1.1.0 2019-10-03 16:32:27 -05: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