Open philou opened 1 year ago
@lynchjames : Hi, did you have the time to check the design in my draft PR? (https://github.com/philou/note-refactor-obsidian/pull/1.)
Thanks. I've had a look and left a few comments/questions on the PR.
Hi good afternoon. I wanted to ask if this feature was ever implemented, or if there are plans to implement it. Thanks :)
General Description
I use footnotes a lot when I take notes. Footnotes often reside at the bottom of the note. When we extract a part of a note to a new note, it is possible that a link to a footnote is extracted while the footnote definition is not.
It would be great to move the referenced footnotes as we refactor the notes.
Example for an extract refactoring
The extracted note will look like
It contains a dangling footnote link.
Proposition
I propose that the extracted footnote be:
Nice to have
The original note could be modified to remove the unused footnotes.
Pull Request
I forked the repo and have started to work on the issue. You can have a look at a draft PR at https://github.com/philou/note-refactor-obsidian/pull/1. It's a proof of concept, just enough to get your feedback about the design and to correct any problem early.
With your advice, I would be glad to continue working on this feature