SebastianMC
SebastianMC
# I am submitting a new Community Plugin ## Repo URL Link to my plugin: https://github.com/SebastianMC/obsidian-custom-sort ## Release Checklist - [x] I have tested the plugin on - [x] Windows...
I'm the author of the [File Explorer Custom Sorting plugin](https://github.com/SebastianMC/obsidian-custom-sort) I'm considering a feature request [Integration with obsidian-icon-folder](https://github.com/SebastianMC/obsidian-custom-sort/issues/60) The integration point between the two plugins is around retrieving the icon...
Not intended to be merged - only shows the idea of the solution to [117](https://github.com/marc0l92/obsidian-jira-issue/issues/117) which I'm using locally Exposing the pull request allows easy code addition overview
As an user of this amazing `obsidian-jira-issue` plugin (thanks a lot for creating it!!!) I'd like the JIRA ticket titles (aka summaries) to be included in Obsidian search. For now...
I'm the author of the [obsidian-custom-sort](https://github.com/SebastianMC/obsidian-custom-sort) plugin which was also affected by the breaking changes in File Explorer introduced in Obsidian 1.5.4 I did a reverse engineering of Obsidian code...
As reported in #131 and later on in #135, the File Explorer recovery process from messed-up state could be confusing to the user. When Obsidian with breaking changes in File...
The recent introduction of note properties editor in Obsidian has an impact on user experience with editing the sorting spec in YAML frontmatter. I received a series of comments on...
Recent major and minor releases and discussions included features like: - integration with `obsidian-icon-folder` plugin - clarifying the usage of an experimental feature of hiding items in File Explorer -...
_Originally posted by @joellti in https://github.com/SebastianMC/obsidian-custom-sort/issues/53#issuecomment-1793564754_ > Can you please support `Outside Folder, with Same Name` mode from https://github.com/aidenlx/alx-folder-note/wiki/folder-note-pref as well. All my notes are currently in this mode and...
Under #60 the basic integration with `obsidian-icon-folder` plugin was introduced. The connection between the plugins is based on direct access to internal data of the `obsidian-icon-folder` plugin. That's a reason...