Karakaz / obsidian-paste-from-history

Obsidian plugin that adds the ability to paste text from Obsidian's clipboard history.
GNU Lesser General Public License v3.0
7 stars 0 forks source link

Obsidian plugin: Paste from history

Usage

Text you copy or cut will be tracked. You then have the ability to paste text from those previous clipboard events.

Docked view

Docked view

Hovered view

Demo

Commands

Paste from clipboard history

Opens a menu displaying a list of recent clipboard texts which can be chosen to paste into the editor.

Hotkey

Choose a hotkey that fits well with your hotkeys. These works well for me:

Clear clipboard history

Removes all entries from the plugin's history of the clipboard.

Settings

History limit

You can adjust the limit of how many clipboard text events are tracked in the settings. Defaults to 20.

History view

Two modes for clipboard history view.

Scroll threshold

Supported by docked view

Number of visible clipboard items before scrolling. Defaults to 10.

Lines in preview

Supported by docked view

Number of lines to reserve for multiline preview. Defaults to 6.

Limitations

Implementation details

Keeps a limited in-memory history of the text from clipboard copy and cut events seen by the document HTML DOM object in the Obsidian application.

License

GNU LGPLv3

Contribution

Donation

Donations of any size are welcome and will allow me to dedicate more time towards community endeavors such as this project.

Bugs, feedback & ideas

Please feel free to open an issue and I'll take a look.