Sytone
Sytone
# I am submitting a new Community Plugin ## Repo URL Link to my plugin: https://github.com/sytone/obsidian-tasks-x ## Release Checklist - [ ] I have tested the plugin on - [x]...
# Description Adds in the feature framework so it can be used to manage new features for user testing but not impact all users by default by having a new...
If I take a note and open it in a new window and then toggle the edit/reading button on the header all the buttons duplicate. I disabled all plugins but...
When using new profile it it changing the case of profiles to Profiles in the json file. replacing it with lower case profiles fixes this.
Hit an issue where when parsing the snapper output there was whitespace after the drive meaning it was never matched against. This can be seen using the following command. Adding...
There is an example implementation here: https://github.com/ytliu74/obsidian-pseudocode/blob/master/src/auto_complete.ts It should be able to auto complete based on the yaml section it is in. So if in query then all the sql...
Looking at this change if more control over formatting is needed something like handlebars or Mustache may be a good choice for a templating language. I have used handlebars in...
Adds settings to the configuration to allow specification of priority. On creation/update of the To Do it will parse the line and use these to update the importance property. When...
I have used Standard Version in the past but it is no longer supported and recommend release please as the new option. https://github.com/googleapis/release-please
Do you have a simple example of how this looks with a Settings Tab class? Sing the tab will already extend PluginSettingTab it cannot be a service, how will it...