From f85190c9a6e8a2a8ee79c2b6cb46f6e3915db8e8 Mon Sep 17 00:00:00 2001 From: Rohan Gautam Date: Wed, 20 Aug 2025 12:20:31 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 58f6ed1..d9e552e 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ Please note that most tools need some developer skills to be used. - [Supernote local sync app](https://github.com/RohanGautam/supernote-tool): simple terminal app to sync supernote notes to a local directory and convert them to a PDF - [Unofficial Python tool for Supernote](https://github.com/jya-dev/supernote-tool): convert Supernote's `*.note` files into PDF, PNG or SVG from the command line - [Unofficial Obsidian Plugin](https://github.com/philips/obsidian-plugin-supernote?tab=readme-ov-file#supernote-obsidian-plugin): convert notes dropped into an Obsidian vault to PNG to use in markdown. +- [Supernote-tool](https://github.com/RohanGautam/supernote_pdf) : a CLI for the fastest way to convert `.note` files (and directories of them) into `.pdf` files. ### Tutorials From cb8d2a163ca60c71d7e20b4becdeba6e7e423987 Mon Sep 17 00:00:00 2001 From: Rohan Gautam Date: Wed, 20 Aug 2025 12:26:29 +0530 Subject: [PATCH 2/2] rename to supernote-pdf --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9e552e..d380933 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Please note that most tools need some developer skills to be used. - [Supernote local sync app](https://github.com/RohanGautam/supernote-tool): simple terminal app to sync supernote notes to a local directory and convert them to a PDF - [Unofficial Python tool for Supernote](https://github.com/jya-dev/supernote-tool): convert Supernote's `*.note` files into PDF, PNG or SVG from the command line - [Unofficial Obsidian Plugin](https://github.com/philips/obsidian-plugin-supernote?tab=readme-ov-file#supernote-obsidian-plugin): convert notes dropped into an Obsidian vault to PNG to use in markdown. -- [Supernote-tool](https://github.com/RohanGautam/supernote_pdf) : a CLI for the fastest way to convert `.note` files (and directories of them) into `.pdf` files. +- [Supernote-pdf](https://github.com/RohanGautam/supernote_pdf) : a CLI for the fastest way to convert `.note` files (and directories of them) into `.pdf` files. ### Tutorials