ichigomiruku / zettelkasten-obsidian-plugin

GNU General Public License v3.0
0 stars 0 forks source link

New Parent zettel #1

Open ichigomiruku opened 2 years ago

ichigomiruku commented 2 years ago

This appends a alphanumeric character to the start of the Luhmann id.

For example, 12af should become 012af

Should request for what character to append? Or randomly assign nearest character (currently other features append closest character possible).

ichigomiruku commented 2 years ago

Currently the other features (Create child/sibling) append an alphanumeric character to the end. Would there be any possible conflicts?

Conflicts shouldn't arise.

However after consideration each file should have an immutable file name to refer to the same note. Links would have to be updated alongside file names which seems unnecessary.

Obsidian's built in graph view will have to suffice for now. Perhaps a more traditional tree view would be better but not sure if such a feature exists (like binary/avl trees or something).

ichigomiruku commented 2 years ago

closed, maybe revisit in future