Tasks
- Set up vault structure
- Implement wikilinks
- Add backlinks system
- Test graph view
- Write documentation
Notes
Today I started building the Obsidian Jekyll theme. The core structure is in place with:
- 3-column layout matching Obsidian’s design
- Wikilinks using
[[note-name]]syntax - Backlinks automatically generated from link references
- Command palette with
Ctrl+Kshortcut
Links
Reflections
Tip
The hardest part was getting the wikilink plugin to properly resolve paths and build the backlinks index. The solution was to use Jekyll’s Generator hook to process all notes after they’re loaded.
The 3-column layout using CSS Grid works well. Responsive breakpoints handle tablet (hide right sidebar) and mobile (collapse both sidebars into drawers).
Tags: #daily