From 69e94dbf10da2c10382d66c49cb0a229835e990b Mon Sep 17 00:00:00 2001 From: Timur Moziev Date: Tue, 11 Jun 2024 09:57:36 +0300 Subject: [PATCH] update cftm --- data.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/data.json b/data.json index 5f0f23f..4687f4a 100644 --- a/data.json +++ b/data.json @@ -140,11 +140,19 @@ ] }, { - "name": "CF Markup", + "name": "CFTM", "image": "https://avatars.githubusercontent.com/u/74613738?s=32", - "text": ".cftm format spec and tools", - "links": [], - "extra": "WIP" + "text": "Cinnabar Forge Text Markup spec and tools", + "links": [ + { + "text": "github", + "url": "https://github.com/cinnabar-forge/markup" + }, + { + "text": "npm", + "url": "https://www.npmjs.com/package/cftm" + } + ] }, { "name": "CF SQLite3",