Enhance: plugin-related improvements (#8787)

- fix: Select and Input elements rendered using provideUI via onMacroRendererSlotted don't function #8374
 - fix: logseq.Editor.getPageBlocksTree does not work when page uuid is passed in as param #4920
 - feat: add a plug-in flag for the plugin slash commands item
 - feat: add logseq.App.setCurrentGraphConfigs: (configs: {}) => Promise<void>
 - feat: add hook logseq.App.onTodayJournalCreated: IUserHook<{ title: string }
 - enhance: auto-check updates for the installed plugins from Marketplace
 - feat: expose template-related APIs to SDK
This commit is contained in:
Charlie
2023-04-12 21:27:40 +08:00
committed by GitHub
parent 4c7597af11
commit 60fbfdf2f7
35 changed files with 1196 additions and 875 deletions

View File

@@ -14,11 +14,11 @@
justify-content: space-between;
small {
visibility: hidden;
visibility: visible;
cursor: help;
svg {
opacity: .5;
opacity: .3;
}
&:hover svg {
@@ -26,7 +26,7 @@
}
}
}
&:hover, &.chosen {
.has-help small {
visibility: visible;