mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 10:56:32 +00:00
wip: remove :block/name uniqueness for db based graphs
This PR also remove supports for: 1. merge pages when renaming a page to existing page 2. namespaces such as a/b/c 3. nested page such as [[a [[nested page]]]] Pages merge might be added back depends on RTC, but it should be decoupled from renaming, otherwise it's too complex. Namespaces and nested pages have been contributed some critical bugs that lead data-loss, they're so complex together with page alias, it's just impossible to have a good test coverage and ensure the app is stable, especially when page rename and RTC.
This commit is contained in:
@@ -35,12 +35,12 @@
|
||||
get-file-last-modified-at get-file get-file-page get-file-page-id file-exists?
|
||||
get-files-blocks get-files-full get-journals-length get-pages-with-file
|
||||
get-latest-journals get-page get-page-alias get-page-alias-names
|
||||
get-page-blocks-count get-page-blocks-no-cache get-page-file get-page-format get-page-properties
|
||||
get-page-blocks-count get-page-blocks-no-cache get-page-file get-page-format
|
||||
get-page-referenced-blocks get-page-referenced-blocks-full get-page-referenced-pages
|
||||
get-all-pages get-pages-relation get-pages-that-mentioned-page get-tag-pages
|
||||
journal-page? page-alias-set sub-block
|
||||
set-file-last-modified-at! page-empty? page-exists? get-alias-source-page
|
||||
set-file-content! has-children? get-namespace-pages get-all-namespace-relation]
|
||||
set-file-content! has-children?]
|
||||
|
||||
[frontend.db.react
|
||||
get-current-page set-key-value
|
||||
|
||||
Reference in New Issue
Block a user