Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epilande/alfred-markdown
🖊 Markdown text expander
https://github.com/epilande/alfred-markdown
alfred alfred-workflow expander markdown text workflow
Last synced: 3 months ago
JSON representation
🖊 Markdown text expander
- Host: GitHub
- URL: https://github.com/epilande/alfred-markdown
- Owner: epilande
- License: mit
- Created: 2021-01-21T09:10:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-22T17:55:19.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T05:28:12.081Z (7 months ago)
- Topics: alfred, alfred-workflow, expander, markdown, text, workflow
- Language: Python
- Homepage:
- Size: 11.1 MB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Alfred Markdown 🖊
Markdown text expander
## Installation
1. Download the Alfred Workflow ([Markdown.alfredworkflow](https://github.com/epilande/alfred-markdown/releases/latest/download/Markdown.alfredworkflow)).
1. Double-click to import into Alfred (requires Powerpack).
1. Customize workflow and set hotkeys.## Usage
I recommend setting up hotkeys to trigger this workflow on selected text.
### Commands
- `url {text}` - Set link for selected text.
- `img {text}` - Set image link for selected text.
- `i {text}` - Set selected text to italics.
- `b {text}` - Set selected text to bold.
- `{ {text}` - Wrap selected text with `{ }`.
- `[ {text}` - Wrap selected text with `[ ]`.
- `( {text}` - Wrap selected text with `( )`.
- `` ` {text}`` - Wrap selected text with `` ` ` ``.
- `check {text}` - Prepends `- [x]` before selected text.Another option is to set up a separate hotkey to show Alfred with the currently selected text and place the cursor to the left; ready to type the commands above.
## Demo
## More workflows
- 🔍 [alfred-browser-tabs](https://github.com/epilande/alfred-browser-tabs) - Search browser tabs from Chrome, Brave, & Safari.
- 🤫 [alfred-be-quiet](https://github.com/epilande/alfred-be-quiet) - Workflow to automatically pause audio/video playing.
- 🔐 [alfred-wifi-password](https://github.com/epilande/alfred-wifi-password) - Get Wi-Fi password from Keychain.
- 🗝 [alfred-password-generator](https://github.com/epilande/alfred-password-generator) - Workflow to generate passwords.
- 🎨 [alfred-prettier-clipboard](https://github.com/epilande/alfred-prettier-clipboard) - Format code in your clipboard with Prettier.## License
[MIT License](https://oss.ninja/mit/epilande/)