Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mschmidtkorth/logseq-msk-toc
A table of contents generator for Logseq
https://github.com/mschmidtkorth/logseq-msk-toc
Last synced: 3 months ago
JSON representation
A table of contents generator for Logseq
- Host: GitHub
- URL: https://github.com/mschmidtkorth/logseq-msk-toc
- Owner: mschmidtkorth
- License: mit
- Created: 2021-07-25T11:50:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-28T20:47:17.000Z (over 3 years ago)
- Last Synced: 2024-07-03T02:45:15.528Z (4 months ago)
- Language: Vue
- Size: 3.09 MB
- Stars: 23
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-logseq - Table of Contents for pages - See all of your headings for the current page and quickly navigate (🔌 Plugins)
- awesome-starred - mschmidtkorth/logseq-msk-toc - A table of contents generator for Logseq (others)
README
## Logseq Table of Contents Generator
This plugin lists all of the headings part of the current page and allows easy navigation by jumping to a headline.
Nested headings are only recognized if they are indented.
The following does *not* work:
```
# Level 1
## Level 2
```The following works:
```
# Level 1
## Level 2
```## Demo
![Demo video](./logseq-msk-toc.gif)
## Installation
1. Download the [latest release](https://github.com/mschmidtkorth/logseq-msk-toc/releases/tag/0.0.1)
1. Extract the zip file
1. Open Logseq > Three dots on the top right > Settings > Enable "Developer mode" at the bottom
1. Open Logseq > Three dots on the top right > Plugins > Load unpackaged plugin > Select the folder you extracted to## Usage
- Put your cursor into any line and type `/toc` then hit `Return`
- Click anywhere to close the modal popup