Giter Club home page Giter Club logo

save-to-nvalt's People

Contributors

mustpax avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

Forkers

kartiknagappa

save-to-nvalt's Issues

saving fails when no title can be determined

A function called htmlDecode is used to convert the found page title. In case the extensions doesn't find one it just fails because it cannot decode an empty string.

To fix this the htmlDecode function can be changed as follows:

function htmlDecode(input){
if(input) {
var e = document.createElement('div');
e.innerHTML = input;
return e.childNodes[0].nodeValue;
} else {
return input;
}
}

FR: Work in Vivaldi

Do you know the Vivaldi Browser? It's from the original developers of Opera, and is based on chromium. The extension works in it, but it doesn't keep the MD formatting nor does it work for a full page, just text selections.

It would be fantastic if you could get it to work!

Nothing happens when clicked

Hi!

I installed nvAlt and this chrome extension.

When I first used it, Chrome asked me if I wanted to allow it to run the external app to handle the URLs. I said yes.

However, whether I select text on a page or not, when I click on the extension icon, nothing happens.

Any ideas what I may be doing wrong?

The only thing that I think might be interesting is the order that I installed/did things:

  • I had NV installed.
  • I installed the chrome extension.
  • I installed nvAlt
  • I uninstalled NV ***
  • I then tried to click on the extension icon on a web page
  • Chrome prompted for "access", which I approved
  • then it did nothing, and still does nothing when I click on the icon

OSX 10.11.6 (15G31)
Google Chrome Version 51.0.2704.103 (64-bit)
Save to nvALT 1.0.1
nvAlt Version 2.2b (111)

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.