Skip to content

monkeyapple/TOC-Generator-for-Bear-Note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TOC-Generator for Bear Note

TOC-Generator is a tool for generating TOC(Table of contents) for Bear Note users.

Current Version

V1.0

V1.0 Functionalities

  • Generate Markdown TOC(Table of contents) for Bear Note (with Jump links)
  • Customize the position of points in unordered list

How to Install & Run

  • 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

User Interface

Screenshot

How to use

  1. Copy Note's Identifier: Bear Note-->Menu-->Note-->Copy Note's Identifier
  2. Export Note into HTML file: Bear Note-->File-->Export Notes-->HTML file
  3. Input Indentifier and import HTML file into TOC-Generator
  4. (optional) Customize points before Headings
  5. Run and Copy generated TOC, then paste it into Bear Note Screenshot

Example of result Screenshot

License

GPL v3 license