mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
enhance(ux): flashcards (#12299)
Enhances the flashcard user experience by adding automatic query property management, fixing critical bugs, and improving the UI for managing card sets. Key changes: 1. Automatic creation of query property blocks when tagging with #Query or subclasses via pipeline 2. Fixed critical bug in api-insert-new-block! where the end? parameter had inverted conditional logic 3. Added ability to create new #Cards blocks directly from the flashcard modal with a plus button
This commit is contained in:
@@ -572,8 +572,8 @@
|
||||
|
||||
end?
|
||||
(if last-block
|
||||
[block' false]
|
||||
[last-block true])
|
||||
[last-block true]
|
||||
[block' false])
|
||||
|
||||
last-block
|
||||
[last-block true]
|
||||
|
||||
Reference in New Issue
Block a user