From 4e62a1b837453aa5297db32f84b9960bc049b385 Mon Sep 17 00:00:00 2001 From: Steve Date: Mon, 9 Dec 2024 22:42:52 -0500 Subject: [PATCH 1/3] Add Memorize package --- repository/m.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/repository/m.json b/repository/m.json index b34b9227c87..26aecfbca96 100644 --- a/repository/m.json +++ b/repository/m.json @@ -1284,6 +1284,18 @@ } ] }, + { + "name": "Memorize", + "details": "https://github.com/ckm2k1/sublime_memorize", + "labels": ["call stack", "memory aid"], + "releases": [ + { + "sublime_text": ">=4180", + "tags": true, + "platforms": ["osx", "linux"] + } + ] + }, { "details": "https://github.com/max-mykhailenko/memTask", "releases": [ From beac36524120be20819c38224d0484a352104f3b Mon Sep 17 00:00:00 2001 From: Steve Date: Thu, 12 Dec 2024 19:13:11 -0500 Subject: [PATCH 2/3] support windows --- repository/m.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/m.json b/repository/m.json index 96916884da1..d173a622172 100644 --- a/repository/m.json +++ b/repository/m.json @@ -1303,7 +1303,7 @@ { "sublime_text": ">=4180", "tags": true, - "platforms": ["osx", "linux"] + "platforms": ["osx", "linux", "windows"] } ] }, From 4c5ddf1d8941f42f2bf9bccd5e3968f48000c7d3 Mon Sep 17 00:00:00 2001 From: Steve Date: Fri, 13 Dec 2024 23:40:45 -0500 Subject: [PATCH 3/3] remove platforms --- repository/m.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/repository/m.json b/repository/m.json index d173a622172..8aa6742c6ce 100644 --- a/repository/m.json +++ b/repository/m.json @@ -1302,8 +1302,7 @@ "releases": [ { "sublime_text": ">=4180", - "tags": true, - "platforms": ["osx", "linux", "windows"] + "tags": true } ] },