Skip to content

Commit

Permalink
fix: according to basil-conto's suggests
Browse files Browse the repository at this point in the history
see issue abo-abo/swiper#1593 for more informations
  • Loading branch information
tangxinfa committed Jun 2, 2018
1 parent fe2065a commit 050f340
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
26 changes: 11 additions & 15 deletions README.md
@@ -1,23 +1,19 @@
Ivy interface of firefox bookmarks.
Complete Firefox bookmarks with [Ivy](https://github.com/abo-abo/swiper/).

Install first
There is a pull request [feat: firefox bookmarks by tangxinfa · Pull Request #1593 · abo-abo/swiper](https://github.com/abo-abo/swiper/pull/1593)
devote to include it in [Ivy](https://github.com/abo-abo/swiper/), once this
objective reached, this project will destroy.

Install `counsel-firefox-bookmarks`

(add-to-list 'load-path "<path-of-counsel-firefox-bookmarks>")
(require 'counsel-firefox-bookmarks)

Search firefox bookmarks
Start search firefox bookmarks with [Ivy](https://github.com/abo-abo/swiper/)

M-x counsel-firefox-bookmarks

You will have to enable html bookmarks in firefox:

open "about:config" in firefox address bar, double click on this line to set
value to true:

user_pref("browser.bookmarks.autoExportHTML", false);

You should have now:

user_pref("browser.bookmarks.autoExportHTML", true);

After closing firefox, you will be able to browse your bookmarks.
This requires HTML bookmark export to be enabled in Firefox. To do this, open
URL [about:config](about:config) in Firefox, make sure that the value of the
setting `"browser.bookmarks.autoExportHTML"` is `"true"` by, say,
double-clicking it, and then restart Firefox.
2 changes: 1 addition & 1 deletion counsel-firefox-bookmarks.el
@@ -1,4 +1,4 @@
;;; counsel-firefox-bookmarks.el --- Ivy interface of firefox bookmarks -*- lexical-binding: t; -*-
;;; counsel-firefox-bookmarks.el --- Complete Firefox bookmarks with Ivy -*- lexical-binding: t; -*-

;; Copyright (C) 2015-2018 Free Software Foundation, Inc.

Expand Down

0 comments on commit 050f340

Please sign in to comment.