Files
personotes/notes/scratch.md

401 B

title, date, last_modified, tags
title date last_modified tags
Scratch Pad 10-11-2025 10-11-2025:20:05
default

Scratch Pad

Random thoughts and quick notes...

Ideas

  • Maybe add a daily note feature?
  • Graph view of linked notes
  • Vim mode for power users

Code Snippet

const hello = () => {
  console.log('Hello World');
};