LostPaul / obsidian-folder-notes

Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.
https://lostpaul.github.io/obsidian-folder-notes/
GNU Affero General Public License v3.0
357 stars 20 forks source link

[feature request] add a function to turn current note into a folder note #167

Closed Ravenclawer closed 2 weeks ago

Ravenclawer commented 2 weeks ago

currently the plugin can turn a note into a folder note of parent folder and change the name of current note with the name of parent folder, instead maybe a note can be turned into a folder note with current note name. maybe realized in the following two steps 1 create a folder with the same path and name of the active note 2 move the active note into the newly created folder

Ravenclawer commented 2 weeks ago

I just realized that this function was already included in "Folder notes: Create folder note with a new folder for the active note in the current folder"