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-04-17 17:13:05 +07:00
.github Fix theme preference is not remembered (#176) 2020-03-27 20:39:29 +07:00
build-resources Update marketing materials (#170) 2020-03-26 19:16:40 +07:00
catalog Add ability to double click on title bar to (un)maximize on macOS (#188) 2020-04-10 21:06:17 +07:00
docs 3.2.0 2020-04-15 20:52:21 +07:00
patches Upgrade to electron@8 (#165) 2020-03-24 20:13:38 +07:00
public Fix connection errors are not handled correctly (#201) 2020-04-17 17:13:05 +07:00
src Fix connection errors are not handled correctly (#201) 2020-04-17 17:13:05 +07:00
.eslintrc Add proxy support (#160) 2020-03-13 20:11:55 -05:00
.gitignore Initial 2019-08-30 11:41:23 +07:00
.gitmodules Shadow clone bulma submodule (#174) 2020-03-27 17:40:36 +07:00
.npmrc Initial 2019-08-30 11:41:23 +07:00
dist.js Fix CFBundleURLTypes in Info.plist is not set on macOS (#177) 2020-03-29 15:50:07 +07:00
FAQs.md Add button to test notifications (#186) 2020-04-06 17:40:25 +07:00
LICENSE Initial 2019-08-30 11:41:23 +07:00
package.json Fix full screen event listeners are added too many times (#200) 2020-04-17 17:00:36 +07:00
PRIVACY.md 3.1.0 2020-04-12 17:36:20 +07:00
README.md Fix generated app sometimes keeps loading forever on Windows (#193) 2020-04-14 20:02:35 +07:00
yarn.lock Fix full screen event listeners are added too many times (#200) 2020-04-17 17:00:36 +07: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.


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