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: README.md
+27-1Lines changed: 27 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,18 +115,44 @@ When you open a note from either the `CLUSTERS` or `ORPHANS` folder the `Cluster
115
115
- Intuitive folders: Group related notes into folders for maintain a clear hierarchy folder structure.
116
116
- Automatically generate useful note properties that's helps with search, graph view and maintain note clustering process.
117
117
118
+
118
119
### ⚙️ PC Recommendation
119
120
120
121
- Set `Ctrl+Shift+B` hotkey to New brother command.
121
122
- Set `Ctrl+Shift+S` hotkey to New son command.
122
123
- Set `Ctrl+Shift+C` hotkey to New cluster command.
123
124
- Set `Ctrl+Shift+D` hotkey to Delete active note command.
124
125
126
+
127
+
## HELP !
128
+
129
+
**The Challenge**:
130
+
131
+
Currently, the Cluster plugin for each `son` note creates a subfolder with the same name as the `parent` note, following these steps :
132
+
1. create folder with same name of the `parent` note if is not exist.
133
+
2. Create the `son` note within the newly created folder.
134
+
135
+
**Benefits:**
136
+
- Maintains a consistent file structure.
137
+
138
+
**Drawbacks:**
139
+
- 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).
140
+
141
+
<imgsrc="./assets/imags/Frame 1.png" >
142
+
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
+
---
125
151
If you like this plugin, feel free to support the development by buying a coffee:
126
152
127
153
## <ahref="https://www.buymeacoffee.com/lorens"target="_blank"><imgsrc="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png"alt="Buy Me A Coffee"style="height: 60px!important;width: 217px!important;" ></a>
128
154
129
-
### Credits
155
+
### Creditss
130
156
131
157
Thank you for everyone in the Obsidian community that have contributed to testing and bug reporting.
0 commit comments