* feat(ui): WIP handbooks pane
* feat(ui): WIP handbooks pane
* feat(ui): WIP handbooks pane
* feat(ui): WIP handbooks popup
* feat(ui): WIP dragable & resizable for handbooks popup
* feat(ui): WIP pane navigations for handbooks popup
* feat(ui): WIP pane navigations for handbooks popup
* feat(ui): WIP handbooks markdown body
* feat(ui): WIP handbooks nodes for dashboard render
* feat(ui): WIP watch mode for development
* improve(ui): typos
* feat(ui): WIP enhance watch mode
* feat(ui): WIP support topic conent link local assets
* feat(ui): WIP support slide gallery for demo images & videos.
* fix(ui): parse value about draging position offset
* improve(ui): background color transition of handbook item card
* improve(ui): resizable of handbooks popup
* feat(handbooks): search topics
* improve(handbooks): search results within topics group
* improve(ui): better interaction for handbooks searchbar
* fix(handbooks): conflictive up/down for searchbar interaction
* improve(ux): better interaction for handbooks searchbar
* feat(ux): support youtube video for topic demos media
* fix(ui): container size of youtube video demos
* improve(handbooks): support local video for topic demos
* improve(ui): polish markdown body style for handbooks topic details
* chore: remove debugs
* chore: remove debugs
* improve(ui): polish active style for topic item card
* improve(ui): polish style of demos item
* improve(ui): help buttons still be visible when right sidebar opened
* improve(handbooks): support sub chapters for topic detail
* improve(handbooks): support sub chapters for topic detail
* improve(handbooks): support chapters searching for topics list
* fix: lint
* improve(ui): position of demo slides bullets
* fix(ui): index of chapter select
* improve(handbooks): typo
* fix(dev): lint
* fix(dev): lint
* fix(pdf): remove prefix(`@`) checking for links of org mode page
* feat(ui): WIP handbooks pane
* feat(ui): WIP handbooks pane
* feat(ui): WIP handbooks pane
* feat(ui): WIP handbooks popup
* feat(ui): WIP dragable & resizable for handbooks popup
* feat(ui): WIP pane navigations for handbooks popup
* feat(ui): WIP pane navigations for handbooks popup
* feat(ui): WIP handbooks markdown body
* feat(ui): WIP handbooks nodes for dashboard render
* feat(ui): WIP watch mode for development
* improve(ui): typos
* feat(ui): WIP enhance watch mode
* feat(ui): WIP support topic conent link local assets
* feat(ui): WIP support slide gallery for demo images & videos.
* fix(ui): parse value about draging position offset
* improve(ui): background color transition of handbook item card
* improve(ui): resizable of handbooks popup
* feat(handbooks): search topics
* improve(handbooks): search results within topics group
* improve(ui): better interaction for handbooks searchbar
* fix(handbooks): conflictive up/down for searchbar interaction
* improve(ux): better interaction for handbooks searchbar
* feat(ux): support youtube video for topic demos media
* fix(ui): container size of youtube video demos
* improve(handbooks): support local video for topic demos
* improve(ui): polish markdown body style for handbooks topic details
* chore: remove debugs
* chore: remove debugs
* improve(ui): polish active style for topic item card
* improve(ui): polish style of demos item
* improve(ui): help buttons still be visible when right sidebar opened
* improve(handbooks): support sub chapters for topic detail
* improve(handbooks): support sub chapters for topic detail
* improve(handbooks): support chapters searching for topics list
* fix: lint
* improve(ui): position of demo slides bullets
* fix(ui): index of chapter select
* improve(handbooks): typo
* fix(dev): lint
* fix(dev): lint
* improve(handbook): i18n
* fix(lint): unused translations
* fix: accessibility issues and translations
* fix(handbook): chapters navigation
* enhance(handbook): ux of the chapters select
* enhance(handbook): support link other page with markdown link syntax
* improve(ui): polish ui details of handbook topics card
* fix(handbook): parse key from href with a specific extension
* enhance(handbook): logic of chapters navigation
* enhance(handbook): ui of chapters navigation
* fix: lint
* improve(ui): display nowrap for code text
* fix(handbook): remove unnecessary source map
* fix(ui): missing component key of handbook chapter select
* enhance(handbook): WIP support panes navigation for the external links
* enhance(handbook): support panes navigation for the external links
* improve(ui): footer links of the handbook home pane
* improve(ui): footer links of the handbook home pane
* improve(ui): polish topics card
* improve(handbook): add shortcuts category card for home pane
* improve(ui): WIP the new help menu
* improve(ui): the new help menu
* fix: incorrect help link
* improve(ux): close help menu when click outside
* fix: lint
* fix(lint): remove unused translation
* fix(ui): the link of changelog
* fix(ui): the cover thumb container size of the topic card
* fix(ui): handbook popup overlay index
* enhance(ux): preivew images with lightbox modal for the handbook content
* enhance(ux): bottom border for the handbook content header when then content body scrolled
* fix: missing i18n
* improve(handbook): polish ui details
* fix: lint
* enhance(handbook): polish details
* fix(ui): incorrect safety init
* fix(ui): missing key for the help menu items
* enhance(ui): disable resize for the handbook popup container
* chore: build libs core
* fix(ui): incorrect shortcuts label
* enhance(handbook): cache discord online number
* enhance(handbook): fix heading level sizes
* enhance(handbook): improve paragraph spacing
* enhance(handbook): improve margins of media elements
* enhance(handbook): polish discord button
* enhance(plugin): make headings/font weights/colors look like in the design
* enhance(handbook): writing mode option is only available for develop mode
* enhance(handbook): polish handbook dashboard page
* enhance(handbook): typos
* enhance(ux): get discord online users count from logseq server
* fix(handbooks): incorrect var name
* enhance(handbook): polish details
---------
Co-authored-by: Bad3r <bad3r@protonmail.com>
Co-authored-by: situ2001 <yongcong2001@outlook.com>
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
Co-authored-by: Konstantinos Kaloutas <konstantinos@logseq.com>
* fix(ui): hidden proxy label for the default system proxy network mode
* improve(plugin): support option to enable/disable the auto-check the installed plugins
* fix(revert): codes
* improve(ux): add the auto-check updates switcher to the toolbar plugins manager
* improve(i18n): plugin-related i18n
* enhance(plugin): add Github proxy server for the plugin updates
* enhance(plugin): add Github proxy server for the plugin updates
* fix(ui): warning
* fix: typo
* fix(ui): hidden proxy label for the default system proxy network mode
* improve(plugin): support option to enable/disable the auto-check the installed plugins
* fix(revert): codes
* improve(ux): add the auto-check updates switcher to the toolbar plugins manager
* improve(i18n): plugin-related i18n
* enhance(plugin): add Github proxy server for the plugin updates
* enhance(plugin): add Github proxy server for the plugin updates
* fix(ui): warning
* fix: typo
- 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
* enhance: clicking the refresh button if a query is slow
* fix: skip running slow queries if there's no need to refresh
* fix: linked reference filtering does not work on TASK items
close#1669
* fix: each block should have its own page as a reference when query page references
* fix: references
* fix: non consecutive blocks in query result and filtered linked references
* simplify filters logic
* fix: ref numbers
* Save both :block/refs and :block/path-refs for different usage
* fix: block refs
* enhance: move scheduled and deadlines to its own ns
* linked references performance tweaks
* mouse hover filters icon to expand the collapsed linked refs
* perf: react/refresh! once instead twice
* enhance: compute flashcards every hour instead of every 5s
* feat: macros as blocks
* feat: flashcards list
* fix: refed pages count
* fix: can't select in linked references
* fix: block editing on linked refs
* perf: editing in linked references
* enhance: update srs cards number when clicking flashcards
* Add a test for the case fixed in #6100
* Address feedbacks from Gabriel
* fix: Block Ref Indicator is missing from the references-blocks class
close#5375
* fix: referenced pages
* fix: page refs
* fix: Using filters pushed the title property to the second block
close#5845
Co-authored-by: Gabriel Horner <gabriel@logseq.com>
* feat(audio): render audio link as component
* refactor frontend/component/block/inline
* fix audio component on mobile
* Fix(iOS): allow clock to replay audio
* feat(mobile): audio record
* add permission request code on record
* rename `editor/recording?` to `editor/record-status`
* move `get-asset-path` into handler/editor.cljs
* add android settings
* support sharing audio file from some apps
* enhance(record): insert audio link in a new block if non-editing
* feat(audio): allow cancelling record
* fix lints
* feat(iOS): add a tab bar
* tweak some css on mobile
* fix lints
* fix https://github.com/logseq/logseq/issues/4798
* enable tab bar on Android
* fix landscape height of tab bar
* add :reuse-last-block? option
* dont't show tab bar when editing mirror code
* tweak code-editor css
* increase width for more functional buttons
* fix card preview css on iPad
* add document-mode to tab bar
* remove tabbar when editing code and tweak textarea resize cursor behavior
* reduce SplashScreen launch screen duration
* don't show tabbar when editing page title
* enhance: float timer
* fix lint
* fix tabbar height on iPhone without notch
* remove .embed-page width
* fix lint
Co-authored-by: Andelf <andelf@gmail.com>