mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
docs: add import from colornote page
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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).
|
||||
Reference in New Issue
Block a user