Note Naming Tips

Tips for naming notes (see Note Name):

  • Keep top-level hierarchy items short and expand naming as you go deeper.

  • Use singular naming for all notes, including parent notes that contain groups or lists. While plural naming works technically (similar to namespace design in code), singular naming creates a more visually cohesive and readable structure throughout your system.

    • Examples:
      • Use "Project" instead of "Projects" for a parent note containing multiple projects
      • Use "Task" instead of "Tasks" for a note grouping several tasks
    • Concrete example:
      • āœ… tech.bash.lang.shell-variable.RANDOM
      • āŒ tech.bash.lang.shell-variables.RANDOM
  • Don't overthink it. You can refactor later when you have more context.