
If a URL is available it is added to the first line of the Markdown cell No user dialog window Now, when clipping, the source app, window title and URL if available is always captured from any app (well only support for Chrome, Firefox and Safari browsers for URLs) and the Note title, when creating a new note is the same for all sources. I removed the specialized Script Editor case. So I added the option to clip to a new cell in the current note to that of clipping to a new note. Sometimes I clip more than one item from somewhere to a quiver note. Clip to new note / new cell in current note The main differences from version are listed below. It would be faster if Quiver had AppleScript support. Unfortunately, some of the macros need a rather long pause (1s) to let the GUI catch up. I have bound my caps lock to work as a shift+alt+ctrl+cmd modifier key.
Content + available details will be copied and used to create a markdown note in Quiver. Run macro (I have it bound to hyper+v see note below). Quiver: New Note contains macros for clipping into new Notes. Quiver: New Cell contains macros for clipping into new Cells in existing notes. Quiver: Main contains initial keyboard triggers and sub-macros. These macros can be used to copy selected text into new notes/cells in Quiver. Thanks for sharing! I modified the macro a bit to better suite my needs, so I’m sharing it here in case anybody is interested. KM Macro BRW Get Page Title & URL from Safari, Chrome, or FF Current it moves the Note to a Notebook with the same name as the Language. Change or remove the Move to Notebook set of actions as needed. Change the "Lang" variable default values as needed in the same Prompt. Change the default value for the Author in the Prompt for User Input (shown in yellow) to be the list of authors you commonly use. The Source Date and URL will be set from the script file. If the source is Script Editor, make sure the file is saved, If a URL is NOT on the clipboard, the page URL will be used.Ģ. This is done so you can use the URL of a specific post on the page, rather than the page URL. If source is Web Page, first copy the URL to the clipboard, #Quiver app new window code#
**Both Code Cell Language & Notebook will be set based on language detected (can be changed in popup)**ġ.**Source may be either a web page, or a script open in Script Editor**.
**PURPOSE: Copy Selection to New Note in a Code Cell** BRW Get Page Title & URL from Safari, Chrome, or FF.kmmacros (19.7 KB) Copy Selection to New Quiver Note.kmmacros (71 KB) #Macro: Copy Selection to New Quiver Note