Skip to content

GZhonghui/NotabilityViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NotabilityViewer

Open and View your Notability note file (*.note) on Windows

Tested on: Windows 10 / Python 3.11.3 / Notability 11.8.9

NotabilityViewer

Usage

Download the pre-built version

Run from source code

git clone https://github.com/GZhonghui/NotabilityViewer.git
cd NotabilityViewer

# virtualenv is recommended
python -m pip install virtualenv
python -m venv nv
.\nv\Scripts\activate.bat

python -m pip install -r requirements.txt
python main.py

Limitations

  • Plain text / Image / Recording is not supported for now
  • Read only

Thanks