Markup icon indicating copy to clipboard operation
Markup copied to clipboard

Can you keep the mark?

Open SF-Simon opened this issue 8 years ago • 3 comments
trafficstars

It's such a great project that I don't need to make any changes at all, so I can use it where I want it. I would like it more if I could increase the selection of reserved identifiers. At present: *asterisks* To asterisks Idea: *asterisks* To *asterisks*

SF-Simon avatar Sep 17 '17 17:09 SF-Simon

You could make your own renderer to achieve that :). Once you have the abstract syntax tree in the form of [Markup], you can bring back the asterisks while converting to an NSAttributedString. You could base your implementation in the current renderer.

gonzalezreal avatar Sep 17 '17 18:09 gonzalezreal

I mean, add a setting and choose to keep it with no reservation so that we can be more flexible. Although it can be achieved by itself, but if there is a total switch is not better?. For example, I use the same logo, but in some cases I don't need it to display the identity, and in some cases I want to show them. I don't need to write two more pieces of code that can be implemented with the same code

SF-Simon avatar Sep 20 '17 19:09 SF-Simon

In addition, I have another suggestion, that is, to increase support for regular expressions. For example, (red) Hello (red), I can get "red", and can do what I want to do. Oh, No. think about it all powerful.. ha!

SF-Simon avatar Sep 20 '17 19:09 SF-Simon