Welcome to your Obsidian-powered Jekyll vault! This guide will walk you through the key features.
Quick Start
- Create notes in the
_notes/directory - Link notes using
[[wikilink]]syntax - Add tags with
#hashtagin your content - Build with
bundle exec jekyll build - Serve with
bundle exec jekyll serve
Features
Wikilinks
Link to other notes using double brackets:
[[note-title]]creates a link to a note[[note-title|Custom Display]]creates a link with custom text
For example, check out Zettelkasten or Evergreen Notes.
Tags
Add inline tags with #hashtag syntax. Tags are automatically collected and linked.
Callouts
Obsidian-style callouts work with blockquote syntax:
Note
This is a note callout. Use it for general information.
Tip
This is a tip callout. Use it for helpful suggestions.
Warning
This is a warning callout. Use it for important notices.
Danger
This is a danger callout. Use it for critical information.
Code Blocks
def hello_world():
"""A simple Python function."""
print("Hello, Obsidian!")
return True
const greeting = (name) => {
return `Hello, ${name}!`;
};
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
Ctrl/Cmd + K |
Open search |
Ctrl/Cmd + B |
Toggle left sidebar |
Esc |
Close modals |
Next Steps
- Explore the Concepts folder
- Check out Projects
- Read about Markdown Features
Linked mentions (15)