notd provides powerful search capabilities that help you find information quickly across all your notes, pages, and attachments. The search system integrates with all frontend features including encryption, properties, and backlinks.
Global Search
Search Interface
The global search is accessible from the sidebar and provides:
- Real-time results - Search as you type with debounced queries
- Content highlighting - Search terms are highlighted in results
- Context snippets - Preview content around matching terms
- Property filtering - Filter by page and note properties
- Mixed results - Pages and notes shown together with clear distinction
Search Syntax
Basic Search
project management
Finds content containing both “project” and “management”.
Property Search
priority::high
Finds notes/pages with the priority property set to high.
Combined Search
API documentation priority::urgent
Finds content about “API documentation” with urgent priority.
Task Search
TODO review
Finds all TODO tasks containing “review”.
Search Results
Results display:
- Page/Note title - With direct links
- Content snippet - Context around matching terms
- Properties - Relevant properties shown with results
- Page context - Which page contains the matching note
- Timestamp - When the content was last updated
Encrypted Content Search
When searching encrypted pages:
- Password prompt - You’ll be asked for the page password
- Decrypted results - Content is decrypted for display if password is correct
- Fallback display - Shows
[ENCRYPTED CONTENT]if decryption fails - Security - Passwords are never stored, only used for active session
Navigation Features
Sidebar Navigation
The sidebar provides multiple navigation methods:
Recent Pages
- Automatic tracking - Recently viewed pages appear automatically
- Quick access - Click to jump to any recent page
- Smart ordering - Most recent first, with intelligent grouping
Favorites
- Quick access - All favorited pages shown prominently
- Categories - Favorites can be grouped by category
- One-click access - Direct navigation to important pages
Calendar Widget
- Date navigation - Click any date to jump to that journal page
- Visual indicators - Days with content are highlighted
- Quick date jumps - Navigate months and years easily
Page Navigation
Page Links
Create navigable connections between pages:
| |
Hierarchical Pages
Use forward slashes to create page hierarchies:
| |
Breadcrumb Navigation
Create breadcrumb-style navigation:
| |
Advanced Search Features [DOCUMENTATION NOT UPDATED YET]
SQL-Based Search
Create custom search queries using SQL:
| |
This creates a custom search for API-related content with full property details.
Property-Based Filtering
Search by any property combination:
| |
Backlink Discovery
Find connection patterns:
| |
Search Workflows [DOCUMENTATION NOT UPDATED YET]
Daily Search Patterns
Morning Review
| |
Weekly Planning
| |
Project Discovery
Finding Related Work
| |
Team Coordination
| |
Search Optimization Tips
Content Organization
- Consistent Tagging - Use consistent property names and values
- Descriptive Titles - Make page and note titles searchable
- Strategic Keywords - Include searchable terms in content
- Property Standards - Establish team-wide property conventions
Search Strategies
- Start Broad - Begin with general terms, then narrow down
- Use Properties - Leverage the property system for precise filtering
- Combine Methods - Mix text search with property filtering
- Save Searches - Create reusable SQL queries for common searches
Performance Considerations
- Index Awareness - Understand that search is optimized for content and properties
- Result Limits - Use LIMIT in SQL queries for better performance
- Caching - Recent search results are cached for faster repeat searches
- Incremental Refinement - Refine searches incrementally rather than complex initial queries
Keyboard Shortcuts
Common navigation shortcuts:
Ctrl/Cmd + K- Focus global searchCtrl/Cmd + space- Search after page nameShift + space- Search for page contentCtrl/Cmd + Click- Open page link in new tabEscape- Close search resultsArrow Keys- Navigate search resultsEnter- Open selected result
These search and navigation features make notd a powerful tool for knowledge management and information discovery.