Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.59 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.59 KB

Bidirectional navigation tables for Discourse

Code Climate

This plugin allows a table of topics to be created, allowing for easy access to a large number of related topics in an easy-to-digest format. Topics are arranged by tags, and can optionally be limited by category.

Installation

Creating a lattice

  • Visit the admin panel (/admin/lattices/)
  • Fill out the form with a name, description, and tags for each row and column of the table
  • Optionally, you can limit topics which appear by category
  • Be sure to set enabled to true!

Viewing a lattice

On the home screen, a dropdown will appear next to the categories dropdown, providing links to all enabled lattices

Once viewing a lattice, you can either click on a user avatar to get a quick overview of the topic:

Or, ctrl+click to go directly there.

You can see a discussion of the intended functionality here.

As always, feedback is very welcome either by filing an issue, or by sending me a message on Discourse meta Code contributions welcome!