The Wayback Machine - https://web.archive.org/web/20240103080054/https://github.com/monkeyapple/TOC-Generator-for-Bear-Note
Skip to content

monkeyapple/TOC-Generator-for-Bear-Note

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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