Skip to content

Releases: stevencohn/OneMore

Minor fix to search and replace

30 Mar 19:51
Compare
Choose a tag to compare

The sliding offset was calculated incorrectly, so only the first and second replacements in a paragraph were found correctly; all subsequent instances were replaced incorrectly by 1, 2, 3, ... indexes. So this fixes that by calculating the offset correctly.

Also incremented version

Improve search and replace and add font styles

30 Mar 16:11
Compare
Choose a tag to compare
  • Refactored and improve search and replace algorithm
  • Added strikeout, superscript, and subscript font styles
  • Improved TOC to indent for quick styles and filter out OEChildren
  • Improved alter size to affect selected region or full page
  • Improved trim to include non-breaking whitespace characters
  • Fixed insert line to correctly adjust page width
  • Resolved all compiler warnings

Minor bug fixes to TOC and casing

23 Mar 22:13
Compare
Choose a tag to compare

Refactor styling framework

22 Mar 18:39
b720648
Compare
Choose a tag to compare

Complete rewrite of the styling framework to clean up and enhance functionality.

Add Paste Rich Text command

14 Mar 15:46
Compare
Choose a tag to compare

Added a Paste Rich Text command to the main menu, allowing pasting of colorized text from Visual Studio and other applications that don't natively copy to HTML.

Add Favorites menu

07 Mar 22:29
Compare
Choose a tag to compare
  • Ability to add a page to the Favorites menu
  • Click a favorite to navigate to that page
  • Remove a page from the Favorites menu
  • Pages are sorted alphabetically in the Favorites menu

Pin Notes and Quick Notes

05 Mar 15:16
Compare
Choose a tag to compare
  • Add option to pin Notes to top and Quick Notes to bottom when sorting sections, rather than being sorted along with other sections in notebook
  • Fix parsing of HTML when containing invalid XML, e.g. lang=en-US --> lang="en-US"

Add Sort Command

05 Mar 01:42
Compare
Choose a tag to compare

Add Sort command to sort pages in current section, sections in current notebook, or all notebooks.

Trim Trailing Whitespace command

11 Dec 13:25
Compare
Choose a tag to compare

Adds the ability to trim trailing whitespace from selected lines of text

Fix to Insert Line command

30 May 21:44
Compare
Choose a tag to compare
  • Fix to InsertLineCommand, previously did not let you insert subsequent lines after a first line is added
  • Update Nuget dependencies