Skip to content

2.0.0

Compare
Choose a tag to compare
@jglev jglev released this 04 Jan 01:58
· 13 commits to main since this release
90b0b27

A significant release! 🎉

The major version upgrade number (from v1 to v2) reflects that this update fundamentally changes the interface and approach of this plugin.

See the Readme for updated documentation.

Changes:

  • The plugin now takes over the paste functionality within Obsidian. It has six "paste modes," which determine what happens when one pastes text within a file in Obsidian. All of the below will honor the cursor's current indentation when pasting, except for "Passthrough" mode, which uses Obsidian's default paste functionality.
  1. "Text" mode: Paste the clipboard text.
  2. "Text Blockquote" mode: Paste the clipboard text as a blockquote (prepended with the prefix from the plugin's Settings menu -- by default, "> ").
  3. "Markdown" mode: Convert any HTML to markdown before pasting.
  4. "Markdown Blockquote" mode: Convert any HTML to Markdown before pasting. Then, paste the result as a blockquote (prepended with the prefix from the plugin's Settings menu -- by default, "> ").
  5. "Passthrough" mode: Use Obsidian's default paste functionality.

The current paste mode is displayed in Obsidian's Status Bar.