Git Product home page Git Product logo

magiclessquotes's People

Contributors

daryltucker avatar thejoebiz avatar waltonjones avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

magiclessquotes's Issues

Blacklist Files

Allow Users to blacklist specific files they wish MagiclessQuotes to ignore.

Converts backticks to apostrophes

I was writing a shell script (file type in Sublime = Shell Script (Bash)) and whenever I tried to write:

FILE=`cat /tmp/file`

MagiclessQuotes would, upon saving the file, convert it to:

FILE='cat /tmp/file'

Allow Custom Settings (User vs System)

Allow the User to modify their User Settings to reflect custom changes. Ideally, our System Settings/Package Settings will have minimal character replacement and allow the User to easily extend what is replaced.

Error with mdash

I'm running ST3 3070 with a bunch of plugins (is there a way to list those for debugging purposes?). In any case, when I save the following text:

Alas, as much as I try to understand other people’s perspectives, the first reference to my "male privilege”—my privilege!—is approximately where I get off the train, because it’s so alien to my actual lived experience. This is not, insanely, to suggest a lack of misogyny in the modern world! To whatever extent there is misogyny, one could say that there’s also "male privilege.” Rather it’s to suggest that, given what nerdy males have themselves had to endure in life, shaming them over their "male privilege” is a bad way to begin a conversation with them.

You can see it messes up on the mdashes:

Alas, as much as I try to understand other people's perspectives, the first reference to my "male priv---lege"—my pr---vilege!—is approximately where I get off the train, because it's so alien to my actual lived experience. This is not, insanely, to suggest a lack of misogyny in the modern world! To whatever extent there is misogyny, one could say that there's also "male privilege." Rather it's to suggest that, given what nerdy males have themselves had to endure in life, shaming them over their "male privilege" is a bad way to begin a conversation with them.

Combining with StraightQuotes

@daryltucker - I moved this conversation from the package control issue over here.

I'd be happy to work with you to improve MagiclessQuotes so we don't end up with redundant packages floating around. It didn't occur to me to reach out to you first when we found your package wasn't quote working for us.

There are only a few issues that are of concern - let me know what your thoughts are on these:

  1. The ability to run via menu command, rather than on-save because in the workflow we use, we need to see what the changes look like before committing to them
  2. Related, some feedback as to how many (or eventually what and where) replacements were made
  3. Replacing more character types (see my repo for the list we came up with)
  4. Looking for more extended unicode variations

Thanks!

Manual Run

Allow the User to select a key-combo (Keybindings - User) to run at his or her will.

Report Results after Run

After running MagiclessQuotes, the user should be presented with a console message giving them a list of changes and totals/results.

Testing: Region Patch

@dhirsch

@theJoeBiz has offered a patch and it seems to be working for me. I just wanted to ask you to see if the changes are working nicely for you, or if they cause any issues.

Thanks.

Erroneously replaces ampersand

I've got some PHP code where I have strings such as:

  '0066b4b2' => array(
    'http://test.com/',
    'Bob & Alex'
  ),
  '68a33207' => array(
    'https://www.youtube.com',
    'Rich & Steve'
  ),

When I save the file, this gets changed to:

  '0066b4b2' => array(
    'http://test.com/',
    'Bob & Alex'
  ),
  '68a33207' => array(
    'https://www.youtube.com',
    ' & h & Steve'
  ),

Ampersands are not smart quotes, and they're within a string, so I'm not sure why this is happening.

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.