Skip to content

Raycast extension of MarginNote, Compatible with MarginNote 4

License

Notifications You must be signed in to change notification settings

moziar/MarginNote-raycast-extension

 
 

Repository files navigation

Raycast Extension of MarginNote

[ 简体中文 ]

Installation

Use the .zip file

  1. Download the .zip file from the release page.
  2. release the .zip file.
  3. Use the Raycast Command Import Extension to install the extension.

Build from source

  1. Clone this repository.
  2. make sure you've installed node.js and npm.
  3. run npm install @raycast/api to install the Raycast API.
  4. run npm run build to build the extension.
  5. Use the Raycast Command Import Extension and choose the dist folder to install the extension.

Usage

First of All

There are options to help you automatically skip alerts for unsigned mnaddon when opening MarginNote through this extension.

  1. Skip Alert: As mentioned above.
  2. Waiting Time: Wait for MarginNote to open.

Search Notebook

Note

Please install Raycast Enhance addon and latest MarginNote 4. If the Raycast Enhance addon is still uncerfitied, maybe you need turn Allow uncertified extensions on in MarginNote.

Search notebook by name and Open directly. Support mindmap noteboook and flashcard notebook.

Take Note

Usually to be used to excerpt some text from other apps and take note in MarginNote.

features

  • Excerpt selected text automatically.
  • Excerpt browser url automatically, support Safari, Arc, Chrome, Edge.

settings

  • Show confetti when creating note successfully to celebrate.
  • You can set 5 parents note url, and the new note will be created as a child note. Alias can be set by alias=url

Note

If you don't know how to get the note url, just follow the picture step by step.

  • You can set common tags as many as you want.

Restart MarginNote

Restart MarginNote quickly. It's helpful when you develop mnaddon.

License

MIT © MarginNote

About

Raycast extension of MarginNote, Compatible with MarginNote 4

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 96.6%
  • JavaScript 3.4%