Browse Fragments /browse-fragments
Quickly find any fragment in your vault using powerful search and filtering capabilities.
What is Browse Fragments?
Browse Fragments is your search interface into your knowledge vault. Find that perfect quote, retrieve a code snippet, or explore fragments by tag—all with a simple command.
How to Use
Search for fragments using keywords:
/browse-fragments treesSearch Options
| Option | Description |
|---|---|
--tag | Filter by specific tag |
--category | Filter by category |
--source | Filter by source |
--limit | Maximum results to return (default: 10) |
--format | Output format: pretty, json, markdown |
Examples
Search by keyword:
/browse-fragments productivityFilter by tag:
/browse-fragments --tag wisdomCombine filters:
/browse-fragments habits --tag philosophy --category quotesExport as JSON:
/browse-fragments --tag javascript --format jsonOutput Formats
Pretty (default)
📝 Fragment #42"We are what we repeatedly do..."└─ Source: Aristotle | Tags: #philosophy #habitsMarkdown
> We are what we repeatedly do...
— Aristotle (#philosophy #habits)JSON
{ "id": 42, "content": "We are what we repeatedly do...", "source": "Aristotle", "tags": ["philosophy", "habits"]}Pro Tips
- Use quotes for exact phrase matching:
/browse-fragments "plant a tree" - Combine with other skills: search first, then use the fragment ID with other commands
- Export to JSON for use in scripts or other tools