Skip to content

Commit d5f6cc7

Browse files
help at README
1 parent 2a8ba93 commit d5f6cc7

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,18 +115,44 @@ When you open a note from either the `CLUSTERS` or `ORPHANS` folder the `Cluster
115115
- Intuitive folders: Group related notes into folders for maintain a clear hierarchy folder structure.
116116
- Automatically generate useful note properties that's helps with search, graph view and maintain note clustering process.
117117

118+
118119
### ⚙️ PC Recommendation
119120

120121
- Set `Ctrl+Shift+B` hotkey to New brother command.
121122
- Set `Ctrl+Shift+S` hotkey to New son command.
122123
- Set `Ctrl+Shift+C` hotkey to New cluster command.
123124
- Set `Ctrl+Shift+D` hotkey to Delete active note command.
124125

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+
<img src="./assets/imags/Frame 1.png" >
142+
143+
144+
**The goal is to make new "file-explorer" like**
145+
146+
<img src="./assets/imags/sdfs.png" >
147+
148+
**we welcome any GitHub pull requests (PRs) contributions.**
149+
150+
---
125151
If you like this plugin, feel free to support the development by buying a coffee:
126152

127153
## <a href="https://www.buymeacoffee.com/lorens" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
128154

129-
### Credits
155+
### Creditss
130156

131157
Thank you for everyone in the Obsidian community that have contributed to testing and bug reporting.
132158

assets/imags/Frame 1.png

15.3 KB
Loading

assets/imags/sdfs.png

5.1 KB
Loading

0 commit comments

Comments
 (0)