401 B
401 B
title, date, last_modified, tags
| title | date | last_modified | tags | |
|---|---|---|---|---|
| Scratch Pad | 10-11-2025 | 10-11-2025:20:05 |
|
Scratch Pad
Random thoughts and quick notes...
Ideas
- Maybe add a daily note feature?
- Graph view of linked notes
- Vim mode for power users
Links
Code Snippet
const hello = () => {
console.log('Hello World');
};