Use case or problem
I often want to create a new section in another note and also link to it from the current note.
I do this by typing a link like [[otherpage#newheading]], then ctrl clicking it.
Obsidian will jump to the new page. If the heading had already existed, it would jump to the heading. But, if the heading doesnt exist, obsidian wont automatically create the heading (even though it DOES create new pages when ctrl-clicking, just not headings)
Proposed solution
If I CTRL-Click a link like [[otherpage#newheading]], and #newheading doesnt exist, then append it to the bottom of the document.
Maybe guess what heading level to add it at (either the outermost, or the same as the most recent heading before it)
If the page also doesnt exist, then create both the page and the heading
Current workaround (optional)
I currently type the link, type the heading in the link, ctrl click the link, then remember to go copy paste the heading into my new doc.
Related feature requests (optional)
unsure