Notable

An Alfred Workflow


Short Description

Alfred notable workflow

Last Updated

14 Jul 2020

Compatibility

Yosemite
(10.10)
Mavericks
(10.9)
Mountain Lion
(10.8)
Lion
(10.7)
Snow Leopard
(10.6)
Yes Yes Yes Yes Yes
 

Version

1.0.1
 

Bundle ID

com.ruddra.notable
 

Author

Categories

Alfred: Notable

An alfred workflow which allows you to create new markdown files suitable to use with Notable App.

Prerequisite

First you need is to download and install the Notable app from the official website. Then download the workflow file and install it in alfred. But you need to purchase powerpack before running this workflow. By default this workflow will create markdown files in ~/.notable/notes folder. If you want to change it, add an environment variable named notable_folder in the workflow.

Usage

Press alt+space(or the shortcut you have selected for alfred). Then type note Name of my note.

Then it should create new markdown file named 2020-07-13-name-of-my-note.md inside noteable direction.

Template

By default the markdown file will be generated with a basic template. If you do not want to use a template, then add no_template in environment variable. You can use your custom templates as well. Just add a template.txt file inside notable app's notes directory(where the markdown files are being created) with your favorite markup.

License

MIT

Contribution

Feel free to contribute this project. The python file used here is attached with this repository.

Screenshots