Mikescher / AlephNote

Lightweight note taking client for Simplenote or Standard Notes (or simply local storage)
https://mikescher.github.io/AlephNote/
MIT License
196 stars 20 forks source link

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

Open void285 opened 6 months ago

void285 commented 6 months ago

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?

Mikescher commented 6 months ago

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