Skip to content

Releases: stevencohn/OneMore

Merge pages command

14 Jul 13:57
Compare
Choose a tag to compare
  • Added Merge pages command. From the list of pages in the current section, select the current page and one or more additional pages; this command copies and appends the contents of the additional pages into the current page - copying and preserving their local formatting - and then deletes those pages from the section.
  • Minor updates to dark theme handling to more accurately determine if dark mode is active

Expand/Collapse command and Replace URLs with Text command

18 Apr 12:59
Compare
Choose a tag to compare
  • Add command to insert Expand/Collapse Block
  • Add command to Replace URLs with Titles
  • Reworked style gallery drop down to look more like O365
  • Fix to Apply Styles to touch bulleted and numbered lists too

Minor style updates

14 Apr 17:41
Compare
Choose a tag to compare
  • Apply styles to bulleted and numbered lists
  • Simplify text for style menu items
  • Improve apply styles

Page Colors!

13 Apr 17:10
Compare
Choose a tag to compare
  • Added Change Page Color command
  • Load and save style themes from the style dialog
  • Updated all command to be aware of the page color

New content snippets menu and Apply Custom Styles command

11 Apr 04:20
Compare
Choose a tag to compare
  • New readme page layout
  • New custom style theme files
  • Add Apply Custom Styles to Page command
  • Add Confluence-like code block snippet
  • Add Confluence-like info/warning block snippets
  • Add Confluence-like status labels
  • Fix when applying a style in which Apply Colors is unchecked
  • Fix Paste RTF keybinding, now works correctly
  • Fix to swap key binding for increase/decrease font size
  • Fix style editor dialog to bind to field changes correctly

Fix GC collection of callback

07 Apr 18:58
Compare
Choose a tag to compare

The .NET GC is a little too aggressive and was removing the windows hook callback. Holding onto it using a GCHandle

Fix global key management

07 Apr 16:43
Compare
Choose a tag to compare

Now uses a Windows event hook in conjunction with global hot keys to monitor when OneNote is active, registering and unregistering hotkeys as the user switches between OneNote and other applications.

Temporary hotkey reversal

06 Apr 01:56
Compare
Choose a tag to compare

Temporarily disabling most hotkeys until I work out a better approach

Add hotkey bindings for common commands

05 Apr 15:52
Compare
Choose a tag to compare
  • Added hotkey bindings for common commands
  • See top level readme for key bindings

Add Footnote Add/Remove Commands

03 Apr 18:11
Compare
Choose a tag to compare
  • Renamed solution and project from OneNoteAddin to OneNote
  • Added Footnote Add/Remove commands
  • Fix ns in SearchAndReplaceEditor
  • Fix focus for dialogs
  • Fix Trim to handle multiple outlines
  • FIx Search and Replace to handle multiple outlines
  • Fix PageHelper to find selected outline
  • Clean up compiler warnings