GithubHelp home page GithubHelp logo

mhlangagc / hexo-autolinker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from klugjo/hexo-autolinker

0.0 1.0 0.0 10 KB

Automatic link generation in Hexo posts

License: MIT License

JavaScript 100.00%

hexo-autolinker's Introduction

Build Status

hexo-autolinker

Automatically transforms URLs into links. This hexo plugin is a wrapper around the Autolinker.js library.

Example:

Visit www.codeblocq.com when you have time.

becomes

Visit <a href="http://www.codeblocq.com" target="_blank">www.codeblocq.com</a> when you have time.

Installation

npm install hexo-autolinker --save

Options

Configure the plugin your blog's main _config.yml

autolinker:
    enable: true
    newWindow: true
    urls: true
    email: true
    tel: false
    twitter: false
    hashtag: instagram
    className: 'test'

Explanations:

Property Default Value Description
enable true Enable the plugin
newWindow true Opens links in new tabs/windows <-> Add target="_blank"
urls true converts urls to links
email true converts email addresses to mailto links
tel false converts telephone numbers to tel links
twitter false converts twitter handles to links
hastag false Use twitter, facebook or instagram to convert hashtags to the links
className false Adds a custom class to the links that were transformed

Checkout Autolinker.js and the Autolinker live examples for more options and examples.

License

MIT

hexo-autolinker's People

Contributors

klugjo avatar

Watchers

 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.