Commit graph

164 commits

Author SHA1 Message Date
tiddlygit-test
d2f7807281 feat: loading indicator is working for wiki server now 2020-07-19 17:05:38 +08:00
tiddlygit-test
255c738f09 fix: default-icon not fitting 2020-07-19 16:12:40 +08:00
tiddlygit-test
ebb7105ce4 chore: use TiddlyGit as name and Tiddlywiki Icon as new icon 2020-07-19 15:26:56 +08:00
tiddlygit-test
32faa5b9e6 feat: add git repo sync message popup to tiddlywiki 2020-07-19 03:36:35 +08:00
tiddlygit-test
ac21143b95 fix: only show port config in main wiki creation 2020-07-19 01:07:02 +08:00
tiddlygit-test
3e19673387 fix: subwiki use same port as main wiki 2020-07-18 22:48:08 +08:00
tiddlygit-test
28cca1c129 chore: upgrade deps 2020-07-18 21:49:22 +08:00
tiddlygit-test
efdf4fa370 feat: implement git-sync using dugite
https://github.com/simonthum/git-sync/blob/master/git-sync
2020-07-18 17:55:01 +08:00
Lin Onetwo
e6902df4f3 Fix window title is not in synced with workspace (#308) 2020-07-15 22:21:53 +08:00
Quang Lam
51b43e83af Always hide title bar in full screen mode regardless of preference (#307) 2020-07-15 22:09:20 +08:00
Quang Lam
a91fb96257 Fix title bar disappears when side bar is scrollable (#306) 2020-07-15 22:09:14 +08:00
Lin Onetwo
fbabdd7bdc Add option to show/hide keyboard shortcut hints on sidebar (#305) 2020-07-15 21:59:41 +08:00
Lin Onetwo
1162f84ec6 fix: imported wiki don't have git url 2020-07-14 02:14:42 +08:00
Lin Onetwo
554e2d02d3 feat: progress bar for wiki creation 2020-07-14 01:27:09 +08:00
Lin Onetwo
83923423d2 chore: upgrade @material-ui/pickers 2020-07-13 01:38:44 +08:00
Lin Onetwo
869013b463 chore: remove unused algoliasearch 2020-07-13 00:20:55 +08:00
Lin Onetwo
d3e561771e chore: upgrade to electron v9 2020-07-13 00:17:42 +08:00
Lin Onetwo
d7d8d96f33 feat: allow open a nodejs wiki folder as workspace 2020-07-12 23:31:21 +08:00
Lin Onetwo
ade57adb69 feat: button to refetch repo list 2020-07-11 21:11:14 +08:00
Lin Onetwo
7560f58a10 feat: script to watch change and sync 2020-07-11 15:52:25 +08:00
Lin Onetwo
1dcdc06dff feat: allow remove workspace folder 2020-07-05 00:26:45 +08:00
Lin Onetwo
c11e8d2488 feat: connect wiki folder to github 2020-07-04 23:57:43 +08:00
Lin Onetwo
f6fe119921 feat: choose repo list item 2020-07-04 13:12:25 +08:00
Lin Onetwo
bc92e4a258 feat: allow signout 2020-07-04 13:06:03 +08:00
Lin Onetwo
da79a803a6 refactr: extract component to saparate files 2020-07-04 12:02:38 +08:00
Lin Onetwo
0fcabf83d4 feat: parse githubUsername from oauth data 2020-07-04 01:29:11 +08:00
Lin Onetwo
e98b542066 fix: type annotation in github-login 2020-07-04 01:22:55 +08:00
Lin Onetwo
0daa185dce refactor: delete unused code 2020-07-04 01:12:32 +08:00
Lin Onetwo
758f10e469 feat: use github token to load repo list 2020-07-04 01:10:27 +08:00
Lin Onetwo
cb2428fb70 feat: adjust sync button to top, since login will clear the form state 2020-07-02 23:30:04 +08:00
Lin Onetwo
1c76e1e88e refactor: use authing.cn to sign-in in a more secure and comfortable way 2020-07-02 23:17:48 +08:00
Lin Onetwo
f9487535d2 feat: login to github using unsafe oAuth
I have secret in the commit, which is bad, but difficult to get around if I want to be server less.
https://aimingoo.github.io/1-1722.html
I can use a FaaS to get token for user, but that means I need to pay for the service.
2020-07-02 09:24:42 +08:00
lin onetwo
a4fbf9dbcb
Merge branch 'master' into basic-tiddlywiki-desktop 2020-06-27 14:13:00 +08:00
Lin Onetwo
fb2feaf83e feat: start two wiki in different port 2020-06-27 13:17:52 +08:00
Lin Onetwo
e89b904c85 fix: now showing error message 2020-06-27 11:48:06 +08:00
Lin Onetwo
04f4991948 refactor: create workspace in one click 2020-06-26 23:56:11 +08:00
Lin Onetwo
5aa8ca95a0 feat: allow create sub-wiki, and store metadata to workspace 2020-06-26 23:02:37 +08:00
Lin Onetwo
d6941c4760 feat: allow choose wiki name 2020-06-26 21:59:54 +08:00
Lin Onetwo
d67cf2df45 feat: start wiki upon workspace creation and on startup 2020-06-25 14:56:22 +08:00
Lin Onetwo
f3cfa6b819 feat: create workspace with icon 2020-06-25 14:04:54 +08:00
Lin Onetwo
f3f5a91152 feat: adjust help messages, and add close button 2020-06-25 12:58:08 +08:00
Lin Onetwo
3e5f16efd7 feat: complete dialog to create wiki template 2020-06-25 12:47:50 +08:00
Lin Onetwo
e3d291f39d feat: basic wiki creation panel 2020-06-24 23:53:00 +08:00
Lin Onetwo
5740917747 feat: Start an empty nodejs TiddlyWiki in App Resource folder
make that wiki folder template not asar when package it
2020-06-23 09:24:03 +08:00
Lin Onetwo
00abcf242c Fix reorganizing workspaces is not working properly (#300) 2020-06-23 08:25:37 +08:00
Quang Lam
dd77ec7c1c 3.9.0 2020-06-09 02:08:53 +07:00
Quang Lam
753297459e
Remove catalog live search feature (#289) 2020-06-09 00:21:42 +07:00
Quang Lam
3ed4bfa89e
Revert "Sunset Translatium (#284)" (#285)
This reverts commit 3ecb5d060d.
2020-06-06 12:57:46 +07:00
Quang Lam
3ecb5d060d
Sunset Translatium (#284) 2020-06-05 23:45:55 +07:00
Quang Lam
67cea59297
Improve catalog performance (#281) 2020-05-28 21:43:36 +07:00