mgmeyers / obsidian-list-callouts

Create callouts in lists in Obsidian.
GNU General Public License v3.0
301 stars 10 forks source link

Request: Zipped release for manual install #68

Open 1ku1 opened 3 weeks ago

1ku1 commented 3 weeks ago

In order to install the plugin manually, you have to download the three files individually, then create a folder and rename it with the plugin id and put these files in it.

I know these files are needed for automatic installation to work, but it would be much easier for the user to be able to download a zipped file also from the releases tab in the following configuration:

plugin-id-{v}.zip
    plugin-id\
        main.js
        manifest.json
        styles.css

This way we can just extract the zip file in the plugin folder. Thank you.