Releases: mukiwu/canvas-note-preview
Releases · mukiwu/canvas-note-preview
v1.1.0 - Edit Mode Feature
New Features
Edit Mode
- Toggle between preview and edit mode with Edit/Preview button
- Auto-save with 2-second debounce after editing
- Real-time save status indicator (Saved/Saving.../Unsaved changes)
- Textarea editor for quick note editing
UI/UX Improvements
- Added toggle button in content header
- Save status display with color coding
- Editor uses monospace font for better code readability
- Smooth transitions between modes
Bug Fixes
- Fixed compatibility with supercharged-links plugin
- Fixed null reference errors
- Improved color contrast for save status
- Replaced direct style manipulation with CSS classes
Technical Improvements
- All Obsidian linting violations resolved
- Better memory management with proper cleanup
- Event propagation control to prevent plugin conflicts
- Theme-compatible styling using CSS variables
🤖 Generated with Claude Code
v1.0.0 - Initial Release
✨ Features
- 🎯 Automatic Preview: Click any note node in Canvas to preview its content in the sidebar
- 📖 Full Markdown Support: Complete rendering including images, links, embeds, and formatting
- 🖼️ Image Support: Properly displays embedded images with custom sizes
- 🚀 Quick Open: One-click button to open the full note in the main editor
- 🎨 Theme Integration: Seamlessly adapts to your Obsidian theme
📥 Installation
From Obsidian (Coming Soon)
This plugin is pending approval for the Obsidian Community Plugins directory.
Manual Installation
- Download
main.jsandmanifest.jsonfrom this release - Create a folder
canvas-note-previewin your vault's.obsidian/plugins/directory - Copy the downloaded files into this folder
- Reload Obsidian and enable the plugin in Settings
🙏 Acknowledgments
Inspired by Heptabase's intuitive note preview feature.