-----------------------------------------------------------
Version 16.67 (Aug 30, 2026)
-----------------------------------------------------------
Same as v16.66, but I found an issue that I wanted to fix.
* Some elements in Markdown wasn't highlighted properly unless the option "URL highlight ...
Search found 1103 matches
- 29 Aug 2026 14:06
- Forum: Next release
- Topic: Version 16.66/16.67
- Replies: 0
- Views: 345
- 28 Aug 2026 13:52
- Forum: Bugs
- Topic: Strange Selection on non Latin Letters
- Replies: 2
- Views: 198
Re: Strange Selection on non Latin Letters
Shift+Enter is used to "Expand abbreviation at cursor" (Emmet shortcuts https://docs.emmet.io/cheat-sheet/).
You can change the keyboard shortcuts in "Environment / Customize keyboard...".
You can change the keyboard shortcuts in "Environment / Customize keyboard...".
- 27 Aug 2026 16:56
- Forum: Bugs
- Topic: FIXED: Parentheses breaking syntax hightlighting in PHP string
- Replies: 1
- Views: 158
Re: Parentheses breaking syntax hightlighting in PHP string
Fixed. Thank you!
- 26 Aug 2026 14:28
- Forum: Development - Beta Versions
- Topic: Version 16.66 beta 8
- Replies: 0
- Views: 331
Version 16.66 beta 8
Fixed a few highlighter and wordwrap issues in Markdown, updated the Syntax Editor and fixed a fold issue in PHP.
-----------------------------------------------------------
Version 16.66 (Aug 19, 2026)
-----------------------------------------------------------
Mermaid
Added basic highlighter ...
-----------------------------------------------------------
Version 16.66 (Aug 19, 2026)
-----------------------------------------------------------
Mermaid
Added basic highlighter ...
- 24 Aug 2026 18:41
- Forum: Features
- Topic: [DONE]: Mermaid in Preview for HTML and MD
- Replies: 9
- Views: 747
Re: DONE? Mermaid in Preview for HTML and MD
The editor adds this to the preview file:
<script src="https://cdn.jsdelivr.net/npm/mermaid/di ... "></script>
<script>mermaid.initialize({startOnLoad:true});</script>
So you need access to Internet
Could it be a firewall issue?
<script src="https://cdn.jsdelivr.net/npm/mermaid/di ... "></script>
<script>mermaid.initialize({startOnLoad:true});</script>
So you need access to Internet
- 24 Aug 2026 18:27
- Forum: Features
- Topic: DONE: Code folding #region in PHP
- Replies: 12
- Views: 55239
Re: DONE: Code folding #region in PHP
Made some changes to make folding work in Markdown...
It's fixed in next release. Thanks!
It's fixed in next release. Thanks!
- 24 Aug 2026 17:49
- Forum: Features
- Topic: [DONE]: Mermaid in Preview for HTML and MD
- Replies: 9
- Views: 747
Re: DONE? Mermaid in Preview for HTML and MD
I can't reproduce it for some reason...
- 22 Aug 2026 14:35
- Forum: Development - Beta Versions
- Topic: Version 16.66 beta 7
- Replies: 0
- Views: 250
Version 16.66 beta 7
Fixed several highlighter issues in Markdown and added support for Mermaid inside code blocks
e.g.
```mermaid
graph LR
A --- B
B-->C[fa:fa-ban available]
B-->D(fa:fa-spinner);
```
Hopefully this is the last beta version before the actual release ...
e.g.
```mermaid
graph LR
A --- B
B-->C[fa:fa-ban available]
B-->D(fa:fa-spinner);
```
Hopefully this is the last beta version before the actual release ...
- 20 Aug 2026 18:40
- Forum: Features
- Topic: [DONE]: Mermaid in Preview for HTML and MD
- Replies: 9
- Views: 747
Re: DONE? Mermaid in Preview for HTML and MD
Seems to be working now...
- 20 Aug 2026 17:06
- Forum: Features
- Topic: FIXED: Markdown Folding
- Replies: 11
- Views: 837
Re: FIXED: Markdown Folding
Does this look correct?
I've tried in different editors and they all give different results.
I've tried in different editors and they all give different results.
- 19 Aug 2026 13:01
- Forum: Features
- Topic: [DONE]: Mermaid in Preview for HTML and MD
- Replies: 9
- Views: 747
- 19 Aug 2026 12:55
- Forum: Development - Beta Versions
- Topic: Version 16.66 beta 6
- Replies: 0
- Views: 280
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: 2
- Views: 403
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: 9
- Views: 747
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: 11
- Views: 837
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...
