ffes / nppsnippets

Code Snippets plugin for Notepad++
https://www.fesevur.com/nppsnippets
GNU General Public License v2.0
71 stars 12 forks source link

a hook to get non-database snippets #46

Closed Deadooshka closed 1 year ago

Deadooshka commented 2 years ago

It would be useful to add the ability to inject some script or cli-command that output snippets from another sources e.g. in json format.

ffes commented 1 year ago

To import multiple snippets you can use add them directly to the database. See https://nppsnippets.readthedocs.io/en/latest/database.html for more information.

I have no plans to add any other import option. That is too time consuming to build and maintain and I don't have a personal interest in that, but a decent PR will by looked at obviously.

Sorry, but I closing this one as "won't fix".