{"id":20494969,"url":"https://github.com/mattdmo/tag-st2","last_synced_at":"2026-04-21T04:31:23.520Z","repository":{"id":149161354,"uuid":"60017990","full_name":"MattDMo/Tag-ST2","owner":"MattDMo","description":"Sublime Text 2 version of the Tag plugin","archived":false,"fork":false,"pushed_at":"2016-05-30T15:08:06.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T08:41:41.699Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MattDMo.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-30T14:53:05.000Z","updated_at":"2016-05-30T14:59:41.000Z","dependencies_parsed_at":"2023-09-03T02:19:51.442Z","dependency_job_id":null,"html_url":"https://github.com/MattDMo/Tag-ST2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MattDMo/Tag-ST2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattDMo%2FTag-ST2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattDMo%2FTag-ST2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattDMo%2FTag-ST2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattDMo%2FTag-ST2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MattDMo","download_url":"https://codeload.github.com/MattDMo/Tag-ST2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattDMo%2FTag-ST2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32076863,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T02:38:07.213Z","status":"ssl_error","status_checked_at":"2026-04-21T02:38:06.559Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T17:44:09.464Z","updated_at":"2026-04-21T04:31:23.501Z","avatar_url":"https://github.com/MattDMo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Tag-ST2\n\nThis is my repo of the last version of [Tag](https://github.com/titoBouzout/Tag) to be released for Sublime Text 2. I strongly urge you to upgrade to [ST3](https://sublimetext.com/3 \"Sublime Text 3\") if at all possible and use [this version](https://packagecontrol.io/packages/Tag) of the plugin. However, if you still need to stay with ST2 for whatever reason, this repo is here for you.\n\n## Important Note\n\nI do not plan on maintaining this package. If you absolutely *must* file an issue or a PR, go right ahead (I'm not disabling them), but don't feel bad if I ignore you.\n\n## Installation\n\nFor now the only way to install it is manually. There are two ways to do this: by downloading an archive, or via git. Both methods require you know where your `Packages` folder is:\n\n* Windows Regular Install: `%APPDATA%\\Sublime Text 2\\Packages`\n* Windows Portable Install: `InstallationFolder\\Sublime Text 2\\Data\\Packages`\n* OS X: `~/Library/Application Support/Sublime Text 2/Packages`\n* Linux: `~/.config/sublime-text-2/Packages`\n\nThe menu item **`Preferences → Browse Packages…`** will open the `Packages` folder in your operating system's file manager application (Windows Explorer, Finder, Nautilus, etc.).\n\n### Archive\n\nDownload the [`zip` file](https://github.com/MattDMo/Tag-ST2/archive/master.zip) or [`tar.gz` file](https://github.com/MattDMo/Tag-ST2/archive/master.tar.gz). Go the the `Packages` folder and unzip/untar.gz the archive there. It'll create a `Tag-ST2` folder. Rename it to `Tag`. Completely restart Sublime and you're all set.\n\n### Git\n\nGo to the `Packages` folder in the command line and run\n\n    git clone https://github.com/MattDMo/Tag-ST2.git Tag\n\nto create a `Tag` folder. Completely restart Sublime and you're all set.\n\n# Original README\n\nDescription\n------------------\n\n\"Tag\" plugin is a collection of packages about tags, mixed together in an effort to provide a single package with utilities to work with tags.\n\nCurrently provides: \"Close tag on slash\", \"Tag indent or AutoFormat Tags\",  \"Tag Remove\", \"Insert as Tag\", \"Tag Remove Attributes\", \"Tag Close\", \"Tag Lint\"\n\nImprovements and more features about tags are welcome on this package. Please submit these.\n\nSource / Installation\n------------------\n\nConvenient way to install this plugin is to use \"Package Control\" via http://wbond.net/sublime_packages/package_control\n\nUpgrade\n------------------\n\nIf you already installed \"Close tag on slash\" or \"Tag indent\", please remove these packages first and the associated settings. \"Close tag on slash\" already provides keymap for \"/\", then if you already installed that keymap you may want to remove it.\n\nClose tag on slash\n------------------\n\nA command that is meant to be bound to the slash (\"/\") key in order to semi auto close open HTML tags (in part inspired by the discussion at http://www.sublimetext.com/forum/viewtopic.php?f=5\u0026t=1358).\nRequires build 2111 or later of Sublime Text 2.\n\n*Usage*\n\nRuns automatically when inserting an Slash \"/\" into an HTML document.\n\nTag Indent\n------------------\n\nApply and/or add beauty indentation to HTML/XML/RDF/XUL tags found on selection(s).\n\n*Aims*\n\nAims to add and/or apply correct indentation to little portions of HTML or XML, not to complete documents.\n\n*Usage*\n\nThere is context menuitems called \"Indent Tags on Selection\", \"Indent Tags on Document\"\n\nThere is also Main menuitems: Edit -\u003e Tag -\u003e \"Indent Tags on Selection\", \"Indent Tags on Document\"\n\nThere is also commands \"Indent Tags on Selection\", \"Indent Tags on Document\"\n\n*Information*\n\nIt takes the starting \"indentation level\" from the first line of each selection and sums tabs as needed.\n\nOn empty tags, and on tags with less than 60 characters, it writes the tag in one line.\n\nShort-cut is \"ctrl+alt+f\"\n\nTag Remove\n------------------\n\nProvides the ability to remove all tags or some selected tags in a document or in selection(s).\n\n*Usage*\n\nThe main menu \"Edit\" -\u003e \"Tag\" provide access to the commands\n\nInsert As Tag\n------------------\n\nConverts the current word to an html-tag. If there is no current word, a default tag is inserted.\n\n*Usage*\n\nThe short-cut is \"ctrl+shift+,\"\n\nTag Remove Attributes\n------------------\n\nAllows to remove attributes from tags for selection or document.\n\n*Usage*\n\nThe main menu \"Edit\" -\u003e \"Tag\" provide access to the commands\n\nTag Close\n------------------\n\nOverwrite the built-in funtionallity by a custom one provided by this package which fix some bugs.\n\n*Usage*\n\nWindows, Linux : ALT+.\nOSX : SUPER+ALT+.\n\nTag Lint\n------------------\n\nExperimental feature which aims to check correctness of opened and closed tags.\n\n*Usage*\n\nThe main menu \"Edit\" -\u003e \"Tag\" -\u003e \"Tag Lint\"\n\n---\n\nJust in case it's not clear: ***I didn't write any of this. This is all Tito Bouzout's work, and all credit goes to him. This repo is simply a mirror of his code provided for the public good.***\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattdmo%2Ftag-st2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattdmo%2Ftag-st2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattdmo%2Ftag-st2/lists"}