SebastianMC

Results 17 issues of SebastianMC

With increased frequency of breaking changes introduced by Obsidian (1.5.4, 1.6.0, 1.6.3) the effort to catch up, investigate and fix the plugin increases. This ticket (its branch actually) will contain...

Diagnostics support

Obsidian 1.7.2 introduced a breaking change referred to as 'deferred views' (https://docs.obsidian.md/Plugins/Guides/Understanding+deferred+views). This affects some plugins, including Folder Notes. When the File Explorer view is not visible on app start...

- implementation completed, tested locally on a dedicated vault - need to create unit tests for the new and modified areas before release Sample syntax from test vault: ```yaml ---...

Parking the idea posted by @Chapien [here](https://github.com/SebastianMC/obsidian-custom-sort/discussions/98#discussioncomment-12014344) in discussions. > [...] is it possible to manually sort by metadata, in an explicit order? I have a reading list, with a...

feature-idea

#215 - Prototyping the support for {{parent-folder-name}} in settings of index note name. - need to review with a fresh head - unit tests - are the affected areas covered...

To simplify the initial set up of the plugin expose one or more features from the list below: - in settings, a set of buttons to generate the initial sortspec...

enhancement
Improvement

## Affected scenarios: * sorting specification is placed in a folder (e.g. in `sortspec` file in a folder), AND * the `target-folder:` is specified as `.`, which means 'containing folder',...

bug