#note-export
  • 1.
    4 days ago by Kanshurichard
    favorite
    share
    The DOCX Exporter plugin focuses on turning notes into clean, usable DOCX files without relying on any external tools. It handles everyday Markdown elements like headings, lists, links, inline formatting, and code blocks with predictable results. Images are supported as well, whether they live locally in the vault or are pulled from the web, with sizing and formats managed automatically. A key strength is its platform-agnostic design. The export flow works the same on desktop and mobile, including tablets, which removes a common limitation seen in document export tools. The generated files open reliably in Microsoft Word and are suitable for sharing, editing, or further formatting. While some layout quirks may appear in Apple Pages or system preview apps, the output itself stays structurally sound and easy to recover through Word.
    Repo
  • 2.
    Note Sync
    Plugin
    6 months ago by ZigHolding
    favorite
    share
    The Note Sync plugin enables users to mirror notes, folders, and embedded attachments from one vault to another with preserved file structure and optional overwrite rules. It supports exporting entire plugins, including optional `data.json` files, and allows any note to be exported as a customized `readMe` with attachment handling and metadata control. The plugin includes a Git integration feature to download files or folders from specified repositories and branches, helping users quickly populate vaults with starter content. Advanced settings let users define vault targets, enable strict sync modes (which can delete unmatched files), and script sync operations via provided JavaScript functions. Ideal for multi-vault workflows, plugin developers, and those managing structured documentation across locations.
    Repo