mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 07:35:01 +00:00
fix: db-import of property-classes option fails on docs graph
Fixed by ensuring that tag names and namespace names don't conflict when making class idents. The specific bug was a conflict between Tool class and Whiteboard/Tool. Interestingly the bug didn't appear if the Tool's description property wasn't present. Also fixed some importer tests not parsing namespaces correctly or taking :verbose option
This commit is contained in:
4
deps/graph-parser/test/resources/exporter-test-graph/pages/Whiteboard___Tool.md
vendored
Normal file
4
deps/graph-parser/test/resources/exporter-test-graph/pages/Whiteboard___Tool.md
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
alias:: Whiteboard tool, Tool, Tools
|
||||
type:: [[Class]]
|
||||
parent:: [[Feature]]
|
||||
description:: Tools on the [[Whiteboard/Toolbar]]
|
||||
Reference in New Issue
Block a user