Steven
Steven
So I'm sure I understand, are you talking about a function within a table?
This is a problem with the way IDEA copies rich content as HTML to the clipboard. Indeed, I can demonstrate that by using my [ClipboardRtfToHtml](https://github.com/stevencohn/ClipboardRtfToHtml/releases) converter which first dumps out...
should be fixed in next release. IDEA was representing spaces as " " By replaces that sequence with actual spaces, the Paste as Rich Text seems to work just fine now.
Find/FindNext with regex is possible, select one at a time in sequence. Selecting all instances at the same time is problematic because OneNote doesn't allow you to select more than...
_Search text with similar formatting_ is intended to reformat an entire document easily. Unless I'm missing something, this new _Search and Select_ feature doesn't seem far off from Search and...
I assume this says "2" since you seem to have two copies of each section
Unfortunately, I haven't been able to reproduce this. I've repeated your steps, setting my backup location beneath the default notebook location, ran a new backup from the Options dialog, and...
Can you attach the log file from %temp%\onemore.log? And if you have it, also %temp%\onemoresetup.log Did you install it from a normal privileged user account or from an administrative account?
Note to self * OneMoreSetup.log shows normal install (and expected TrustedProtocol access exception during uninstall) * OneMore..log included ``` 63528:1] Running command AnalyzeCommand 63528:1] Error running command AnalyzeCommand 63528:1] System.OutOfMemoryException...
Note the OutOfMemoryException related to GetThumbnailImage is solved by #607