Search found 1093 matches
- 19 Aug 2026 13:01
- Forum: Features
- Topic: DONE? Mermaid in Preview for HTML and MD
- Replies: 4
- Views: 81
Re: DONE? Mermaid in Preview for HTML and MD
Here you go: viewtopic.php?t=5995
- 19 Aug 2026 12:55
- Forum: Development - Beta Versions
- Topic: Version 16.66 beta 6
- Replies: 0
- Views: 13
Version 16.66 beta 6
Made several changes to the Markdown highlighter file and fixed some issues.
Added support for Mermaid preview and made some modifications to the syntax highlighter.
-----------------------------------------------------------
Version 16.66 (Aug 19, 2026 ...
Added support for Mermaid preview and made some modifications to the syntax highlighter.
-----------------------------------------------------------
Version 16.66 (Aug 19, 2026 ...
- 18 Aug 2026 15:06
- Forum: Bugs
- Topic: FIXED? Shell Script Syntax problem
- Replies: 1
- Views: 112
Re: Shell Script Syntax problem
Fixed in next version. Thanks!
I made some improvements to the highlighter (syntax file) as well.
I made some improvements to the highlighter (syntax file) as well.
- 18 Aug 2026 13:56
- Forum: Features
- Topic: DONE? Mermaid in Preview for HTML and MD
- Replies: 4
- Views: 81
Re: [Request] Mermaid in Preview for HTML and MD
Done!
The syntax file is very basic and doesn't highlight much...
The syntax file is very basic and doesn't highlight much...
- 14 Aug 2026 12:31
- Forum: Features
- Topic: FIXED: Markdown Folding
- Replies: 8
- Views: 279
Re: FIXED: Markdown Folding
Folding for headings seems to work properly now after some minor code changes and modifications to the syntax file.
As for underlined headings, I'm not even sure I can make that work with folding...
As for underlined headings, I'm not even sure I can make that work with folding...
- 13 Aug 2026 18:32
- Forum: Features
- Topic: FIXED: Markdown Folding
- Replies: 8
- Views: 279
Re: FIXED: Markdown Folding
A new beta version to try viewtopic.php?t=5988
- 13 Aug 2026 18:30
- Forum: Development - Beta Versions
- Topic: Version 16.66 beta 5
- Replies: 0
- Views: 131
Version 16.66 beta 5
Fixed some issues, made some more improvements to the Markdown code folding and Makefile highlighting.
-----------------------------------------------------------
Version 16.66 (Aug 13, 2026)
-----------------------------------------------------------
Markdown
Made several improvements to the ...
-----------------------------------------------------------
Version 16.66 (Aug 13, 2026)
-----------------------------------------------------------
Markdown
Made several improvements to the ...
- 13 Aug 2026 14:01
- Forum: Questions
- Topic: FIXED: More Makefile label-color anomalies
- Replies: 3
- Views: 263
Re: More Makefile label-color anomalies
Fixed in next release.
- 13 Aug 2026 12:27
- Forum: Questions
- Topic: Find and Replace New-Line
- Replies: 6
- Views: 174
Re: Find and Replace New-Line
It's fixed in the next release.
Turns out it was the regex library, used in Delphi. When computing and retrieving the replacement string - all line breaks are CRLF, even if I use a source string with only LF:s.
Anyway, undo should work now...
Turns out it was the regex library, used in Delphi. When computing and retrieving the replacement string - all line breaks are CRLF, even if I use a source string with only LF:s.
Anyway, undo should work now...
- 13 Aug 2026 11:31
- Forum: Questions
- Topic: Find and Replace New-Line
- Replies: 6
- Views: 174
Re: Find and Replace New-Line
A while back I made changes to how "Replace All" handles linebreaks. When creating a source buffer all line breaks are now converted to LF, instead of using CRLF. So all positions had to be updated since CRLF are 2 characters and LF is only one. This include modifications to the undo functions as ...
- 12 Aug 2026 17:04
- Forum: Features
- Topic: FIXED: Markdown Folding
- Replies: 8
- Views: 279
Re: FIXED: Markdown Folding
I think all fold issues are fixed now in the next version.
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.
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.
- 11 Aug 2026 18:51
- Forum: Bugs
- Topic: Markdown Highlight Problems
- Replies: 15
- Views: 555
Re: Markdown Highlight Problems
Released a new beta viewtopic.php?t=5987
- 11 Aug 2026 18:48
- Forum: Development - Beta Versions
- Topic: Version 16.66 beta 4
- Replies: 0
- Views: 87
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 ...
-----------------------------------------------------------
Version 16.66 (Aug 11, 2026)
-----------------------------------------------------------
Markdown
Made several improvements to ...
- 11 Aug 2026 17:56
- Forum: Features
- Topic: Project Build Parameters
- Replies: 2
- Views: 65
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...".
Open the "Tools" menu and select "Configure tools...".
- 11 Aug 2026 17:44
- Forum: Features
- Topic: FIXED: Markdown Folding
- Replies: 8
- Views: 279
Re: Markdown Folding
Fixed in next release. Thanks!
