Skip to content

2.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 23:59
· 14 commits to main since this release

Major update: Mobile devices support

This update introduces full mobile support for the plugin. Now you can export to almost every format and with almost every option into your vault as well as import (convert) files from other formats to Markdown. Pandoc WASM is an optional feature, and you can use it on mobile devices exclusively or on desktop too. The key advantage is that with WASM you don't need to install Pandoc locally at all — the key limitation is the WASM environment.

  • Install Pandoc WASM from the dasboard with one click. Installation is optional and fully automatic, it imports Pandoc's official WebAssembly build. It is a single file that is stored in the plugin's folder: approximately 56 MB. If you sync your vault, Pandoc WASM will be available on all of your mobile and desktop devices.
  • Pandoc WASM supports almost all features of regular Pandoc. It cannod make PDF, runs no commands of your own and fetches nothing from the network; templates it cannot run are left out of the export dialog, and settings that mean nothing to it are hidden. Export and import on a phone write into the vault. All limitations are imposed by the platform.
  • New setting, “Use Pandoc WASM on this computer.” When disabled, the local Pandoc does the conversion — when enabled, Pandoc WASM does. All mobile devices run the WASM as the only supported option.
  • New feature: User guide. As the plugin grows, more features need an explanation. User guide will help with that. For example, all options that are not supported by the Pandoc WASM are listed there. The user guide opens with a command of from the plugin settings.

UI/UX enhancements and bug fixes

  • The dasboard was completely redesigned to fit new features. Note, that Pandoc WASM is updated separately from the regular one, but the update itsef is fully automatic for WASM specifically.
  • The device compatibility is checked before anything is downloaded. A device that cannot run Pandoc WASM will be notified.