cours/obsidian workflow naming notes.md
Oscar Plaisant 66c143b7b3 update
2024-05-14 10:51:40 +02:00

29 lines
1.2 KiB
Markdown

up::[[obsidian workflow]]
title::"how to properly name notes in obsidian"
#obsidian #PKM
How i try to name notes consistently
![[Excalidraw/workflow.excalidraw.md#^group=J47Bj3drc5SM-nUY9J7dl|800]]
> [!important] Goals in notes naming
> - easy to remember
> - easy to find
> - not too long
Ease to remember and length sometimes go together, sometimes are opposed. The right thing to do is to find the "sweet spot" where the file name describes enough but isn't to long.
To make notes easy to **find**, we have to keep a structure for every note
> [!definition] Structure of notes titles
> - For concepts with well-defined name, be precise in the name
> - Example: `[[fonction arg sinus hyperbolique]]`, not `[[argsh]]`
> - **But:** use [[obsidian aliases]] for these shorter names
> - For sources (citations, attachments...), be precise
> - makes them easier to find back
> - For _hierarchical_ names, put the main theme at the beginning of the name
> - Example: `[[obsidian plugin tasks]]`, not `[[tasks plugin obsidian]]`
> - That allows to quicksearch the beginnning to have everything on a theme
> - searching `obsidian` will give notes about obsidian, `obsidian plugin` will reduce it to notes about obsidian plugins