Commit Graph

5167 Commits (695765df7895d9153061cfdf3bae4055f85b2307)

Author SHA1 Message Date
Tienson Qin 4c3bdb0bf3 feat: git integration 2021-08-24 21:42:46 +08:00
rcmerci 78de8ce5bc fix: preview card crash 2021-08-24 10:08:01 +08:00
Tienson Qin 64ff907974 feat: cmd+c cmd+c to clear the right sidebar 2021-08-23 23:45:12 +08:00
Tienson Qin c2e7593923 chore: bump mldoc 2021-08-23 23:25:52 +08:00
Tienson Qin 2e3744ac9c chore: bump mldoc 2021-08-23 22:16:20 +08:00
Tienson Qin 8bbb80d57d chore: bump mldoc 2021-08-23 22:09:40 +08:00
Tienson Qin d51ad0b771 fix: append extra whitespace for org mode 2021-08-23 21:10:18 +08:00
raphaelporsche 32a0919746 enhance: remove extra whitespace in src-block-command
for better compatibility with other markdown editors
2021-08-23 21:08:31 +08:00
charlie 2b4d28ded9 fix(pdf): incorrect joined full url of pdf asset 2021-08-23 21:07:58 +08:00
Tienson Qin 78a2dbd5dd chore: bump mldoc 2021-08-23 21:07:24 +08:00
charlie 94c3857da4 improve(plugin): simplify caller 2021-08-23 18:19:06 +08:00
Tienson Qin 17f3b9c0d8 fix: changes not refreshed immediately 2021-08-23 18:11:17 +08:00
Weihua Lu 4f577114fa fix(zotero): imported url attachment open link 2021-08-23 16:17:40 +08:00
Tienson Qin c855342bbd enhance(org): replace string match with regex pattern 2021-08-23 12:12:56 +08:00
leizhe 76fbeb87de fix(org): remove extra line when deadline or scheduled added 2021-08-23 12:12:10 +08:00
leizhe 953f3ad335 fix(org): remove extra line between title and body 2021-08-23 12:12:10 +08:00
charlie e1c207ca03 plugin(api): add data format field for user configs 2021-08-21 22:36:24 +08:00
Tienson Qin 732142358a feat: replace block ref with text/embed 2021-08-21 12:58:15 +08:00
Tienson Qin 3faf8088eb fix: parser-worker.js path on web 2021-08-21 11:55:58 +08:00
charlie a5f5fe2910 improve(plugin): support macro renderer hook 2021-08-20 17:44:51 +08:00
Weihua Lu dde5b9d178 enhance: add codemirror r mode 2021-08-20 15:51:30 +08:00
Tienson Qin e81e0046d6 feat: add sparql and turtle modes (codemirror) 2021-08-20 15:16:33 +08:00
Tienson Qin c16242c0ac chore: bump version 2021-08-20 15:13:00 +08:00
Tienson Qin 8190576f35 fix: downgrade electron to 13.1.8 2021-08-20 14:53:19 +08:00
Tienson Qin f2e1b42d0f enhance: github release action 2021-08-20 11:54:22 +08:00
Tienson Qin 9ebfdeef31 chore: bump version 2021-08-19 23:45:57 +08:00
Tienson Qin 6b98baa78f enhance: ability to edit SRS cards during the review 2021-08-19 22:23:33 +08:00
Weihua Lu 5f797c53cb ui: add some margin to profile button 2021-08-19 19:06:37 +08:00
Weihua Lu a5e8f0778f fix: prompt dialog, js/prompt not supported in electron 2021-08-19 19:05:20 +08:00
Weihua 08566e9688
feat: zotero setting profile (#2666)
* feat: zotero setting profile

* fix: do not use keyword as profile name
2021-08-19 17:46:20 +08:00
charlie d7ae5d8fd4 fix(dev): import cljs runtime scripts for parser worker base on file:// 2021-08-19 17:16:51 +08:00
charlie c4a92c2657 fix(dev): import cljs runtime scripts for parser worker base on file:// 2021-08-19 17:16:06 +08:00
Weihua Lu 478d459231 Revert "fix(zotero): attachment links in orgmode"
This reverts commit 177c8aa4ff.
2021-08-19 16:30:00 +08:00
Michael Schmidt-Korth f652e8e342 enhance: keep settings window from jumping
Prevents settings window from jumping up and down when switching between submenus. 

Note there is still slight horizontal jumping once a scrollbar appears. This has been left unchanged.
2021-08-19 12:34:59 +08:00
leizhe 177c8aa4ff fix(zotero): attachment links in orgmode
This patch fixes the attachment links in orgmode. Currently, logseq
creates markdown-only attachment links even in orgmode.
2021-08-19 12:34:11 +08:00
Tienson Qin bfd614e1fe Fix: failed to load when refreshing with invalid block refs 2021-08-19 12:27:52 +08:00
gombiuda 65d7ae5ae7
Fix: block id loss for references by file altering (#2664)
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2021-08-19 11:51:13 +08:00
charlie 655dd0beae fix: conflicts 2021-08-19 10:26:36 +08:00
Tienson Qin a97b4fedea fix: Disabling journals not working
close #2646, #2665
2021-08-18 23:39:01 +08:00
Tienson Qin 13dea5ebdd fix: Markdown links without extension does not work
close #2652
2021-08-18 23:12:30 +08:00
charlie d00e89b9a6 improve(plugin): run internal plugin in isolated domain 2021-08-18 22:56:58 +08:00
Tienson Qin e87f83c395
Use web workers to speed up parsing (#2655)
* wip: use web workers to speed up parsing

* chore: uncomment forget.config.js

* fix: parser pool initialization

* fix: extract parser-worker

* fix: can't run the parser worker in the release mode

* fix: extract async tests

* fix: dsl query async test

* fix: img path in dev mode
2021-08-18 17:02:40 +08:00
Tienson Qin 0b3c2bf3f3 chore: bump mldoc 2021-08-18 12:05:25 +08:00
charlie f985c1e130 improve(pdf): make local asset file as relative path for hls page related properties 2021-08-17 17:49:30 +08:00
charlie b705732dcc improve(plugin): add dsl query type 2021-08-17 17:38:39 +08:00
Weihua Lu 2eb7a4da07 fix: dicts file format 2021-08-17 17:35:25 +08:00
Weihua Lu 49b42bb7ab fix: dicts file unmatched delimiter 2021-08-17 17:26:21 +08:00
Weihua Lu 0b2bebb6bc fix(zotero): do not re-render root 2021-08-17 17:08:06 +08:00
leizhe 837a6f4a84 fix: incorrect orgmode underline symbol 2021-08-17 16:54:10 +08:00
charlie 6697e35258 improve(plugin): add page related api 2021-08-17 16:53:33 +08:00