diff --git a/README.md b/README.md index 8e7d4c6..e029641 100644 --- a/README.md +++ b/README.md @@ -154,3 +154,18 @@ Search the plugin by its name 'CUSTOM FILE EXPLORER SORTING' Thanks to [Nothingislost](https://github.com/nothingislost) for the monkey-patching ideas of File Explorer in [obsidian-bartender](https://github.com/nothingislost/obsidian-bartender) +## ...and before you go, maybe you'd like the visual separators in File Explorer? + +Do you want to have a nice-looking horizontal separators in File Explorer like this? + +![separators](./docs/img/separators-by-replete.png) + +If so, head on to [Instruction and more context](https://github.com/SebastianMC/obsidian-custom-sort/discussions/57#discussioncomment-4983763) +by [@replete](https://github.com/replete)\ +Quick & easy! + +This feature is not dependent on the Custom Sorting plugin. +At the same time I'm mentioning it here because it is a side effect of a discussion with [@replete](https://github.com/replete). +We were considering a direct support of the Separators in the plugin. Eventually this boiled down to a very +concise and smart CSS-snippet based solution, independent of the plugin. Go, see, copy to the CSS-snippets in Obsidian +and enjoy the more grouped look diff --git a/docs/img/separators-by-replete.png b/docs/img/separators-by-replete.png new file mode 100644 index 0000000..17d080d Binary files /dev/null and b/docs/img/separators-by-replete.png differ diff --git a/docs/manual.md b/docs/manual.md index b5529a1..8e0a4fb 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -9,11 +9,18 @@ Some sections added ad-hoc, to be integrated later ## Adding visual separators in File Explorer -by @replete +Do you want to have a nice-looking horizontal separators in File Explorer like this? -[Instruction and more context](https://github.com/SebastianMC/obsidian-custom-sort/discussions/57#discussioncomment-4983763) +![separators](./img/separators-by-replete.png) -![separators](https://user-images.githubusercontent.com/812139/219181165-09f41420-c7f5-4c3c-a1a9-3116c5c4c9d2.png) +If so, head on to [Instruction and more context](https://github.com/SebastianMC/obsidian-custom-sort/discussions/57#discussioncomment-4983763) +by [@replete](https://github.com/replete) + +This feature is not dependent on the Custom Sorting plugin. +At the same time I'm mentioning it here because it is a side effect of a discussion with [@replete](https://github.com/replete). +We were considering a direct support of the Separators in the plugin. Eventually this boiled down to a very +concise and smart CSS-snippet based solution, independent of the plugin. Go, see, copy to the CSS-snippets in Obsidian +and enjoy the more grouped look # Advanced features