Skip to content

ComfortableSoftware/wrapperizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WRAPPERIZER PACKAGE

  • Wraps selected text in arbitrary preconfigured text.

    • Makes .md and .html links
      • LowerCaseFixedText when true lower cases the fixedText before replacing %FT% with it.
      • UpperCaseSelectedText when true upper cases selectedText before replacing %ST% with it.
      • LinkifyFixedText when true replaces spaces and tabs by dashes and removes all disallowed characters from fixedText before replacing %FT% with it.
      • newTextList:
        1. "%ST%"
        • Wrap a link in the current file.
        1. "%ST%",
        • Wrap a link in fileOne.md in the local directory.
          • "%ST%" will be replaced with the selected text from the editor unmodified.
          • "%FT%" will be replaced by the text which has been processed through the regex in patternList and replacement in replaceList.
          • Select text to wrap in a link in an editor buffer.
            • Select "Hello there!" alt-ctrl-w, 0 will replace "Hello there!" with "\[Hello there!\]\(#hello-there\)"
            • Select "Hello there!" alt-ctrl-w, 1 will replace "Hello there!" with "\[Hello there!\]\(./fileOne.md#hello-there\)"
    • Works with atomic-management to support per project inserts and wrappings.
    • A screenshot of your package