Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/epilande/alfred-markdown

🖊 Markdown text expander
https://github.com/epilande/alfred-markdown

alfred alfred-workflow expander markdown text workflow

Last synced: about 1 month ago
JSON representation

🖊 Markdown text expander

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.

alfred hotkey

## Demo

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/)