Search found 1083 matches

by Rickard Johansson
12 Aug 2026 17:04
Forum: Features
Topic: FIXED: Markdown Folding
Replies: 5
Views: 79

Re: FIXED: Markdown Folding

I think all fold issues are fixed now in the next version.

markdown21.png
markdown21.png (7.81 KiB) Viewed 25 times
markdown20.png
markdown20.png (27.08 KiB) Viewed 25 times


YAML block is foldable and listed in the code explorer. Indent should fold as well.

Header blocks are nested both in the editor window and code explorer.
by Rickard Johansson
11 Aug 2026 18:51
Forum: Bugs
Topic: Markdown Highlight Problems
Replies: 14
Views: 455

Re: Markdown Highlight Problems

Released a new beta viewtopic.php?t=5987
by Rickard Johansson
11 Aug 2026 18:48
Forum: Development - Beta Versions
Topic: Version 16.66 beta 4
Replies: 0
Views: 63

Version 16.66 beta 4

Fixed several issues and made improvements to the Markdown code folding, highlighter and markdown preview.

-----------------------------------------------------------
Version 16.66 (Aug 11, 2026)
-----------------------------------------------------------

Markdown
Made several improvements to ...
by Rickard Johansson
11 Aug 2026 17:56
Forum: Features
Topic: Project Build Parameters
Replies: 2
Views: 49

Re: Project Build Parameters

If you only want to convert the active document - you should probably use tools instead. Tools does everything you want (and more).

Open the "Tools" menu and select "Configure tools...".
by Rickard Johansson
11 Aug 2026 17:44
Forum: Features
Topic: FIXED: Markdown Folding
Replies: 5
Views: 79

Re: Markdown Folding

Fixed in next release. Thanks!

markdown11.png
markdown11.png (6.79 KiB) Viewed 53 times
markdown10.png
markdown10.png (15.03 KiB) Viewed 53 times
by Rickard Johansson
10 Aug 2026 17:02
Forum: Bugs
Topic: Markdown Highlight Problems
Replies: 14
Views: 455

Re: Markdown Highlight Problems

Fixed the blockquote and list item wrap issue in next release.
by Rickard Johansson
10 Aug 2026 08:58
Forum: Bug reports
Topic: SOLVED: 16.66 beta 2 on Windows Preview-Panels generates error
Replies: 4
Views: 88

Re: 16.66 beta 2 on Windows Preview-Panels generates error

Thanks. It's been fixed and a new beta is available.

viewtopic.php?p=20466#p20466

The issue was introduced when trying to highlight HTML code in Markdown code blocks.
The issue has been fix but I'm still not happy with the HTML highlighting in Markdown code blocks...
by Rickard Johansson
10 Aug 2026 04:14
Forum: Bugs
Topic: Markdown Highlight Problems
Replies: 14
Views: 455

Re: Markdown Highlight Problems

Please try the latest beta version viewtopic.php?t=5981
by Rickard Johansson
09 Aug 2026 17:55
Forum: Features
Topic: SOLVED: Controll Character Colors
Replies: 4
Views: 158

Re: Controll Character Colors

Make sure you haven't used a theme color for plain text files.

ctrl02.png
ctrl02.png (5.35 KiB) Viewed 54 times

Using "Consolas" for plain text below:

ctrl01.png
ctrl01.png (5.8 KiB) Viewed 54 times
ctrl03.png
ctrl03.png (17.68 KiB) Viewed 54 times

Make sure "Follow current syntax colors is un-checked.
ctrl04.png
ctrl04.png (3.04 KiB) Viewed 54 times

It seems to work fine at my end... :?
by Rickard Johansson
09 Aug 2026 13:39
Forum: Development - Beta Versions
Topic: Version 16.66 beta 2/beta 3
Replies: 0
Views: 64

Version 16.66 beta 2/beta 3

Fixed a HTML issue and released beta 3 (which is otherwise the same as beta 2).

-----------------------------------------------------------
Version 16.66 (Aug 8, 2026)
-----------------------------------------------------------

Markdown
Made several improvements to the syntax highlighter. It ...
by Rickard Johansson
08 Aug 2026 18:49
Forum: Bugs
Topic: Markdown Highlight Problems
Replies: 14
Views: 455

Re: Markdown Highlight Problems

I'm not adding everything listed at Pandoc (at least not at this point...).

But I've added preview support for tags and footnotes.

footnotes1.png
footnotes1.png (12.8 KiB) Viewed 251 times

footnotes2.png
footnotes2.png (8.91 KiB) Viewed 233 times

Not sure how it's supposed to look like, but does it look okey?
by Rickard Johansson
06 Aug 2026 18:12
Forum: Features
Topic: SOLVED: Controll Character Colors
Replies: 4
Views: 158

Re: Controll Character Colors

It wont work for plain text files if you use a variable width font, like "Calibri" or "Arial".
You have to change font to a fixed width font, like "Consolas", "Courier New", "Cascadia Code"... (normally used with source code).

The easiest way to do it is to set the alternative font to e.g ...
by Rickard Johansson
06 Aug 2026 14:10
Forum: Bugs
Topic: Markdown Highlight Problems
Replies: 14
Views: 455

Re: Markdown Highlight Problems

Have I missed anything?

markdown4.png
markdown4.png (15.13 KiB) Viewed 373 times
markdown3.png
markdown3.png (33.79 KiB) Viewed 373 times
by Rickard Johansson
06 Aug 2026 11:35
Forum: Bugs
Topic: Markdown Highlight Problems
Replies: 14
Views: 455

Re: Markdown Highlight Problems

I think this looks better.

markdown2.png
markdown2.png (113.18 KiB) Viewed 377 times
markdown1.png
markdown1.png (86.68 KiB) Viewed 377 times

It's going to take some time to add support for a bunch of code languages and new features, but I'll release a beta version when fully implemented.
by Rickard Johansson
05 Aug 2026 18:40
Forum: Bugs
Topic: Markdown Highlight Problems
Replies: 14
Views: 455

Re: Markdown Highlight Problems

I experimented with code block highlighting and added a simple implementation.

markdown3.png
markdown3.png (282.08 KiB) Viewed 416 times

It only highlights keywords, comments, strings and numbers. And I haven't added many source languages yet. But it works :) Well, almost. There are some quirks to fix 8)