AlephNote
AlephNote copied to clipboard
Is it possible to create a plugin which support syntax highlighting for code snippet?
Hi, I need a code snippet collecing tool but those I can find are too heavy. I have read Plugin development · Mikescher/AlephNote Wiki and wonder is it possible to create a plugin to achieve it. It seems the plugin mechanism deal with the storage provider, is it possible that notes under a specific account or with a specific tag rendered with syntax highlighting?
You are right the "plugin" mechanism is only to add new stprage provider.
If you want to add syntax highlighting I would recommend to implement it directly in the base application and create a PR