Search found 27 matches

by katwalk
02.10.2025 14:31
Forum: General - CudaText
Topic: How can I change the color of links in the markdown lexer?
Replies: 7
Views: 182

Re: How can I change the color of links in the markdown lexer?

main Alexey wrote: 02.10.2025 08:28 > but I couldn't find any element in the first column that actually used these styles.

you see blue-color of links, because URL-regex-highlighter colors the URL (except the surrounding round brackets).
Got it.
by katwalk
02.10.2025 14:22
Forum: General - CudaText
Topic: How can I change the color of links in the markdown lexer?
Replies: 7
Views: 182

Re: How can I change the color of links in the markdown lexer?

Thanks, that’s super helpful. I’m jotting it down in my notebook 😏
by katwalk
02.10.2025 14:11
Forum: General - CudaText
Topic: Tab-indented code block rendering issue
Replies: 2
Views: 95

Re: Tab-indented code block rendering issue

Thank you for the explanation, I finally understand.
by katwalk
02.10.2025 07:37
Forum: General - CudaText
Topic: How can I change the color of links in the markdown lexer?
Replies: 7
Views: 182

Re: How can I change the color of links in the markdown lexer?

I’ve spent a lot of time dialing in my beloved CudaText and I want to back up the setup so I can easily restore it after a reinstall or update. My first idea is to zip the whole CudaText program folder. On Windows, are there any config or data files stored outside that folder that I should back up t...
by katwalk
02.10.2025 07:30
Forum: General - CudaText
Topic: How can I change the color of links in the markdown lexer?
Replies: 7
Views: 182

Re: How can I change the color of links in the markdown lexer?

Thanks for the tip! I'm using the 'green' theme. https://s2.loli.net/2025/10/02/PsmzicAEwDvH8Ro.webp It seemed like `ld4` and `string3` in the second column were the link colors, but I couldn't find any element in the first column that actually used these styles. https://s2.loli.net/2025/10/02/FZHPc...
by katwalk
02.10.2025 04:21
Forum: General - CudaText
Topic: How can I change the color of links in the markdown lexer?
Replies: 7
Views: 182

How can I change the color of links in the markdown lexer?

Following the guide here: https://wiki.freepascal.org/CudaText#Lexers\_modification\_and\_creation Screenshot: https://s2.loli.net/2025/10/02/epfV1tmkQSZKau8.webp I tried to change the link color, but it only colors the `[]` part. The `()` part with the URL is still the original color. How can I get...
by katwalk
02.10.2025 02:45
Forum: General - CudaText
Topic: Tab-indented code block rendering issue
Replies: 2
Views: 95

Tab-indented code block rendering issue

I’m using the Markdown lexer and seeing flaky rendering for tab-indented code blocks. Take a look at this screen recording. As I type, the code block highlighting randomly drops out. https://streamable.com/pv4t27 My questions: Is this a lexer bug? If not, the trigger rules for tab-indented code bloc...
by katwalk
28.09.2025 11:15
Forum: General - CudaText
Topic: [Feature Request] A tiny image preview that protects your flow
Replies: 34
Views: 890

Re: [Feature Request] A tiny image preview that protects your flow

Sweet! I just updated to the latest version and set "mouse_hotspot_delay":500. Now when I hover over image links back and forth, even if I pause for a short moment, it doesn’t trigger any unnecessary network connections, so there’s no lag. That smooth feel is back.
by katwalk
28.09.2025 10:59
Forum: General - CudaText
Topic: [Feature Request] A tiny image preview that protects your flow
Replies: 34
Views: 890

Re: [Feature Request] A tiny image preview that protects your flow

Got it! I’m on the edge of my seat for the update ;) . Thanks for all your hard work.