Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kostyafarber/alfred-notable-workflow

Search, open and make notes from Alfred 5 in Notable 📓
https://github.com/kostyafarber/alfred-notable-workflow

alfred alfred-workflow notable python3

Last synced: about 2 months ago
JSON representation

Search, open and make notes from Alfred 5 in Notable 📓

Awesome Lists containing this project

README

        





Logo

Notable Alfred


Search, open and make notes from Alfred 5 in Notable.


![](https://camo.githubusercontent.com/7e7bdf5c529c8bc594e26038dbb1a3d360e9ede891fbdcef50b403ab5f88fc14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6e747269627574696f6e732d77656c636f6d652d6f72616e67652e737667) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)

## Table of Contents
- [Table of Contents](#table-of-contents)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Search](#search)
- [Create Note](#create-note)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)
- [Acknowledgments](#acknowledgments)

## Getting Started

### Prerequisites

* The beta version of [Notable]() **must** be installed for this workflow to run. It's available at `notable-insiders` [here](https://github.com/notable/notable-insiders/releases).

### Installation

1. Download from [GitHub releases](https://github.com/kostyafarber/alfred-notable-workflow/releases) and double click the file.
2. Drop the folder where your notes are located in the User Configuration (e.g `~/Dropbox/notes`)

(back to top)

## Usage

### Search
To search notes in Alfred type the keyword `na` followed by any of:
- `note name`
- `tag`
- `notebook`

If you would like to open your file with your default markdown editor you can hold `⌘` + `click`

![](/images/search.gif)

### Create Note
To create a note with Alfred type `nan` followed by the title of your note and an optional tag in the form:

- ``

![](/images/new-note.gif)

(back to top)

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

(back to top)

## License

Distributed under the MIT License. See `LICENSE.txt` for more information.

(back to top)

## Contact

Kostya Farber - [@FarberKostya](https://twitter.com/FarberKostya) - [email protected]

(back to top)

## Acknowledgments

* [Built using Alfred-Workflow](https://www.deanishe.net/alfred-workflow/index.html)
* [Thanks to @NorthIsUp for making the above compatible with Python3](https://github.com/NorthIsUp/alfred-workflow-py3)
* [Great library for parsing frontmatter](https://pypi.org/project/python-frontmatter/)

(back to top)