A Discourse theme component that generates a table of contents for topics with one click
Go to file
Osama Sayegh bbb6e77435
UX: Add missing descriptions for settings and remove dead settings (#83)
This commit adds missing descriptions for the `composer_toc_text` and `TOC_min_heading` settings replaces "dead" settings whose only purpose was to add icons to the SVG sprite with the `svg_icons` modifier in the about.json file.
2024-03-27 15:56:09 +03:00
.github/workflows DEV: Update CI workflows (#52) 2023-01-10 19:10:08 +00:00
assets REFACTOR: convert to ember component, add timeline toggle (#73) 2024-01-31 10:22:06 -05:00
common REFACTOR: convert to ember component, add timeline toggle (#73) 2024-01-31 10:22:06 -05:00
javascripts/discourse UX: ignore trust level setting for staff accounts (#82) 2024-03-26 09:48:08 -04:00
locales UX: Add missing descriptions for settings and remove dead settings (#83) 2024-03-27 15:56:09 +03:00
spec/system DEV: use more specific selector to avoid flaky test (#78) 2024-02-02 10:41:34 -05:00
.discourse-compatibility DEV: update discourse-compatibility 2024-01-31 11:00:17 -05:00
.eslintrc.cjs DEV: Update linting setup (#69) 2023-11-19 22:43:47 +01:00
.gitignore DEV: Update CI workflows (#39) 2022-06-17 18:20:09 +02:00
.prettierrc.cjs DEV: Update linting setup (#69) 2023-11-19 22:43:47 +01:00
.template-lintrc.cjs DEV: Update linting (#75) 2024-01-16 17:41:09 +01:00
LICENSE Create LICENSE 2019-03-09 10:01:58 +08:00
README.md DEV: Update CI workflows (#39) 2022-06-17 18:20:09 +02:00
about.json UX: Add missing descriptions for settings and remove dead settings (#83) 2024-03-27 15:56:09 +03:00
package.json DEV: Update linting (#75) 2024-01-16 17:41:09 +01:00
settings.yml UX: Add missing descriptions for settings and remove dead settings (#83) 2024-03-27 15:56:09 +03:00
translator.yml DEV: Add Crowdin support (#79) 2024-02-28 15:17:06 +01:00
yarn.lock DEV: Update linting (#75) 2024-01-16 17:41:09 +01:00

README.md

DiscoTOC

A Discourse theme component that generates a table of contents for topics with one click

https://meta.discourse.org/t/discotoc-automatic-table-of-contents/111143