docs: add import from colornote page

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
01zulfi
2026-01-27 16:51:57 +05:00
parent 60df472d53
commit 79284cb886
2 changed files with 18 additions and 0 deletions

View File

@@ -48,6 +48,9 @@ const colorMap: Record<string, string | undefined> = {
yellow: "#FFC107"
};
/**
* TODO: add support for trashed notes and reminders
*/
export async function importNote(note: Note) {
const encryptedAttachmentFieldsMap = await processAttachments(
note.attachments

View File

@@ -0,0 +1,15 @@
---
title: ColorNote
---
# How to import notes from ColorNote notes app?
The following steps will help you import your notes from ColorNote easily.
1. Download the ColorNote mobile app.
2. Go to `Settings > Backup` and create a backup.
3. The ColorNote backup file is encrypted, so you'll need to use a decryptor tool which converts it into `.json` file of your notes. You can use [olejorgenb's ColorNote-backup-decryptor](https://github.com/olejorgenb/ColorNote-backup-decryptor). There's also a [script by CrazySqueak](https://github.com/CrazySqueak/ColorNote-backup-decryptor.sh) that uses the same tool.
4. Open the Notesnook app (web or desktop).
5. Go to `Settings > Notesnook Importer` and select `ColorNote` from list of apps.
6. Drop the `.json` file you exported earlier in the box or click anywhere to open system file picker to select the backup and click "Start processing".
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).