"Table" - Format

main Alexey
Posts: 2269
Joined: 25.08.2021 18:15

Re: "Table" - Format

Post by main Alexey »

but changed install.inf file will be overwritten on next add-on update.
SamC
Posts: 208
Joined: 12.08.2023 00:49

Re: "Table" - Format

Post by SamC »

main Alexey wrote: 30.09.2023 12:29 1. why to use MARKDOWN formatter for .txt format? txt format is some random data.
Table formatter can make a good view for table like data, I use this just for shown.
By your guidance, I also add some other lexers, some lexer are named like 'ini files ^', what's the ^ mark mean? Without that mark, the formatter is invalid for that lexer.
SamC
Posts: 208
Joined: 12.08.2023 00:49

Re: "Table" - Format

Post by SamC »

when using markdown table formater, it works good with alignment when no CJK character exist.
When CJK character exists,because these character is with width abot 2 times of others,the alignment will not be very good.
I suppose same question has been solved in the word-wrap function, because the word-wrap with several kind of character works well. So is it possible to make a update to make a better more alignment in this situation?
Thanks!
20231006164219.png
20231006164219.png (2.63 KiB) Viewed 578 times
main Alexey
Posts: 2269
Joined: 25.08.2021 18:15

Re: "Table" - Format

Post by main Alexey »

maybe yes. it is the question to the author of the Markdown formatter code. Cud plugin only calls the formatter. this is the author name from readme/license-original.txt:

The MIT License (MIT)
Copyright (c) 2016 Bitwiser73
Post Reply