Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.2 KB

README.md

File metadata and controls

31 lines (17 loc) · 1.2 KB

discourse-auto-bookmarks

discourse-auto-bookmarks is a Discourse plugin for adding automatic HTML bookmarks to topics and easily get a sharable link which points at specific parts of the text.

Installation

Follow Install a Plugin how-to from the official Discourse Meta, using git clone https://github.com/acaporrini/auto-bookmarks.git as the plugin command.

Usage

Hover over any h1,h2,h3,h4,h5,h6 header in your topics, a small bookmark icon will appear:

Alt text

Right click the bookmark icon and select "Copy link address":

Alt text

Now you can share this bookmark link, it will open the topic exactly at the point where the bookmark is.

Testing

To run tests in your local environment visit http://localhost:3000/qunit?qunit_skip_core=1&qunit_single_plugin=discourse-auto-bookmarks

Feedback

If you have issues or suggestions for the plugin, please bring them up on Discourse Meta.