1

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?

  • SnippetsLab is a good Apple-Notes style app for storing code snippets (I have no affiliation with them, but since I discovered it it's become part of my regular workflows). – Samuel Bradshaw Jan 18 '24 at 04:35

2 Answers2

3

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.

bmike
  • 235,889
  • That seems a shame... after Markdown has been around for as many years as it has, and still not being adopted. – Seamus Jan 18 '24 at 18:54
0

Take a look at NotesCmdr which adds Markdown style syntax to Notes. Although I do not see anything for syntax highlighting.

SteveM
  • 718
  • 1
  • 7