Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-09T12:40:39.000Z (about 4 years ago)
- Last Synced: 2024-12-16T06:09:52.241Z (7 days ago)
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- 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 📺
![demo](https://user-images.githubusercontent.com/38924/98541865-5ca6c380-2290-11eb-96de-308a534b509e.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)