Giter VIP home page Giter VIP logo

sublime-text-2-table-cleaner's People

Contributors

amisarca avatar nunoh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

sublime-text-2-table-cleaner's Issues

Sublime Text 3

I understand this is a ST2 bundle, but is getting this working on ST3 on the radar? Just wondering, thanks!

Specifically neither the table cleaner nor formatter works.

Key mappings break keyboard layout

The Mac key bindings provided by the package interfere with standard use of "Alt" to get special characters. Sublime Text does not allow to remove such bindings, which means that users of your package cannot ‘fix’ the key bindings without forking your package. Therefore I would like to ask: Would it be possible to (a) change them to something like "Alt+Strg+:" or to move them to the documentation as ‘suggestions’? This would be a great service to users that need their special letters ;-).

Also, it seems to me that the use of "Alt" without Super (=Cmd) as a modifier is quite ‘unmaccy’; wouldn't it make sense to replace "Alt" by "Super", anyway? (However, Super+: and Super+; are system-wide spell-checking shortcuts on my setup.)

Spaces at the end of the line

When I use this tool to align my tables it adds 2 or 3 spaces at the end of the line after the last pipe. That's kinda wrong for coding. Can we get rid of them?

Import tables from websites

I like this plugin butI miss a little feature when i try to import data from the web.

I guess it can be done just by copying the clipboard and replacing all the \t (tabs) with | (pipes) and start and end a row with a |.
And after this running the great formatting tool.

This would be a great addition

Command not working

I'm trying to clean a table. I hi-light table and hit alt + ; and nothing happens.
Any tips? Please.

Consider aligning end of row characters (\\) in LaTeX tables

Hi, thanks for such a great plugin.

Here goes a little suggestion. Why not also align the \ of each row in LaTeX tables, so that it looks even cleaner?

as it is:

c1   & c2   & c3 \\   
c10  & c20  & c30 \\  
c100 & c200 & c300 \\ 

with suggestion improvement:

c1   & c2   & c3   \\   
c10  & c20  & c30  \\  
c100 & c200 & c300 \\ 

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.