What's Changed
Two big features were added in this release!
- The Create Journal command creates pages for each day in a specified month, automating a simple layout to begin a diary.
- The Import Contact from Outlook command imports contacts, generating an index page along with individual form-based management pages from which you can edit and save details and notes for each contact. Please note, I've tested this as well as I can by myself with my limited Outlook accounts - I do not have a team or the ability to test every configuration.
Convert Markdown now recognizes GitHub-style task lists and converts them to indented paragraphs with To Do tags. The simple "[x] text" lines are no longer converted and will remain as simple text. While this may seem to be a breaking change to some, these two behaviors are consistent with common markdown interpreters.
Also, the ribbon menu layout was adjusted, moving and grouping commands a bit more logically.
As always, see the user guidance for more information: onemoreaddin.com.
Changelog
- Added the Import Contacts from Outlook command with bidirectional editing with Outlook, #1418
- Added the Create Journal (diary) command to create dated pages for a given month, #1409
- Added the Apply Conditional Formatting command to apply styles based on a regular expression, #847
- Added an option to the Sort command to use natural sorting instead of alphabetical sorting, #2311
- Added an option to the Reminder Summary Report to group reminders by notebook, #1854
- Added an option to extend the available colors in the Rotating Highlighter, #1086
- Added an option to include on-page headings when generated a table of pages per section, #1050
- Added the Arduino and VHDL language definitions to the Colorizer menu, #2367
- Updated the Convert Markdown command to convert GitHub style tasks lists to Todo paragraphs, #2307
- Updated the Embed by tags command to scan all outlines on a page, #2338
- Update the Import File command to allow importing `.txt` files, #2368
- Updated the Import Tasks from Outlook command to include categories per task, #1029
- Updated the Apply Styles command to recognize headings by font and size when quick style is unspecified, #2312
- Update the Import from Web command and Replace URLs to convert SVG images, #1328
- Updated the Word Count command to treat contractions and hyphenated words as single words, #2369
- Fixed an issue where the CLI `PutPage` command would fail due to invalid schema, #2322
- Fixed an issue where the installer would fail when run offline, #2319
- Fixed an issue where the generated notebook table of sections did not indent section groups properly, #2331
- Fixed an issue to clarify content on the Embed guidance page on onemoreaddin.com, #2335
- Fixed telemetry ERR-089 where the CLI Export command may fail due to an invalid output path, #2316
- Fixed telemetry ERR-098 where Emoji may fail due to missing assemblies, #2356
- Fixed telemetry ERR-061 where Diagram may fail due to remote timeout, #2359
- Fixed telemetry ERR-058 where Style Dialog may fail due to missing resource, #2361
- Fixed telemetry ERR-072 where Two-Way Links may fail due to missing null check, #2363
- Fixed telemetry ERR-090 where Merge may fail due to invalid outline position, #2365