No description
Find a file
2025-02-24 14:42:12 -05:00
.editorconfig Boiler Plate from sample plugin 2025-02-01 21:12:20 -05:00
.eslintignore Boiler Plate from sample plugin 2025-02-01 21:12:20 -05:00
.eslintrc Boiler Plate from sample plugin 2025-02-01 21:12:20 -05:00
.gitignore Boiler Plate from sample plugin 2025-02-01 21:12:20 -05:00
.npmrc Boiler Plate from sample plugin 2025-02-01 21:12:20 -05:00
esbuild.config.mjs Boiler Plate from sample plugin 2025-02-01 21:12:20 -05:00
LICENSE Add MIT LICENSE 2025-02-02 11:45:14 -05:00
main.ts Rename plugin per review 2025-02-24 13:00:08 -05:00
manifest.json Rename plugin per review 2025-02-24 13:00:08 -05:00
package-lock.json Boiler Plate from sample plugin 2025-02-01 21:12:20 -05:00
package.json Boiler Plate from sample plugin 2025-02-01 21:12:20 -05:00
README.md Update README.md 2025-02-24 14:42:12 -05:00
tsconfig.json Boiler Plate from sample plugin 2025-02-01 21:12:20 -05:00
version-bump.mjs Boiler Plate from sample plugin 2025-02-01 21:12:20 -05:00
versions.json Boiler Plate from sample plugin 2025-02-01 21:12:20 -05:00

PDF Paste Plugin

When copying text from PDFs or other sources, you often end up with ugly formatting, unwanted newlines, and hyphenated line breaks. PDF paste cleans up the formatting, fitting better into your notes.

Demo of plugin

Usage

You can search for the command by hitting CTRL/CMD + P then searching for PDF Paste.

I also recommend setting a hotkey, I use Ctrl/Cmd + Shift + V but you can pick something that works for you. The hotkey can be set at "Settings -> Hotkeys -> PDF Paste".

Installation

To install the plugin, go to "Settings -> Community Plugins -> PDF Paste"

License

This project is licensed under the MIT License.