This seems to have a significant impact
Welcome.
[[a [[b]]]
supposedly helps with relationships between pages- check e.g. Nested references
- it writes well the first time
- it doesn’t read well
- it doesn’t work well, as its implementation has issues
- overall its usage is discouraged
[[a/b]]
considers a term namedb
within the namespace of a term nameda
- namespaces are used for disambiguation
- because many things can be named
a
, but only one page/file can exist with a given name- think of page
2024/8/14
orbookname/chapter 1
- unfortunately, that syntax reserves the slash character
/
- think of page
- because many things can be named
- namespaces are also abused to form arbitrary quick-and-dirty hierarchies
- avoid that for sanity’s sake
- the coming database version will provide a different feature
- namespaces are used for disambiguation
- the suggested alternative approach is to use properties
- Typically, the dependent page should have some property with the independent page as its value:
- For
[[a [[b]]]
,[[a]]
should have some property of value[[b]]
- For
[[a/b]]
,[[b]]
should have some property of value[[a]]
- For
- Typically, the dependent page should have some property with the independent page as its value: