Skip to content
    
      
      
        
        
  
    
      
        Changelog
        
          
Version 0.5.0 (February 19, 2023) #
- ✨ Added support and docs for Cloudflare Pages
 
- 💥 Disabled Nunjucks processing of Markdown files to prevent unexpected output when using curly braces. This is a breaking change for anyone who relied on Nunjucks processing in their Markdown files. You can still enable Nunjucks processing by setting the 
templateEngineOverride front matter property. 
Version 0.4.0 (February 16, 2023) #
- ✨ Added color schemes
 
- ⬆️ Updated to Eleventy 2.0
 
Version 0.3.0 (February 11, 2023) #
- ✨ Added support for custom links in the sidebar
 
- ✨ Added a configurable Edit this note link in the panel
 
- ✨ Added schema validation for the configuration file
 
Version 0.2.3 (February 10, 2023) #
- 🐛 Table of Contents now displays headings with special chars like quotes properly
 
Version 0.2.2 (February 10, 2023) #
- 🧑💻 Replaced svg files with icon filter
 
Version 0.2.1 (February 09, 2023) #
- 🐛 Fixed the light/dark theme flash on page load
 
Version 0.2.0 (February 08, 2023) #
- ✨ Wikilinks in folders are now resolved by name to be compatible with Obsidian
 
Version 0.1.0 (February 07, 2023) #