Connecting Mattermost to Blizz Meetings (Corona Edition)

As we all are affected by the infamous COVID-19 outbreak I assume many of you are working from their home offices just as we do. We had the luck (aka foresight) to prepare this early on so we were up and running in less than a day. Nevertheless, once we started, there were a couple of challenges we were facing. I thought I'd share some nuggets here that might be useful to you.

Text Selection and Copy to Clipboard for the Preview

Creating preview files is all well and good. However, when you needed to access the texts within the preview for post processing, you had to resort to a text export, finding the relevant strings and copying them from there. In LL25, we added a powerful way to extract texts from a preview, directly from within the preview window.

Adding JSON to the Available Export Formats

json order list

List & Label has supported a number of text based export formats for quite a while. You can have XML, CSV and layout TXT export in different variants. That way, you can use List & Label as a convenient way to convert your data from one of the supported data sources to something you can use in other applications again. But one very popular format was missing so far that's been around for quite a while: Java Script Object Notation aka JSON.

Full Support for .NET Core 3.0

.NET Standard and .NET Core have been around for a while now. We jumped the bandwagon early and offered beta support since LL23 while officially supporting the new framework since List & Label 24. With the advent of .NET Core 3.0, Microsoft announced that the .NET 4.x releases will be the last of their kind and .NET Core 3.0 – which will later simply be called .NET and will be named ".NET 5" in its next release – is the place to go. We're already there.

Keeping Groups of Table Lines Together

Continuing our quest to make the table object more versatile and powerful in LL25, we added an important tweak to the way table lines are kept together. Before, you just had the choice between keeping all lines together or none. That means, if the output for a single record stretched over a couple of pages and consisted of several line definitions, there was hardly ever a way to get the wrapping "right". 

Adding Signature Support to the Email Module

This has been another great suggestion from our community at Idea Place. While the mail module is quite flexible and can send mails via SMTP, MAPI and XMAPI, and can either use the client's mail dialog or a custom, built in dialog, there was no way to append Outlook standard signatures to the sent mails so far. Microsoft has finally declined the request to add this feature to Outlook's MAPI implementation. So there was room for improvement.