From 0b318a4b494ae799ca0ab96cfad718ecfe6bf806 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Mon, 4 Jan 2021 09:42:31 -0300 Subject: [PATCH] Added new option for Copper (Joplin clone) --- content/projects/copper.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/projects/copper.md b/content/projects/copper.md index 63058be..5262b17 100644 --- a/content/projects/copper.md +++ b/content/projects/copper.md @@ -1,6 +1,7 @@ +++ title = "Radioactive Jagged Copper" date = 2020-11-04 +updated = 2021-01-04 [taxonomies] tags = ["projects", "personal", "joplin"] @@ -10,3 +11,8 @@ Rust Joplin Clone. Probably write something in Gtk-Rs (or similar) using the same format as Joplin, so their clients can be used for the same data. + +Options for frontend: + +- [Gtk-ts](https://gtk-rs.org/) +- [Druid](https://github.com/linebender/druid)