How to work with this Hashy notes vault. Loaded when searching, reading, or creating notes.
This directory is a Hashy knowledge base. Files here sync across devices and appear in the Hashy app.
Use your normal tools to explore:
Grep to search note content (e.g. find all notes mentioning "kubernetes")Glob to find files by pattern (e.g. *.md)Read to read a note's contentCreate new notes as markdown files in the root of this directory. Do NOT create subdirectories.
Filename: Use a ULID (time-ordered unique ID) with .md extension. Generate one with hashy_ulid:
hashy_ulid # → 01J5A3B9KP7QXYZ12345ABCDE.md
Frontmatter: Every note MUST start with YAML frontmatter containing at least a title:
---