Commit Graph

18312 Commits

Author SHA1 Message Date
Tienson Qin
b61697e824 feat(electron): replace windows path \\ with / 2021-01-27 22:05:56 +08:00
charlie
f4e3db3f07 Merge remote-tracking branch 'origin/feat/electron' into feat/electron 2021-01-27 21:46:35 +08:00
Tienson Qin
2a633105dd fix(electron): windows path 2021-01-27 21:45:47 +08:00
charlie
9001a4a61f Merge remote-tracking branch 'origin/feat/electron' into feat/electron 2021-01-27 21:38:47 +08:00
Tienson Qin
66a545c306 feat(electron): fix windows path 2021-01-27 21:38:18 +08:00
charlie
9a405ea0cb Merge remote-tracking branch 'origin/feat/electron' into feat/electron 2021-01-27 21:26:20 +08:00
Tienson Qin
aad09df55c feat(electron): fix win32 path 2021-01-27 21:25:09 +08:00
charlie
c70c77c550 Merge remote-tracking branch 'origin/feat/electron' into feat/electron 2021-01-27 20:53:27 +08:00
Tienson Qin
fdbf671534 feat(electron): fix loop 2021-01-27 20:52:35 +08:00
charlie
8d03654a4b Merge remote-tracking branch 'origin/feat/electron' into feat/electron 2021-01-27 18:29:09 +08:00
charlie
952c4974ae improve(electron): polish ui 2021-01-27 18:28:54 +08:00
Tienson Qin
210ecc9353 feat(electron): trying to fix custom.css 2021-01-27 18:27:52 +08:00
charlie
374af200cf improve(electron): polish UI on Linux 2021-01-27 15:18:39 +08:00
charlie
d669217356 chore: fix typo 2021-01-27 13:27:20 +08:00
Tienson Qin
df7ca4995e feat(electron): fix fs watcher ignored
Also, use rfe for links
2021-01-27 12:24:37 +08:00
charlie
15e7fc8a1b feat(electron): add open file with Finder & Default app 2021-01-27 12:10:09 +08:00
defclass
1649549d63 feat(outliner): finish tree operation and test 2021-01-27 11:24:03 +08:00
charlie
edc0b0a7d1 ui(electron): polish toolbar 2021-01-26 22:15:41 +08:00
charlie
6d0d83e86f fix(electron): get correct file path when drop image 2021-01-26 21:23:47 +08:00
charlie
9cb8bdd2cb improve(electron): adapt some remote resources to local 2021-01-26 20:59:09 +08:00
charlie
361e84bbbb fix(electron): Detach all file watcher listeners when force quit app if not App will not response and crash 2021-01-26 20:54:01 +08:00
Tienson Qin
956f38aa7f electron: fix watcher regex 2021-01-26 19:03:55 +08:00
charlie
76de88104e improve(electron): polish toolbar ui 2021-01-26 16:56:40 +08:00
Tienson Qin
68cd48a277 editor: fix properties parsing with commas
Closed #1156
Closed #1169
2021-01-26 16:33:14 +08:00
Tienson Qin
ea66b25a5a Merge branch 'master' into feat/electron 2021-01-26 15:27:12 +08:00
Tienson Qin
190837ab07 electron: disable github 2021-01-26 15:20:27 +08:00
Tienson Qin
5c401f2bd3 electron: simplify the header 2021-01-26 14:55:56 +08:00
charlie
8500afb849 improve(electron): use fragment mode for frontend router & polish UI 2021-01-26 13:17:23 +08:00
karlicoss
5c1a04714e add comment with "asset.logseq.com" so it's easier to find where it's hardcoded 2021-01-26 09:26:53 +08:00
charlie
c787573d3d fix(electron): correct dev entry 2021-01-25 20:28:02 +08:00
charlie
3bfd51caa3 feat(electron): add compatible AppTitleBar for Mac & Win32 2021-01-25 20:25:49 +08:00
charlie
b7619958ec improve(electron): adapt paste/drop asset for electron clipboard api 2021-01-25 14:33:50 +08:00
charlie
6b61a3c762 feat(electron): copy file when upload asset 2021-01-24 20:47:06 +08:00
Tienson Qin
49d6b70c68 fix: remove padding bottom for global graph 2021-01-24 17:55:54 +08:00
Tienson Qin
0ac53160e4 enhance: display contents in the right sidebar if empty 2021-01-24 17:16:34 +08:00
Tienson Qin
25c7726331 fix: create default files on desktop app 2021-01-24 16:59:26 +08:00
akhater
b1b435e3ca Update block.cljs 2021-01-24 00:02:53 +08:00
akhater
45ffbe898e updating embed youtube command 2021-01-24 00:02:53 +08:00
akhater
84e341132a Update block.cljs
added "backward compatibility" to support {{youtube VidID}} directly without URL
2021-01-24 00:02:53 +08:00
akhater
06a359a379 Update block.cljs 2021-01-24 00:02:53 +08:00
Tienson Qin
f31f5cd0a2 fix: add file watcher when adding new local folders 2021-01-23 23:08:51 +08:00
Tienson Qin
98a781e299 ux: don't display full path on desktop app 2021-01-23 23:00:58 +08:00
Tienson Qin
b3224d0869 electron: file watcher 2021-01-23 19:02:23 +08:00
Tienson Qin
26be1ff969 electron: file watcher wip 2021-01-23 01:14:45 +08:00
Tienson Qin
a73b4e242f electron: add re-index support 2021-01-22 23:04:09 +08:00
Adam Schmideg
a9df8deaae final touches on dual platform testing of Raom import 2021-01-22 06:33:08 -08:00
Adam Schmideg
b9416ac989 roam/json->edn test runs in clj 2021-01-22 06:33:08 -08:00
Adam Schmideg
06f7d6ddc1 Change deps.edn to we can run both clj, and cljs tests 2021-01-22 06:33:08 -08:00
Adam Schmideg
d1e595ff76 roam test with cljs 2021-01-22 06:33:08 -08:00
Tienson Qin
98eb4a43a6 Merge branch 'feat/electron' of github.com:logseq/logseq into feat/electron 2021-01-22 21:20:49 +08:00