delphidabbler / code-snippets

Collections of reusable code snippets, mainly in Pascal.
MIT License
27 stars 2 forks source link

Add tool to automatically add a new snippet to the database #23

Open delphidabbler opened 5 months ago

delphidabbler commented 5 months ago

A tool that can automatically add a new snippet to a specified category in the database would save a lot of hand hacking.

If implemented, could a way be found to get new snippets created in CodeSnip to be exported from there and imported into this collection?

delphidabbler commented 4 months ago

Accept files containing snippets in correct .ini format: see CodeSnip issue 136.