Releases: jglev/obsidian-paste-mode
Releases · jglev/obsidian-paste-mode
2.1.0
- Added new "Code Block" mode (resolves #3) (thanks to @wenlzhang for the suggestion)
- Mode names now have spaces and capitalization (vs. hyphens and lowercase)
- Corrected typo in URL (resolves #7) (thanks to @claremacrae)
2.0.1
2.0.0
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.
- "Text" mode: Paste the clipboard text.
- "Text Blockquote" mode: Paste the clipboard text as a blockquote (prepended with the prefix from the plugin's Settings menu -- by default, "
>
"). - "Markdown" mode: Convert any HTML to markdown before pasting.
- "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, "
>
"). - "Passthrough" mode: Use Obsidian's default paste functionality.
The current paste mode is displayed in Obsidian's Status Bar.