https://github.com/mblode/raycast-notes
https://github.com/mblode/raycast-notes
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mblode/raycast-notes
- Owner: mblode
- Created: 2022-01-08T05:11:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T09:39:32.000Z (over 4 years ago)
- Last Synced: 2025-02-07T20:28:42.604Z (over 1 year ago)
- Language: TypeScript
- Size: 255 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes Extension for Raycast
Notes extension for [Raycast](https://www.raycast.com/) that allows you to search, preview, and create markdown notes.
## Install Locally
Clone the project
```bash
git clone https://github.com/mblode/raycast-notes.git
```
Go to the project directory
```bash
cd raycast-notes
```
Install dependencies
```bash
npm install
```
Build locally
```bash
npm run dev
```
Finally open Raycast and use the command `Import Extension` then choose the cloned directory
## Author
**Matthew Blode** (mblode)
- [GitHub](https://www.github.com/mblode)
- [Portfolio](https://matthewblode.com)