https://github.com/danielnetop/sn-export-to-folder
Standard Notes export to folder
https://github.com/danielnetop/sn-export-to-folder
cli export go golang standard-notes standardnotes
Last synced: about 1 month ago
JSON representation
Standard Notes export to folder
- Host: GitHub
- URL: https://github.com/danielnetop/sn-export-to-folder
- Owner: danielnetop
- License: gpl-3.0
- Created: 2023-03-05T14:36:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-25T02:50:22.000Z (over 1 year ago)
- Last Synced: 2025-01-14T10:56:57.337Z (3 months ago)
- Topics: cli, export, go, golang, standard-notes, standardnotes
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-standard-notes - Standard Notes export to folder - CLI tool to extract info from the Standard Notes decrypted export and transform it into folder based tags and notes. After the tool runs the tags will be folders and each note will be inside the respective folder. (Tools / Importers, Exporters, and Converters)
README
# Standard Notes export to folder
This is a CLI tool used to extract info from the [Standard Notes](https://standardnotes.com) decrypted export and transform it into folder based tags and notes.
After the tool runs the tags will be folders and each note will be inside the respective folder.## Usage
Download a decrypted backup of your Standard Notes account and extract the `zip` and locate the decrypted backup file, it's named `Standard Notes Backup and Import File.txt`
- Download the latest release for your platform [here](https://github.com/danielnetop/sn-export-to-folder/releases).
- Extract the file downloadable file.
- Run the CLI tool
- Windows
- `sn-export-folder.exe path/to/Standard Notes Backup and Import File.txt`
- Linux/MacOS
- `./sn-export-folder path/to/Standard Notes Backup and Import File.txt`
- Find the exported tags/notes in the `exported` directory### Example
```
# If you have the backup file on the same folder as the sn-export-folder tool
## Windows
sn-export-folder.exe "Standard Notes Backup and Import File.txt"
## Linux/MacOS
./sn-export-folder "Standard Notes Backup and Import File.txt"
```### MacOS
When executing the above command you might get the following message:
`"sn-export-folder" can't be opened because Apple cannot check it for malicious software`
Press `Show in Finder` and right-click on the tool and click `Open` after that you might get another message:
`macOS cannot verify the developer of "sn-export-folder". Are you sure you want to open it?`
Press `Open` and a new terminal window should open with the following:
```
sn-export-folder-1.0.6-darwin-arm64/sn-export-folder ; exit;
path for `Standard Notes Backup File` is required
```Close the terminal window and follow the steps on [Usage](#usage).
## Badges

[](/LICENSE)
[](https://github.com/danielnetop/sn-export-to-folder/releases/latest)