GithubHelp home page GithubHelp logo

bookmark-tab's People

Contributors

sniklaus avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

leinadlime k0ff

bookmark-tab's Issues

Increase Popup Window

Hello !

That addon is very nice. I would to know how increase the popup window when I click on the button as well as the number of columns.

Thank you :)

Feature request: Folders should have an anchor tag instead of a div.

This is nitpicky on my part.

I use an addon called vimperator. One of its features is it highlights all the links on a page and assigns them numbers so I can click links by typing their numbers instead of using the mouse.

bookmark-tab appears to use divs with click events on its node containers for folders. vimperator is not identifying these as clickable so I don't get a number for them. Swapping out the div for an anchor tag makes things happy.

In the addon currently release, all that meant was changing

var jqNode = jQuery('<div></div>')

into

var jqNode = jQuery('<a></a>')

in coderectTree.js's createNode. I was planning on making a PR here, but it looks like the code has changed significantly so I'm just making an issue instead.

The extension will not work from firefox 57 onwards

Thank you very much for your great work.

However, firefox will only allow WebExtensions from version 57+. As your extension is not a web extension it will cease to work starting from version 57.

I know you have a busy life and may not have time, but if you (or someone else) do, please consider porting this to the WebExtension API. It is possible to override the new tab page and access the bookmarks within the WebExtension API, so I would say a port is technically possible.

Once again, thanks for the hard work!

Don't display bookmark of empty title

This addon is simple and very cool!!!

I found difference from Firefox's bookmark.
If registered empty title, Firefox display the URL. But this is not the case.
screenshot_from_2016-01-09 18 15 48

For example:
https://github.com/CodeRect/bookmark-tab/blob/master/index.js#L198

-                               'strTitle': PlacesUtils.bookmarks.getItemTitle(intIdent),
+                               'strTitle': PlacesUtils.bookmarks.getItemTitle(intIdent) || PlacesUtils.bookmarks.getBookmarkURI(intIdent).spec,

(Sorry. I have not tried this. I could not build the addon on Linux.)

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.