Giter VIP home page Giter VIP logo

regexlink's People

Contributors

antonioriva avatar mom1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

mom1

regexlink's Issues

Option to disable link outlines

This is the only open file/URL plugin that just works, after trying more than a couple.
I just have one request, an option to disable link outlines as well. They look good for a couple of links but on a text file with lots of links, it gets noisy. I prefer to use just the gutter marks.

Thanks for the great work.

{
"regex_link_outlines": false
}

EDIT: setting "style": "" also disables the gutter marks.

[Feature request] Disable highlighting option

1. Request

It would be nice, if would be possible to disable gutter marks and borders around regular expression.

2. Justification

  1. Gutter marks of RegexLink can disable gutter marks of other plugins as SublimeLinter or GitGutter.
  2. In most cases I don't need gutter marks and border around regular expression. This can be useful for me in debugging regex process, but no by default.

3. Settings

For example, I have default settings.

4. Steps to reproduce

I place carriage to any link → Ctrl+Shift+P (⌘⇧p for Mac) → Open Link from Regular ExpressionEnter.

5. Actual behavior

Actual

6. Expected behavior

If user set in User/RegExLink.sublime-settings:

"disable_highlights": true

Link still will be open in user default browser, but no gutter marks and borders around links.

Expected

7. Examples on other apps

In similar packages highlighting disable:

Thanks.

Default URL Capture http and https links?

I thought it might be helpful to change the default regex to include both http and https url formats. I think just changing (http://[^\\s]+) to (https?://[^\\s]+) should take care of it.

I'm using that format in my user settings with no issues, but it seemed like it might make sense as the default.

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.