Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions 0.14/lists/curations-0.14.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
25 changes: 25 additions & 0 deletions 0.14/lists/tool-list-0.14.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions 0.14/modify/curations-0.14.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
26 changes: 26 additions & 0 deletions 0.14/modify/tool-list-0.14.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down