https://github.com/izuzak/alfred-quote-markdown-workflow
Alfred workflow for quoting Markdown content from clipboard
https://github.com/izuzak/alfred-quote-markdown-workflow
Last synced: 6 months ago
JSON representation
Alfred workflow for quoting Markdown content from clipboard
- Host: GitHub
- URL: https://github.com/izuzak/alfred-quote-markdown-workflow
- Owner: izuzak
- License: mit
- Created: 2020-11-09T11:49:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-09T12:40:39.000Z (almost 5 years ago)
- Last Synced: 2025-03-29T14:11:48.051Z (6 months ago)
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alfred Workflow: Quote Markdown text from Clipboard
This is an [Alfred](https://www.alfredapp.com/) [workflow](https://www.alfredapp.com/workflows/) for quoting Markdown content from clipboard.
When triggered, the workflow pastes clipboard contents while prefixing every line with the `>` character, which quotes the line in Markdown.## Installation 💾
1. Download the `alfred-quote-markdown-workflow.alfredworkflow` file from the [latest release](https://github.com/izuzak/alfred-quote-markdown-workflow/releases/latest) to your machine.
2. Double-click on the `alfred-quote-markdown-workflow.alfredworkflow` file and accept the installation of the workflow into Alfred.## Usage 🚜
1. Copy some text to the clipboard.
2. Trigger the workflow with `CTRL+SHIFT+M`. The text you previously copied to the clipboard should now be pasted into the active application with every line prefixed with the `>` character. Also, the latest item in the clipboard will now be the Markdown-quoted text.## Configuration 🔧
You can change the hotkey for triggering the workflow in Alfred's Preferences, in the Workflows tab. Click on the "Paste as quoted Markdown" in the list, and then double-click on the "Hotkey" item in the workflow editor shown in the right pane.
## Example GIF 📺

## Contributing 👨👩👦
Please feel free to open issues with feedback/suggestions, and pull requests with improvements.
## License 💼
[MIT License](https://github.com/izuzak/alfred-quote-markdown-workflow/blob/main/LICENSE)