2023-07-09 11:40 AM - edited 2023-07-09 12:01 PM
Hi!
This wish mainly concerns the Developer Forum, but since the implementation would probably affect all forums, I'm opening the topic here.
I'm finding myself answering quite a lot of questions in the developer forum with code examples & snippets.
It would be great if we had code highlighting support for all relevant languages for developing Archicad Add-Ons and objects.
The relevant languages I'm missing are:
Best,
Bernd
2023-07-10 04:07 AM
Yeah, it is funny that the forum does not include GDL highlighting, more so since it is apparently coming with the GDL refresh, when ever that is happening.
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
2023-11-25 06:23 PM - edited 2023-11-26 12:10 AM
I totally agree with you.
I'd like to add just one universal feature — full Markdown (CommonMark specification) support, which will be enough.
Then we could use md code tag (```) with a wide range of different languages supported:
```py
# Python code here
```
```sh
# bash/zsh code here
```