-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Speaking from personal experience, and a very skimpy coding background, getting started with Obsidian plugins is very hard.
There are very few guides and examples to find, and the documentation is sparse. Looking through the code of existing plugins on GitHub is a good option, but it's hard to know which have the functionality you're looking to replicate, and many are so expansive that isolating one feature can be daunting for a newcomer.
I would like to suggest expanding this sample plugin with more examples/features/functionality.
Some suggestions could be:
- how to create a leaf for a plugin in the right sidebar
- how to perform a search of a given word/words in a document
- how to output HTML for leaf content layouts
- some examples of how scoping works
I realise that my low skill level means that I need more help than most, but I'm sure that others would find it useful to have this plugin fleshed out a bit as well. Hopefully, someone with more skill than I will be able to look into some of these suggestions 😃
Thanks for an awesome piece of software!
Cheers.