docs.rs failed to build to_markdown_gui-0.5.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
toMarkdown-viewer
Desktop Markdown vault viewer for toMarkdownMCP.
A cross-platform Tauri application that provides a beautiful, feature-rich viewer for exploring Markdown vaults with advanced features including:
- Multi-tab interface with keyboard shortcuts and navigation
- Recycle bin for safe file deletion with configurable retention
- Clipboard operations with multiple encoding formats (Base64, Hex, Markdown)
- Image zoom with pan capability (1x to 15x magnification)
- Syntax highlighting for code files
- Vault indexing with co-occurrence analysis and word graphs
- Dark/Light/Sepia themes with full keyboard navigation
- Advanced file operations including search, preview, and recent files
Installation
macOS
Windows
# Download .exe from releases
# Run installer
Linux
# Build from source (see below)
Building from Source
Requirements
- Rust 1.88+ (via rustup)
- Node.js 18+
- Tauri CLI:
npm install -g @tauri-apps/cli@next
Build
# Install dependencies
# Build desktop app
Binary will be in src-tauri/target/release/bundle/.
Development
Run in dev mode
Run tests
Generate release bundle
Version Compatibility
| Viewer | toMarkdownMCP |
|---|---|
| 0.5.1 | ≥0.1.0 |
| 0.5.0 | ≥0.1.0 |
Architecture
- Backend: Rust (Tauri 2) with SQLite vault indexing
- Frontend: TypeScript + HTML/CSS with vanilla JS
- Core Dependencies: syntect, pulldown-cmark, tauri, rusqlite
License
MIT — See LICENSE file.
Contributing
Contributions welcome! Please open issues for bugs or feature requests.
Related Projects
- toMarkdownMCP — Markdown conversion toolkit (CLI + MCP server)
- toMarkdownMCP on crates.io