Giter VIP home page Giter VIP logo

markdown-it-link-preview's People

Contributors

dependabot[bot] avatar junkawa avatar padok avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

markdown-it-link-preview's Issues

Add custom function to handle HTML

I noticed that the following function is being used to handle HTML output:

function linkPreviewHtml(ogData) {
return (
'<div class="link-preview-widget">' +
'<a ' +
'href="' +
ogData.url +
'" ' +
'rel="noopener" ' +
'target="_blank"' +
'>' +
'<div class="link-preview-widget-title">' +
ogData.title +
'</div>' +
'<div class="link-preview-widget-description">' +
ogData.description +
'</div>' +
'<div class="link-preview-widget-url">' +
ogData.site_name +
'</div>' +
'</a>' +
'<a ' +
'class="link-preview-widget-image" ' +
'href="' +
ogData.url +
'" ' +
'rel="noopener" ' +
'style="background-image: url(\'' +
ogData.image +
'\');" ' +
'target="_blank"' +
'></a>' +
'</div>'
);
}

I think it would be great to add an option to load a custom function, in order to change the structure :)

Not working using Nuxt

Not working when importing this plugin. Don't know if there is an easy fix or if you need more info about it. Thanks.

These dependencies were not found:                                                                                                                                                                                                   friendly-errors 22:06:55
                                                                                                                                                                                                                                     friendly-errors 22:06:55
* child_process in ./node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js, ./node_modules/xmlhttprequest/lib/XMLHttpRequest.js                                                                                             friendly-errors 22:06:55
* fs in ./node_modules/jsdom/lib/api.js, ./node_modules/jsdom/lib/jsdom/browser/resources/resource-loader.js and 2 others                                                                                                            friendly-errors 22:06:55
* net in ./node_modules/http-proxy-agent/dist/agent.js, ./node_modules/https-proxy-agent/dist/agent.js                                                                                                                               friendly-errors 22:06:55
* tls in ./node_modules/http-proxy-agent/dist/agent.js, ./node_modules/https-proxy-agent/dist/agent.js      

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.