From e59a585f143cbf0bb1e1168794b2d2cd1f764bd4 Mon Sep 17 00:00:00 2001 From: Johhannas Reyn <127910206+JohhannasReyn@users.noreply.github.com> Date: Fri, 10 Jan 2025 15:44:49 -0800 Subject: [PATCH 1/2] Update m.json Add Markdown2Dir to Package Control --- repository/m.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/repository/m.json b/repository/m.json index 8aa6742c6ce..311165e7ac5 100644 --- a/repository/m.json +++ b/repository/m.json @@ -575,6 +575,17 @@ } ] }, + { + "name": "Markdown2Dir", + "details": "https://github.com/JohhannasReyn/Markdown2Dir_and_Dir2Md", + "labels": ["markdown", "code extraction", "directory management"], + "releases": [ + { + "sublime_text": ">=3000", + "tags": true + } + ] + }, { "name": "MarkdownAssistant", "details": "https://github.com/code-reaper08/MarkdownAssistant", From d856dbd5c92e27439a8cb70f0d58f98b939be3eb Mon Sep 17 00:00:00 2001 From: Johhannas Reyn <127910206+JohhannasReyn@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:50:13 -0800 Subject: [PATCH 2/2] Update d.json added DuplExpellio DuplExpellio allows a user to select or remove all *non-unique entries* in a document or selected body of text. *Non-unique entries* - any character or string of characters that is determined to delimit the entries to be checked. The delimiter can be a user specified string, character, tab, space, or new line. By default - The plugin checks for the delimiting string in the order: "\n"[new line], ","[comma],";"[semi-colon], " "[whitespace]. Only if enough delimiters are present in the file does it become used to separate the targeted text into comparable segments; the plugin goes down the list of potential delimiters until one satisfies the user defined "threshold" (configured in the plugin's settings), by default the threshold is set to 8. --- repository/d.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/repository/d.json b/repository/d.json index bc1c756ab4d..855cf577220 100644 --- a/repository/d.json +++ b/repository/d.json @@ -1829,6 +1829,16 @@ } ] }, + { + "name": "DuplExpellio", + "details": "https://github.com/JohhannasReyn/DuplExpellio", + "releases": [ + { + "sublime_text": "*", + "tags": true + } + ] + }, { "name": "Duplicate And Increment", "details": "https://github.com/112KA/duplicate_and_increment",