obsidianmd / obsidian-sample-plugin

2.61k stars 924 forks source link

Organise typescript sources into separate src hierarchy #81

Open nickynicolson opened 11 months ago

nickynicolson commented 11 months ago

The plugin checklist recommends that plugin developers "Consider organizing your code base using folders":

If your plugin uses more than one .ts file, consider organizing them into folders to make it easier to review and maintain.

It would be helpful if the sample plugin did this so that there was an example to follow.