GithubHelp home page GithubHelp logo

kidbombay / auto_linker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from smpallen99/auto_linker

0.0 1.0 0.0 19 KB

AutoLinker is a basic package for turning website names into links.

License: MIT License

Elixir 100.00%

auto_linker's Introduction

AutoLinker

Build Status Hex Version License

AutoLinker is a basic package for turning website names, and phone numbers into links.

Use this package in your web view to convert web references into click-able links.

This is a very early version. Some of the described options are not yet functional.

Installation

The package can be installed by adding auto_linker to your list of dependencies in mix.exs:

def deps do
  [{:auto_linker, "~> 0.2"}]
end

Usage

The following examples illustrate some examples on how to use the auto linker.

iex> AutoLinker.link("google.com") "google.com"

iex> AutoLinker.link("google.com", new_window: false, rel: false) "google.com"

iex> AutoLinker.link("google.com", new_window: false, rel: false, class: false) "google.com"

iex> AutoLinker.link("call me at x9999") ~s{call me at x9999}

iex> AutoLinker.link("or at home on 555.555.5555") ~s{or at home on 555.555.5555}

iex> AutoLinker.link(", work (555) 555-5555") ~s{, work (555) 555-5555}

iex> AutoLinker.link("Google Search", markdown: true) "Google Search"

See the Docs for more examples

Configuration

By default, link parsing is enabled and phone parsing is disabled.

# enable phone parsing, and disable link parsing
config :auto_linker, opts: [phone: true, url: false]

License

auto_linker is Copyright (c) 2017 E-MetroTel

The source is released under the MIT License.

Check LICENSE for more information.

auto_linker's People

Contributors

smpallen99 avatar

Watchers

James Cloos avatar

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.