Git Product home page Git Product logo

sublime-tagify's Introduction

Tagify

Working in Sublime Text 3. Probably in ST2 too. Add tags to your code. Put anywhere in your code #@tagname to create tag "tagname".

Python:

#@todo
def someUnfinishedFunction():
    pass

JS:

// #@tag

HTML:

<!-- #@tag -->

To gather summary press Ctrl+Shift+P and run Tagify: Get tag list command. File names are links! Using Ctrl+t you can bring menu with common and recently used tags.

Installation

Clone this repo into packages or search in package control.

News

  • 24 march 2017 - you can custimize tag re, also plaintext files support added

sublime-tagify's People

Contributors

jadb avatar maciej-zuk avatar taigh avatar

Stargazers

Evan Burt avatar Isaac Pei avatar Paul M. Christian avatar Ian Kirkland avatar Ricardo Fuhrmann avatar Chris Yip avatar Jitendra Vyas avatar

Watchers

Ben Draut avatar  avatar

sublime-tagify's Issues

Custom file extension option

Add a new option in setting to make Tagify support different files.

For now, Tagify only support a few types of file.

Multiple generation of the same tag.

If a file containing a tag is open in a tab, tags in this file reported twice.

Observed on
Sublime Text 3, Build 3083,
Ubuntu 14.04.2 LTS, Desktop Edition,
Linux3.13.0-46-generic #79-Ubuntu SMP x86_64 GNU/Linux

tag list does not come out

Hi,
I'm using ST3 on Debian Linux. When I add in a HTML file, a small green marker appeared beside the line number.

But when I do ctrl + shift + p and choose tagify: get tag list, nothing happened.

Bug in OS X

When I try to get the tag list in Sublime Text 3, build 3047 I get this error in Sublime's console: (Installed via Package Control)

Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 526, in run_
return self.run()
File "tagify in /Users/drautb/Library/Application Support/Sublime Text 3/Installed Packages/Tagify.sublime-package", line 132, in run
File "tagify in /Users/drautb/Library/Application Support/Sublime Text 3/Installed Packages/Tagify.sublime-package", line 105, in tagify_file
File "X/encodings/ascii.py", line 26, in decode
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 6266: ordinal not in range(128)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.