Sysop: | Denn |
---|---|
Location: | Clearfield, Utah |
Users: | 32 |
Nodes: | 15 (0 / 15) |
Uptime: | 94:16:58 |
Calls: | 725 |
Files: | 35,832 |
Messages: | 23,398 |
Hi there,
Yes i know you are supposed to convert your ANS file to MSG using the ans2asc utility. Thats ok. It works. I do that.
But if you add @Codes to your ANS file, you will quickly lose how the layout will look like eventually. Or you will end up using a text editor afterwards, editing the ANS/MSG file to move stuff around and look at the result, repeat that until the layout looks the way it is supposed to look.
Currently i am using Moebius for Linux to edit the ANS files. There is IcyDraw, wich can handle MSG files directly (i guess), but it always is no WYSIWYG editing as soon as you want to use @Codes, but guessing, measuring, textediting afterwards.
Is there a better way? A way to edit Ansi's WYSIWYG with @Codes included?
Example: head.msg/head.ans IcyDraw/Moebius https://imgur.com/a/T9anJRs
Currently i am using Moebius for Linux to edit the ANS files. There is
IcyDraw, wich can handle MSG files directly (i guess), but it always is no
WYSIWYG editing as soon as you want to use @Codes, but guessing, measuring,
textediting afterwards.
Example: head.msg/head.ans IcyDraw/Moebius https://imgur.com/a/T9anJRs
One thing that helps is insuring that the raw @-code uses the same number of characters as the fixed/maximum length of the displayed string using fill characters (e.g. #'s) see https://wiki.synchro.net/custom:atcodes#formatting for an exmaple.
This works so long as the width of the string is less than or equal to the total length of the raw @-code. If you find an @-code where you'd prefer a shorter alternative alias, let me know and I'll see what I can do for ya.
is IcyDraw, wich can handle MSG files directly (i guess), but it
always is no WYSIWYG editing as soon as you want to use @Codes,
but guessing, measuring, textediting afterwards.
Is there a better way? A way to edit Ansi's WYSIWYG with @Codes
included?
Re: How do you edit msg files
By: Digital Man to Mindsurfer on Tue Oct 21 2025 15:06:24
Currently i am using Moebius for Linux to edit the ANS files. There is
IcyDraw, wich can handle MSG files directly (i guess), but it always is no
WYSIWYG editing as soon as you want to use @Codes, but guessing, measuring,
textediting afterwards.
Example: head.msg/head.ans IcyDraw/Moebius https://imgur.com/a/T9anJRs
One thing that helps is insuring that the raw @-code uses the same number of characters as the fixed/maximum length of the displayed string using fill characters (e.g. #'s) see https://wiki.synchro.net/custom:atcodes#formatting for an exmaple.
Ok. i am using something like that already, for shortening the Time (AT)TIME-L5(AT) for example. I was reading about the formatting features and will use em. the @CODE|R#######@ could also come in handy for longer strings.
This works so long as the width of the string is less than or equal to the total length of the raw @-code. If you find an @-code where you'd prefer a shorter alternative alias, let me know and I'll see what I can do for ya.
Thanks for the alternative short-code offer!
I guess editing the ansi WYSIWYG when using @codes can work in some cases but is limited.
The only thing that comes to my mind as a workaround, is to use placeholders with the correct length and a script to replace the placeholders with the @codes in the ANS file afterwards. for example ~~~1 ~~~~~~~~2 ~3 as placeholders, to be replaced with the @code-l4@ (~~~1) etc.
Re: How do you edit msg files
is IcyDraw, wich can handle MSG files directly (i guess), but it always is
no WYSIWYG editing as soon as you want to use @Codes, but guessing,
measuring, textediting afterwards.
Is there a better way? A way to edit Ansi's WYSIWYG with @Codes included?
you can use an ansi editor with ansimation mode and type in your @ codes after you're done and then save it.
you could save your @ codes with their ansi positioning in a text file and cat it to the bottom of your completed .asc .msg or .ans file that's easy too. that's what i do but not everyone can be cool like me.
So what I was suggesting was that the @-code itself can be the "placeholder" (so long as the @-code is the same length as the expanded string). --