

PopClip extension to lengthen and clean URLs. Command-Option: Slash comment ( // before each line).Command: Hash Comment ( # before each line).Option: CSS Comment ( /* block of text */).Hold various modifier keys to insert other types of comment markers:
Popclip github search code#
Turn selected text into an HTML or code comment.īy default, it surrounds selected text with style comment tags. When creating an inline code block, it will also detect whitespace at the beginning and end of the selection and make sure that it's excluded from the surrounding backticks. if so, it wraps the block in triple backticks (fenced).if not, it surrounds the input with single backticks.This extension "toggles," so if the selection already contains code syntax (inline code or fenced code block) the syntax is removed.ĭetects whether there are multiple lines: Turn selected text into Markdown inline code or a code block. Because of this, duplicate links in the text are all previewed so they can be modified individually. If a URL is changed by following links in the preview and pressing "OK", the selected text will be updated with the final URL. Links are shown sequentially in the order they're found. Used for confirming the output of scripts like SearchLink without switching to the browser. PopClip extension to show a popup preview for each URL in selected text. This can be accessed again later by clicking the pencil button at the bottom of the list, then clicking the gear button next to the BulletList extension.
Popclip github search install#
When you install this extension, you'll get an options page where you can select the type of bullet you prefer for unordered lists. Holding Command (⌘) while clicking will remove all list prefixes. When the list is already a numbered list, it will be re-numbered to fix any gaps or out-of-order numbering within nest levels.

Holding Option (⌥) while clicking the button for the extension in the PopClip bar will create/update a numbered list instead. Indentation is handled as nested lists and existing markers are overwritten (numbered list becomes bullet list). PopClip extension to turn lines of text into Markdown bullet items. If there's a single blank line between to paragraphs, they'll be joined together as paragraphs within a blockquote. When adding quote levels, multiple line breaks between lines creates separate block quotes (by design). Command-Option-click key to remove all quoting.Clicking adds a ">" for each indentation level in the selected text.Turn indented text (or any text) into nested Markdown blockquotes. Some are available elsewhere as well, but this collection will always be the most up-to-date versions. The extensions currently included in the bundle. Defaults write DisableAlternateActions -bool YES
