From 9025c57c6b7ac42b5560b99baf66885baa5587ce Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 22 Oct 2025 14:07:06 +0200 Subject: [PATCH] add notebooks dev --- 0.14/lists/curations-0.14.json | 9 +++++++++ 0.14/lists/tool-list-0.14.json | 25 +++++++++++++++++++++++++ 0.14/modify/curations-0.14.ts | 8 ++++++++ 0.14/modify/tool-list-0.14.ts | 26 ++++++++++++++++++++++++++ 4 files changed, 68 insertions(+) diff --git a/0.14/lists/curations-0.14.json b/0.14/lists/curations-0.14.json index 47f5b55..a18ed37 100644 --- a/0.14/lists/curations-0.14.json +++ b/0.14/lists/curations-0.14.json @@ -128,6 +128,15 @@ "" ] }, + { + "toolListUrl": "https://lightningrodlabs.org/weave-tool-curation/0.14/tool-list-0.14.json", + "toolId": "notebooks-dev", + "versionBranch": "0.5.x", + "tags": [ + "" + ], + "visiblity": "low" + }, { "toolListUrl": "https://lightningrodlabs.org/weave-tool-curation/0.14/tool-list-0.14.json", "toolId": "talking-stickies", diff --git a/0.14/lists/tool-list-0.14.json b/0.14/lists/tool-list-0.14.json index cdb20a0..0a76000 100644 --- a/0.14/lists/tool-list-0.14.json +++ b/0.14/lists/tool-list-0.14.json @@ -427,6 +427,31 @@ } ] }, + { + "id": "notebooks-dev", + "versionBranch": "0.5.x", + "title": "Notebooks Dev", + "subtitle": "Collaborative MarkDown editor", + "description": "Real-time collaborative Markdown editing, includes version control.", + "icon": "https://github.com/lightningrodlabs/notebooks/releases/download/v0.5.0-rc.1/notebooks_logo.png", + "tags": [ + "markdown", + "real-time editor" + ], + "versions": [ + { + "version": "0.5.0-rc.1", + "url": "https://github.com/lightningrodlabs/notebooks/releases/download/v0.5.0-rc.1/notebooks.webhapp", + "hashes": { + "happSha256": "affafbd0c3028ba55565f04f4ac839ce0239cead31e5dbc7cc47fa112ab1a932", + "webhappSha256": "712c8043ed12392b9a024cbbe8d6d95e47ddb3592bcbde4094f51861e2ac9119", + "uiSha256": "ad282a67a599ccaa4703fb7603071b1033f9727f3403b12f8bcda583e7442d15" + }, + "changelog": "Add session status", + "releasedAt": 1761134457821 + } + ] + }, { "id": "talking-stickies", "versionBranch": "0.13.x", diff --git a/0.14/modify/curations-0.14.ts b/0.14/modify/curations-0.14.ts index e1fda88..bf2fe51 100644 --- a/0.14/modify/curations-0.14.ts +++ b/0.14/modify/curations-0.14.ts @@ -121,6 +121,14 @@ export default defineCurationLists({ versionBranch: "0.5.x", tags: [""], }, + { + toolListUrl: + "https://lightningrodlabs.org/weave-tool-curation/0.14/tool-list-0.14.json", + toolId: "notebooks-dev", + versionBranch: "0.5.x", + tags: [""], + visiblity: "low", + }, { toolListUrl: "https://lightningrodlabs.org/weave-tool-curation/0.14/tool-list-0.14.json", diff --git a/0.14/modify/tool-list-0.14.ts b/0.14/modify/tool-list-0.14.ts index 4100ea1..041cc51 100644 --- a/0.14/modify/tool-list-0.14.ts +++ b/0.14/modify/tool-list-0.14.ts @@ -479,6 +479,32 @@ export default defineDevCollectiveToolList({ }, ], }, + { + id: "notebooks-dev", + versionBranch: "0.5.x", + title: "Notebooks Dev", + subtitle: "Collaborative MarkDown editor", + description: + "Real-time collaborative Markdown editing, includes version control.", + icon: "https://github.com/lightningrodlabs/notebooks/releases/download/v0.5.0-rc.1/notebooks_logo.png", + tags: ["markdown", "real-time editor"], + versions: [ + { + version: "0.5.0-rc.1", + url: "https://github.com/lightningrodlabs/notebooks/releases/download/v0.5.0-rc.1/notebooks.webhapp", + hashes: { + happSha256: + "affafbd0c3028ba55565f04f4ac839ce0239cead31e5dbc7cc47fa112ab1a932", + webhappSha256: + "712c8043ed12392b9a024cbbe8d6d95e47ddb3592bcbde4094f51861e2ac9119", + uiSha256: + "ad282a67a599ccaa4703fb7603071b1033f9727f3403b12f8bcda583e7442d15", + }, + changelog: "Add session status", + releasedAt: 1761134457821, + }, + ], + }, { id: "talking-stickies", versionBranch: "0.13.x",