Skip to content

Releases: mukiwu/canvas-note-preview

v1.1.0 - Edit Mode Feature

16 Nov 02:59

Choose a tag to compare

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

13 Nov 14:28

Choose a tag to compare

✨ 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

  1. Download main.js and manifest.json from this release
  2. Create a folder canvas-note-preview in your vault's .obsidian/plugins/ directory
  3. Copy the downloaded files into this folder
  4. Reload Obsidian and enable the plugin in Settings

🙏 Acknowledgments

Inspired by Heptabase's intuitive note preview feature.