AlephNote icon indicating copy to clipboard operation
AlephNote copied to clipboard

Is it possible to create a plugin which support syntax highlighting for code snippet?

Open void285 opened this issue 1 year ago • 1 comments

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?

void285 avatar May 11 '24 17:05 void285

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

Mikescher avatar May 12 '24 16:05 Mikescher