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
- If the current note has no siblings the containing folder will be deleted.
@@ -117,36 +117,10 @@ When you open a note from either the `CLUSTERS` or `ORPHANS` folder the `Cluster
117
117
118
118
### ⚙️ PC Recommendation
119
119
120
-
- Set `Ctrl+Shift+B` hotkey to New sibling command.
121
-
- Set `Ctrl+Shift+S` hotkey to New child command.
122
-
- Set `Ctrl+Shift+C` hotkey to New cluster command.
120
+
- Set `Ctrl+Shift+S` hotkey to New sibling command.
121
+
- Set `Ctrl+Shift+C` hotkey to New child command.
123
122
- Set `Ctrl+Shift+D` hotkey to Delete active note command.
124
123
125
-
## HELP !
126
-
127
-
**The Challenge**:
128
-
129
-
Currently, the Cluster plugin for each `child` note creates a subfolder with the same name as the `parent` note, following these steps :
130
-
131
-
1. create folder with same name of the `parent` note if is not exist.
132
-
2. Create the `child` note within the newly created folder.
133
-
134
-
**Benefits:**
135
-
136
-
- Maintains a consistent file structure.
137
-
138
-
**Drawbacks:**
139
-
140
-
- Crowded file navigation pane ("file-explorer"). Each `parent` note with `child` notes creates a folder with the same name as `parent`, resulting in a cluttered file structure (see image below).
141
-
142
-
<imgsrc="./assets/imags/Frame 1.png" >
143
-
144
-
**The goal is to make new "file-explorer" like**
145
-
146
-
<imgsrc="./assets/imags/sdfs.png" >
147
-
148
-
**we welcome any GitHub pull requests (PRs) contributions.**
149
-
150
124
---
151
125
152
126
If you like this plugin, feel free to support the development by buying a coffee:
Copy file name to clipboardExpand all lines: manifest.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"id": "cluster",
3
3
"name": "Cluster",
4
-
"version": "3.0.1",
4
+
"version": "3.0.2",
5
5
"minAppVersion": "1.8.4",
6
6
"description": "Make the notes clustering simpler on mobile devices and work well on PCs ether, Notes Clustering is the process of creating hierarchical notes structures.",
0 commit comments