Docs
Creating and Organizing Notes
Creating and Organizing Notes
Learn how to create rich notes and organize them effectively in Superfile.
Creating Notes
To create a new note:
- Navigate to the Notes section
- Click "New Note" or use the keyboard shortcut
- Start typing your content
- Use markdown formatting for rich text
Rich Text Features
Superfile's note editor supports:
- Markdown: Bold, italic, headers, lists
- Code blocks: Syntax highlighting for code
- Tables: Create structured data tables
- Links: Link to other notes or files
- Images: Embed images in your notes
Example Markdown
# Project Planning
## Tasks
- [ ] Review design mockups
- [ ] Write documentation
- [x] Set up development environment
## Code Example
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
```Table Example
| Feature | Status |
|---|---|
| Files | ✅ |
| Notes | ✅ |
| AI | ✅ |
## Organizing Notes
### Note Folders
Organize notes into folders:
1. Create folders in the Notes section
2. Move notes into folders
3. Use nested folders for deeper organization
4. Access notes from folder navigation
### Linking Notes
Connect related notes:
1. Type `[[` to see note suggestions
2. Select a note to link
3. Click links to navigate between notes
4. Build a knowledge graph of connected ideas
### Starring Notes
Mark important notes:
1. Click the star icon on any note
2. Access starred notes from the Starred section
3. Use stars for quick access to frequently referenced notes
## Best Practices
- Use descriptive note titles
- Link related notes together
- Organize by topic or project
- Use tags or folders consistently
- Keep notes focused and scannable
- Regularly review and archive old notes