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 Contacts 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. (Note that this may fail if you only have the new WebView2-based Outlook installed without Classic Outlook. The next release will catch this more gracefully.)
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 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
- 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
- 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
- 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 a telemetry-reported issue where the CLI Export command may fail due to an invalid output path, #2316