Add Any Text to Memonote with a Quick Keyboard Shortcut

Memonote 1.2.2 released with Apple Script support. So it’s easy to add any text you want to remember to Memonote with a keyboard shortcuts.

1: Open /Application/Automator, Choose “Service” at the beginning.

2: Choose Service receives selected “Text” in “amy application”. and drag “Run AppleScript” to the empty place under the top filter bar.

3: Copy the following code to AppleScript field.

on run {input, parameters}
    tell application "Memonote"
        set txt to input as text
        save note with txt
    end tell
    return input
end run

4: File/Save and input “Send to Memonote” as service name. Now you can save any text from any application to Memonote under Service menu: Select any text you want to save to Memonote and use Appname/Service/Save to Memonote.

Advance Tips: We can add keyboard shortcut for this feature.

Step 1: Open System Preferences/Keyboard/Keyboard Shortcuts/Services/.

Step 2: Find “Save to Memonote” under Text section. Click none on the right place, and choose a shortcuts you like with keyboard. It’s done.

So, you can add any text to Memonote simple use one keyboard shortcuts. Collect note for remember was never such easy before.

Enjoy the new cool feature. Let us know what you want in Memonte and see what we can do for you.