welcome: please sign in
location: ViewMarks

To get ViewMarks to install, you will need to modify the xpi as described at Extensions. You will need to both add an entry to its install.rdf and delete several META-INF files. Once installed, add the following command to your rc to load it up:

interactive("viewmarks",
    "Open ViewMarks window.",
    function (I) {
        make_chrome_window('chrome://viewmarks/content/viewmark.xul');
    });

Basic bookmark management works fine, but features that obviously depend on Firefox chrome, like "open in new tab" won't work.

Conkeror.org: ViewMarks (last edited 2011-01-11 17:38:58 by retroj)