From 589f21580f5c847313e3c1a4ea8937a1ac2036e8 Mon Sep 17 00:00:00 2001 From: 77nnit <123692361+77nnit@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:09:01 +0100 Subject: [PATCH] Update info.jsonversion update --- ascii-tree-factory/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ascii-tree-factory/info.json b/ascii-tree-factory/info.json index 37c9a72..1053f72 100644 --- a/ascii-tree-factory/info.json +++ b/ascii-tree-factory/info.json @@ -4,7 +4,7 @@ "script": "ascii-tree-factory.qml", "authors": ["@77nnit"], "platforms": ["linux", "windows"], - "version": "0.1.0", + "version": "0.2.0", "minAppVersion": "24.10.5", "description" : "The ASCII Tree Factory plugin for QOwnNotes allows users to generate an ASCII tree representation from a given path structure. This can be particularly useful for visualizing directory structures or any hierarchical data within your notes.
Usage:
  1. Select Text: highlight the text in your note that represents the path structure you want to convert into an ASCII tree. Text can be multi-line
  2. Run the Plugin: Right-click on the selected text, choose Custom Actions > Generate ASCII tree from path.
  3. The plugin will replace the selected text (single or multi-line) with an ASCII tree representation.

If you have suggestions or improvements, feel free to reach me using GitHub or Codeberg." }