Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webhelper: Add support for basic bookmarks #179

Merged
merged 4 commits into from
Dec 18, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion webhelper/README
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Prominent features
* Possible automatic reloading of the web view upon document saving;
* A web inspector/debugging tool for the web view's content (including a
JavaScript console, a viewer and editor of processed HTML and CSS, a network
usage analysis tool and many more, thanks to WebKit).
usage analysis tool and many more, thanks to WebKit);
* Basic bookmarks for quicker access to frequently used URL.


Requirements
Expand All @@ -46,6 +47,16 @@ When loaded into Geany, this plugins adds a web view in the message window
(the default), the sidebar or in a separate window. You can find most of the
features from this view.

Bookmarks
---------

To add a bookmark, you can click on the website's icon next to its URL and
check the "Bookmark this website" item. You can alternatively use the
configurable keybinding to toggle the bookmark for the current URL.

Bookmarks are displayed in the drop-down menu of the URL bar, sorted
alphabetically by domain.


License
=======
Expand Down
Loading