I'm a heavy Notes user and I was wondering if it's at all possible to create limited markdown support for Notes app. For example, to create syntax highlighting for snippets like this.
const(a, b) => a + b;
Is it at all customazible?
I'm a heavy Notes user and I was wondering if it's at all possible to create limited markdown support for Notes app. For example, to create syntax highlighting for snippets like this.
const(a, b) => a + b;
Is it at all customazible?
No, the notes web app and iOS app and the other versions has no "code formatting skins" or extensibility for adding syntax coloring and formatting from markdown.
There is support for coloration and text formatting and copy/paste preserves that, so your best bet would be to process the markdown externally to the app and then paste in the results.
Or to work in an app with syntax coloring. That might make an excellent follow on software-recommendation question.