Hi people! I'm not super technical, so simple explanations would be great.
So, I am working on a huge project where it would really help to have certain elements color coded. Here is an example (numbers are not accurate):
[John Smith] <3435,3549>"Hello everyone," John exclaimed. He looked at the crowd. <3685,3798>"Let's begin this conversation with a fun story."
What I want is for the attribution ([John Smith]) to be a blue color, the number codes (<3435,3549>) to be very light grey so they don't distract me, the dialogue (text inside quote marks) to be brown, and the non-dialogue text to be black.
I searched this group a bit and found a couple conversations that as asking a similar question, but there aren't any answers that work for what I'm wanting to do.
So how might I go about this? I'm ok with adding a little code to make it work, but ideally I would be able to have something set up where anything within certain confines are color coded, like anything inside <> is light grey, etc.
I am currently getting around this by having my file be in HTML and using the elements already defined, but it looks messy and I don't know what all the syntax means. Here is an example screenshot of my current workaround:
With that in mind, another question is; is there a definition somewhere of what items in the text color prefs are exactly? Like in the HTML section, what is an "anchor tag"? And in Markdown section, what is a "List item marker"?, etc.
I figure if I can't easily set up custom defined coloring, then maybe I can save my files in another format and use the items that are already defined, especially if the code has minimal extra junk in it. For example, the <!-- --> comment is a little messy, so having something like <! > would be easier for me to deal with.
I hope that all made sense. I'm still a bit of a BBEdit novice.
Thanks much for any help y'all can provide!
-Shawn