This repository is a collection of some small plugins i am using.
patch_execPatch exec module to make it possible to build with input. Originally written by eric wieser. Modified to support ST3.copy_with_line_numbersCopy text with line numbers. May be useful sometimes.toggle_user_settingToggle some settings with hotkey.sublime_imfixFix input method for CJK users on linux. Originally written by Cjacker Huang. Slightly modified to fix a bug.markdown_previewConvert markdown withredcarpetand preview it in browser.color_schemeMy color scheme which is modified fromJuicy.filter_linesKeep only the lines which include the selected string.find_all_referencesFind all references to the selected string in current file. The idea comes from notepad++.open_in_browser_altOpen current file in the specific browser.select_rect_areaSelect a rectangular area of a file. When I wrote this, I didn't realize it's already a built-in feature of sublime text.
In most cases, you can just copy files in each folder to your Packages/User folder.
Follow the guide in README.md if it exists.