All Projects → wooorm → Link Rel

wooorm / Link Rel

Licence: mit
List of link types for `rel` on `link`

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Link Rel

Mc2Discord
A simple minecraft mod, server side only, to link the chat with your Discord server
Stars: ✭ 18 (+157.14%)
Mutual labels:  link
laravel-magiclink
Create link for authenticate in Laravel without password or get private content
Stars: ✭ 135 (+1828.57%)
Mutual labels:  link
Zelda
Automatically `npm link` all your packages together!
Stars: ✭ 278 (+3871.43%)
Mutual labels:  link
obsidian-link-converter
Obsidian Plugin to scan all your links in your vault and convert them to your desired format.
Stars: ✭ 44 (+528.57%)
Mutual labels:  link
nova-telescope-link
Smart Link for Laravel Nova to Telescope Debug Assistant.
Stars: ✭ 37 (+428.57%)
Mutual labels:  link
rehype-autolink-headings
plugin to add links to headings in HTML
Stars: ✭ 50 (+614.29%)
Mutual labels:  link
react-native-twitter-textview
A <TextView/> component for React Native built on top of twitter-text linkification.
Stars: ✭ 71 (+914.29%)
Mutual labels:  link
React Native Hyperlink
A <Hyperlink /> component for react-native that makes urls, fuzzy links, emails etc clickable
Stars: ✭ 572 (+8071.43%)
Mutual labels:  link
Shellify
Shellify is a 100% managed .NET implementation of the Microsoft Shell Link (.LNK) Binary File Format.
Stars: ✭ 40 (+471.43%)
Mutual labels:  link
Hyperapp Router
Declarative routing for Hyperapp V1 using the History API.
Stars: ✭ 256 (+3557.14%)
Mutual labels:  link
quill-magic-url
Automatically convert URLs to links in Quill
Stars: ✭ 86 (+1128.57%)
Mutual labels:  link
magnet-link
DEPRECATED: Get a magnet link from a torrent file.
Stars: ✭ 65 (+828.57%)
Mutual labels:  link
snip
✌️ The simple, no-bs link shortener
Stars: ✭ 33 (+371.43%)
Mutual labels:  link
fbvideos
🔗 Easily extract downloadable link of publicly available videos on facebook.
Stars: ✭ 28 (+300%)
Mutual labels:  link
Sakura Ui
🌸 梦回樱花飘落的坡道~~
Stars: ✭ 289 (+4028.57%)
Mutual labels:  link
reachable-urls
Check URLs are reachable in text 🕵️
Stars: ✭ 29 (+314.29%)
Mutual labels:  link
littlelink-admin
Littlelink admin is an admin panel for littlelink that provides you a website similar linktree.
Stars: ✭ 50 (+614.29%)
Mutual labels:  link
Ccks baidu entity link
ccks baidu entity link 实体链接 第一名
Stars: ✭ 605 (+8542.86%)
Mutual labels:  link
Ybattributetexttapaction
一行代码添加文本点击事件/a fast way to implement click event text
Stars: ✭ 430 (+6042.86%)
Mutual labels:  link
custom-permalinks
Set custom permalinks on a per-post basis in WordPress
Stars: ✭ 17 (+142.86%)
Mutual labels:  link

link-rel

Build Downloads Size

List of values viable for use in rel attributes on link elements, as defined by HTML5 and MicroFormats.

See html-link-types for just the specced types.

Installation

npm:

npm install link-rel

Usage

var linkRel = require('link-rel')

console.log(linkRel.length) //=> 112

console.log(linkRel.slice(0, 10))

Yields:

[ 'DCTERMS.conformsTo',
  'DCTERMS.contributor',
  'DCTERMS.creator',
  'DCTERMS.description',
  'DCTERMS.hasFormat',
  'DCTERMS.hasPart',
  'DCTERMS.hasVersion',
  'DCTERMS.isFormatOf',
  'DCTERMS.isPartOf',
  'DCTERMS.isReferencedBy' ]

API

linkRel

Array.<string> — List of lower-case possible link types for rel on link elements.

License

MIT © Titus Wormer

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].