TOC-Generator is a tool for generating TOC(Table of contents) for Bear Note users.
V1.0
- Generate Markdown TOC(Table of contents) for Bear Note (with Jump links)
- Customize the position of points in unordered list
- Clone or download the git repository
$ git clone https://github.com/monkeyapple/TOC-Generator-for-Bear-Note.git
- Create and activate a virtual environment:
$ virtualenv venv
$ source venv/bin/activate
- Install the requirements inside the app folder
$ pip install -r requirements.txt
- Run
$ python main.py
- Copy Note's Identifier: Bear Note-->Menu-->Note-->Copy Note's Identifier
- Export Note into HTML file: Bear Note-->File-->Export Notes-->HTML file
- Input Indentifier and import HTML file into TOC-Generator
- (optional) Customize points before Headings
- Run and Copy generated TOC, then paste it into Bear Note
GPL v3 license