You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ascii-tree-factory/info.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
"identifier": "ascii-tree-factory",
4
4
"script": "ascii-tree-factory.qml",
5
5
"authors": ["@77nnit"],
6
-
"platforms": ["windows"],
7
-
"version": "0.1.0",
6
+
"platforms": ["linux", "windows"],
7
+
"version": "0.2.0",
8
8
"minAppVersion": "24.10.5",
9
-
"description" : "This script converts forward-slashes-separated lines to an ASCII tree representation, replacing the selected text."
9
+
"description" : "The ASCII Tree Factory plugin for QOwnNotes allows users to <b>generate an ASCII tree representation from a given path structure</b>. This can be particularly useful for visualizing directory structures or any hierarchical data within your notes.</br>Usage:<ol><li><b>Select Text</b>: highlight the text in your note that represents the path structure you want to convert into an ASCII tree. Text can be multi-line</li><li><b>Run the Plugin</b>: Right-click on the selected text, choose Custom Actions > Generate ASCII tree from path.</li><li>The plugin will replace the selected text (single or multi-line) with an ASCII tree representation.</li></ol></br>If you have suggestions or improvements, feel free to reach me using GitHub or Codeberg."
0 commit comments