

Extension Signingīy default, PopClip will display a warning dialog when you try to install your own extension, because it is not digitally signed. I may make changes to any extension submitted.Ī good place to tell PopClip users about your work is the Show and Tell section in the PopClip forum.Submitting an extension does not guarantee publication on the website.By contributing to this repo, you agree that your contribution may be published at PopClip Extensions.popclipext folder inside the source-contrib folder.

New extensions should be submitted as source files in a.Note: Pull requests for new extensions are closed (see note above)īugfixes and new extension submissions are welcome via pull request. popclipextz files built from the source and source-contrib folders source-contrib - folder for user-submitted and experimental extensions.source - sources for the published extensions (maintained and supported by me).Individual extension credits are included in a readme file with the extension. CreditsĪll the extensions and documentation were created by Nick Moore, except where stated.
#Popclip breaking license
LicenseĪll extension source files are published under the MIT License (see LICENSE.txt) unless noted otherwise in the readme files of individual extensions. This repository contains the documentation for making your own extensions (this readme file) as well as the source files for the extensions published on the official PopClip Extensions page. PopClip Extensions add extra actions to PopClip.

#Popclip breaking plus
Is it possible to grab both this and the selected text in the extension snippet? So I would paste plus Question for – I would like to append to the text the markdown-formated URL of the source webpage. If you check the Advanced Obsidian URI documentation there is a very robust set of options for configuring the URL. This version of the snippet will append the selected text to the “daily note” within a heading section of that note named Clippings. Url: obsidian://advanced-uri?vault=&daily=true&heading=Clippings&data=%0A***&mode=append (Note, the %0A string means add a new line before pasting.) This example puts the text in the “daily note” (configured in Obsidian settings), in a header section named “Clippings”.(A macOS folder that you have configured as a vault in Obsidian.) The vault name must be URL-encoded. You must know the name of the destination “vault” in Obsidian.The Advanced Obsidian URI community plug-in for Obsidian must be installed.This extension snippet will copy and insert the current selection in a document or web page to Obsidian.
