mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-17 12:17:53 +01:00
21 lines
1.2 KiB
Markdown
21 lines
1.2 KiB
Markdown
|
|
---
|
||
|
|
title: HTML files
|
||
|
|
---
|
||
|
|
|
||
|
|
# How do I import notes from HTML files?
|
||
|
|
|
||
|
|
To import html files to notesnook go to Notesnook Importer on your PC/Laptop.
|
||
|
|
|
||
|
|
1. From the list of formats to import, select "Plain Text".
|
||
|
|
<img style="margin-bottom:15px;" src="/static/html/1.png" alt="From the list of formats to import, select Plain Text."/>
|
||
|
|
|
||
|
|
2. Drop your html files or click anywhere inside the box to browse and select your html files. Once selected, click on "Start processing".
|
||
|
|
<img style="margin-bottom:15px;" src="/static/html/2.png" alt="From the list of formats to import, select Plain Text."/>
|
||
|
|
|
||
|
|
5. Once importer completes processing, download the .zip file.
|
||
|
|
<img style="margin-bottom:15px;" src="/static/html/3.png" alt="Download importer .zip file"/>
|
||
|
|
|
||
|
|
6. After you have downloaded the `.zip` file, go to Notesnook app > Settings > Notesnook Importer and click on "Import from ZIP file" & select the .zip you downloaded earlier.
|
||
|
|
<img style="margin-bottom:15px;" src="/static/import-zip-app.png" alt="Import .zip in Notesnook app"/>
|
||
|
|
|
||
|
|
7. Once importing completes you should see all your notes in Notesnook. If you face any issues during importing, [report it on github](https://github.com/streetwriters/notesnook).
|