All Projects → pjeby → note-folder-autorename

pjeby / note-folder-autorename

Licence: other
Obsidian plugin to support folder-overview notes by keeping their folder in sync

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to note-folder-autorename

obsidian-search-on-internet
Add context menu items in Obsidian to search the internet.
Stars: ✭ 79 (+119.44%)
Mutual labels:  obsidian-plugin, obsidian-md
Highlightr-Plugin
A minimal and aesthetically pleasing highlighting menu that makes color-coded highlighting much easier 🎨.
Stars: ✭ 321 (+791.67%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-plugin-template
Template for Obsidian.md Plugins
Stars: ✭ 32 (-11.11%)
Mutual labels:  obsidian-plugin, obsidian-md
statusbar-pomo-obsidian
A status bar pomodoro timer plugin for Obsidian.
Stars: ✭ 51 (+41.67%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian42-text-transporter
Text Transporter - advanced text management for Obsidian. Part of the Obisidan42 family of Obsidian plugins.
Stars: ✭ 100 (+177.78%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-icon-swapper
Allows swapping out Obsidian's icons
Stars: ✭ 30 (-16.67%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-convert-url-to-iframe
Plugin for Obsidian.md to convert a selected URL to an iframe.
Stars: ✭ 132 (+266.67%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-pandoc
Pandoc document export plugin for Obsidian (https://obsidian.md)
Stars: ✭ 393 (+991.67%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-spaced-repetition
Fight the forgetting curve by reviewing flashcards & entire notes on Obsidian.md
Stars: ✭ 667 (+1752.78%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-task-collector
Plugin for https://obsidian.md/ that assists with managing tasks within a document.
Stars: ✭ 77 (+113.89%)
Mutual labels:  obsidian-plugin, obsidian-md
longform
A plugin for Obsidian that helps you write and edit novels, screenplays, and other long projects.
Stars: ✭ 311 (+763.89%)
Mutual labels:  obsidian-plugin, obsidian-md
nldates-obsidian
Work with dates in natural language in Obsidian
Stars: ✭ 263 (+630.56%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-tracker
A plugin tracks occurrences and numbers in your notes
Stars: ✭ 661 (+1736.11%)
Mutual labels:  obsidian-plugin, obsidian-md
oz-image-in-editor-obsidian
This Obsidian plugin to view Images, Transclusions, iFrames and PDF Files within the Editor without a necessity to switch to Preview.
Stars: ✭ 243 (+575%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-todoist-plugin
Materialize Todoist tasks in Obsidian notes
Stars: ✭ 521 (+1347.22%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-link-archive
Link Archive plugin for Obsidian
Stars: ✭ 94 (+161.11%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-simple-embeds
A plugin for Obsidian that automatically turns links into embeds.
Stars: ✭ 131 (+263.89%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-hypothesis-plugin
An Obsidian.md plugin that syncs highlights from Hypothesis.
Stars: ✭ 164 (+355.56%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-better-pdf-plugin
Goal of this Plugin in to implement a native PDF handling workflow in Obsidian
Stars: ✭ 120 (+233.33%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-query2table
Represent files returned by a query as a table of their YAML frontmatter (for obsidian.md)
Stars: ✭ 24 (-33.33%)
Mutual labels:  obsidian-plugin, obsidian-md

Note Folder Autorename for Obsidian

Ever wished you could make an Obsidian note be a folder, or make a folder have its own note?

This plugin gives you a new command, "Make this note a folder note". When you use it, it creates a new folder alongside the note with the same name as the note, and then moves that note inside of it.

Then, from then on, any time you move or rename the note, the folder will go along with it.

Why is this useful?

Well, let's say you start writing a note on Topic A. At some point, the note becomes too big, and you want some other notes on that topic. So you set out to make a folder called Topic A, and move your Topic A note inside of it. Now, if you have Obsidian configured to "create new files in the same folder", any time you visit Topic A and create a new note, it'll go to the same folder.

So far, that's all things you could do with Obsidian already.

But suppose that now, you decide that Topic A really needs to be a subtopic of Topic B, and you want to move the notes and folder under Topic B.

If Topic A were just a note, you could move it with the "move file to another folder" command really quickly. But now, that won't work...

Unless you have this plugin.

When this plugin is active, any rename or movement of a "folder note" like Topic A will also rename or move the folder to follow. So if you move the Topic A note to folder Topic B, then you will end up with the note in Topic B/Topic A/Topic A.md, and all the other notes from the Topic A folder alongside it. (And any links that referenced the moved notes updated as well, if they were relative or absolute links.)

So how do I make a folder note for an existing folder?

Create a note inside the folder with the same name. It'll be auto-renamed from then on.

What if I don't want a note to be a folder note any more?

Rename its folder so it no longer matches the name of the note, then move the note out of the folder. After that you can rename the folder back if you desire, or delete it if it's no longer needed.

How is this different from the "Folder Note" plugin?

The Folder Note plugin changes the UI of the file manager to hide folder notes and pretend that the folder is itself a note. It also has some other features relating to the content of folder notes. With the correct settings, it is also compatible with this plugin.

In contrast, this plugin doesn't do any special styling or change the file manager in any way. Indeed, it has no UI at all except for the "Make this note a folder note" command. It just quietly monitors the vault activity and steps in to keep your paths and filenames consistent.

Can I use both?

Yes! This plugin lets you do most of the management of folder notes via the keyboard, but the Folder Note plugin can both hide your folder notes in the file manager (to reduce visual clutter/duplication) and offers some additional tools.

If you want to use the Folder Note plugin in combination with this one, you can. Just set the following settings in that plugin:

  • Note File Method: "Folder Name Inside"
  • Auto Rename: OFF

The Folder Note plugin's auto-rename feature is not compatible with this plugin and enabling both may result in rename loops, broken links, or worse.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].