Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat/plugin marketplace (logseq#2766)
* Squashed commit of the following: commit ea9af27 Author: Tienson Qin <[email protected]> Date: Fri Aug 27 00:23:24 2021 +0800 feat: type c to git commit also, fixed an issue that backspace can delete selected blocks when there's a dialog. commit 78e24f7 Author: Tienson Qin <[email protected]> Date: Fri Aug 27 00:01:21 2021 +0800 fix: add patch parser worker to yarn watch commit 7f6e777 Author: Tienson Qin <[email protected]> Date: Thu Aug 26 23:57:46 2021 +0800 fix: add several shortcuts to the Others category commit 509697b Author: Tienson Qin <[email protected]> Date: Thu Aug 26 23:55:40 2021 +0800 fix: git username and email configuration * Squashed commit of the following: commit 401d85b Author: Peng Xiao <[email protected]> Date: Fri Aug 27 11:10:32 2021 +0800 feat: add protobuf mode commit dc1e9fd Author: Tienson Qin <[email protected]> Date: Fri Aug 27 13:33:47 2021 +0800 chore: replace : with comma for git path ':' is a reserved character on Windows commit ea9af27 Author: Tienson Qin <[email protected]> Date: Fri Aug 27 00:23:24 2021 +0800 feat: type c to git commit also, fixed an issue that backspace can delete selected blocks when there's a dialog. commit 78e24f7 Author: Tienson Qin <[email protected]> Date: Fri Aug 27 00:01:21 2021 +0800 fix: add patch parser worker to yarn watch commit 7f6e777 Author: Tienson Qin <[email protected]> Date: Thu Aug 26 23:57:46 2021 +0800 fix: add several shortcuts to the Others category commit 509697b Author: Tienson Qin <[email protected]> Date: Thu Aug 26 23:55:40 2021 +0800 fix: git username and email configuration * feat(plugin): ui of marketplace plugins list * improve(plugin): support reload * improve(plugin): installation from marketplace * fix conflicts * improve(plugin): installation from github public repo * chore: remove unwanted dependency * chore: remove console * improve(plugin): add shortcuts * ui(plugin): polish LOADING indicator * improve(plugin): support up-to-date of marketplace plugin * fix: remove debug option * improve(plugin): better interaction of themes picker * improve(plugin): better experience when installing theme from marketplace * fix(plugin): downloads label of marketplace plugin * improve(plugin): update package name field * improve(plugin): change marketplace packages repo to `logseq/marketplace` * fix(plugin): plugin title when updating notification * fix: conflicts * enhance(plugin): i18n related marketplace & lifecycle of plugin installation * improve(plugin): handle offline situation * ui(plugin): header plugin icons container * fix(ui): add class identity for journal page with date page name * improve(plugin): remote readme for marketplace plugin * enhance(plugin): polish plugin card * chore(plugin): build libs core * Squashed commit of the following: commit 751db48 Author: Tienson Qin <[email protected]> Date: Tue Sep 7 16:58:25 2021 +0800 enhance: log git errors commit c2dbbc7 Author: Tienson Qin <[email protected]> Date: Tue Sep 7 16:27:00 2021 +0800 enhance: display refresh status commit f734b6d Author: Tienson Qin <[email protected]> Date: Tue Sep 7 16:03:57 2021 +0800 fix: .git doesn't work well with third-party cloud services commit 7e44d81 Author: Tienson Qin <[email protected]> Date: Tue Sep 7 13:52:38 2021 +0800 fix: git init into the current graph folder instead of a separate git directory because .gitdir might has different paths on multiple devices, another reason is that the graph might have different histories considering the .git directory is not synced. commit b86a801 Author: Tienson Qin <[email protected]> Date: Mon Sep 6 23:23:27 2021 +0800 enhance: don't show diff if there's only blank changes commit 0b55d11 Author: Tienson Qin <[email protected]> Date: Mon Sep 6 22:39:06 2021 +0800 fix: save the previous content in Logseq first and commit it to avoid overwritten when syncing with iCloud/Dropbox/syncthing. commit e0baf4b Author: Tienson Qin <[email protected]> Date: Mon Sep 6 22:18:45 2021 +0800 fix: close file watcher when exit the app commit 10e7a9f Author: Tienson Qin <[email protected]> Date: Mon Sep 6 21:05:38 2021 +0800 fix: disable cut selections in the query result block commit 90c2bd7 Author: Tienson Qin <[email protected]> Date: Mon Sep 6 18:42:17 2021 +0800 fix: terminate parser and persist dbs when reloading the app (electron) commit 571c81a Author: Tienson Qin <[email protected]> Date: Mon Sep 6 17:57:33 2021 +0800 enhance: add sync from local files (the old refresh way) commit a16e5c9 Author: Tienson Qin <[email protected]> Date: Mon Sep 6 17:23:57 2021 +0800 fix: Dragging blocks to update notes does not synchronize updates to the notes file in real time. close logseq#2744 commit 6897a22 Author: Tienson Qin <[email protected]> Date: Mon Sep 6 16:43:30 2021 +0800 fix: disable page/block auto-complete once the cursor went outside commit feb4404 Author: Tienson Qin <[email protected]> Date: Mon Sep 6 13:28:47 2021 +0800 fix: wrong page metadata saved for another graph commit b963321 Author: Tienson Qin <[email protected]> Date: Mon Sep 6 13:08:28 2021 +0800 enhance: catch errors when app quits commit 1ee0c24 Author: Jiang Hailong <[email protected]> Date: Wed Sep 1 20:54:13 2021 +0800 FIX: Linked reference is not refresh after file altering logseq#2694 commit 0550c8a Author: Tienson Qin <[email protected]> Date: Mon Sep 6 12:25:39 2021 +0800 fix: display logbook for scheduled tasks commit 2a5f0ce Author: Tienson Qin <[email protected]> Date: Mon Sep 6 12:21:19 2021 +0800 fix: spent hours for logbook commit 1f2c9e4 Author: leizhe <[email protected]> Date: Sat Sep 4 12:59:09 2021 +0900 fix(timestamp): remove old SCHEDULED/DEADLINE timestamp When using `date-picker` to update the SCHEDULED/DEADLINE timestamp by clicking an existing one, logseq will add a new timestamp instead of updating the old one. This patch fixs this issue. commit cb23b96 Author: leizhe <[email protected]> Date: Sat Sep 4 11:36:34 2021 +0900 fix(repeat): more consistent with orgmode style Ref: https://orgmode.org/manual/Tracking-your-habits.html commit 229c7f2 Author: leizhe <[email protected]> Date: Sat Sep 4 15:11:07 2021 +0900 enhance(property): remove empty properties drawer commit a76df9c Author: leizhe <[email protected]> Date: Sat Sep 4 10:27:30 2021 +0900 fix(clock): duplicate clock-in log twice 1. `set-marker` will not log time anymore. The time logging is moved to `with-timetracking` 2. Concat `logbook` only if `new-clocks` is nil, which fixs the duplication of clock-in log. commit c79e9f9 Author: Tienson Qin <[email protected]> Date: Mon Sep 6 12:04:16 2021 +0800 code: cleanup commit 9ec85db Author: DarshanSudhakar <$K3Ug1i&> Date: Mon Sep 6 08:32:07 2021 +0530 Fixing typo for the tooltip 'Block reference' commit eec6778 Author: Tienson Qin <[email protected]> Date: Mon Sep 6 11:49:58 2021 +0800 enhance: page history support reverting back commit 7273112 Author: Tienson Qin <[email protected]> Date: Mon Sep 6 11:23:31 2021 +0800 git: revert back commit cd853b5 Author: Tienson Qin <[email protected]> Date: Mon Sep 6 10:39:08 2021 +0800 git: should compare ignored-files with disk content commit a84dfb5 Author: Tienson Qin <[email protected]> Date: Mon Sep 6 10:31:16 2021 +0800 git: add ignore-files to avoid repeated notifications commit 86577e7 Author: Tienson Qin <[email protected]> Date: Mon Sep 6 10:07:39 2021 +0800 fix: ignore permission denied error when git add all commit 8dc0ca9 Author: Tienson Qin <[email protected]> Date: Mon Sep 6 09:54:03 2021 +0800 fix: run git config core.safecrlf false on windows commit 9edaae5 Author: Tienson Qin <[email protected]> Date: Mon Sep 6 09:20:06 2021 +0800 refactor: extract file ops commit f12f58d Author: tiagodevezas <[email protected]> Date: Fri Sep 3 23:25:07 2021 +0100 fix typos commit 9e82f01 Author: tiagodevezas <[email protected]> Date: Fri Sep 3 21:32:03 2021 +0100 Translate shortcuts to Portuguese (pt-PT) commit 9a2c17b Author: tiagodevezas <[email protected]> Date: Fri Sep 3 20:58:33 2021 +0100 Translate new settings to pt-PT commit c05034c Author: Sebastian Bensusan <[email protected]> Date: Sat Sep 4 07:57:07 2021 -0700 feat(calc): Understand percentages commit bfe6a5d Author: Tienson Qin <[email protected]> Date: Mon Sep 6 08:46:30 2021 +0800 enhance: commit the content in logseq when detecting any disk changes * improve(plugin): add install plugin api * fix(plugin): protected plugin installation api * improve(plugin): tweak readme display for local * fix: conflicts * fix(plugin): get block option with include children * improve(plugin): copy more marketplace manifest fields to plugin * fix: conflicts * improve(plugin): shortcut for copying plugin id * Squashed commit of the following: commit e51ea54 Author: Tienson Qin <[email protected]> Date: Mon Sep 13 10:40:25 2021 +0800 fix: change ack timeout * fix(plugin): non blank icon string * fix: conflicts * fix: e name * fix: remove debug from state * chore(plugin): bump libs minor version Co-authored-by: Tienson Qin <[email protected]>
- Loading branch information