PDA

View Full Version : Export to OPML


smitchell
08-01-2022, 02:56 PM
Hi,
Recently I've been using export-to-OPML for some template types that are derived from Text. In this case the Item's form fields are at the top beneath which there is the RTF box for free-form notes.

When selecting Item Attributes to export, "Item Details (RTF)" is unchecked and "Item Text" is checked.

Here is the text I entered in the RTF Box:
It seems that UPPERCASE is removed? Some comments.

In the OPML file, the exported Item Text appears like this:
<Item name='Item Text'>it seems that uppercase is removed? some comments.</Item>

In converting from RTF to plain text, it is necessary to remove italics and bold. But what came as a surprise was that all uppercase characters were down-cased. I doubt that was intended.

Thanks for a great program!
:)

kinook
08-01-2022, 03:11 PM
https://www.kinook.com/Forum/showthread.php?t=5757

smitchell
08-01-2022, 06:09 PM
Thanks for the quick reply!

From your link, I downloaded reg.zip and merged DisableSearchNonAsciiTextNonCaseSensitive.reg and restarted UR. Then I tried:
Exported the same item and the Item Text remained lowercase.
Refreshed the item, exported it, and the Item Text remained lowercase.
Cut the RTF text, saved, and pasted the RTF text, saved, exported it, and the case is now preserved.


So the SearchNonAsciiTextNonCaseSensitive registry flag did the trick.
But is there a way to globally update Item Text from Item Details (RTF), to apply the registry flag change?

kinook
08-01-2022, 10:52 PM
Search for (Advanced search of (Item) is Text), select all of the results, then choose Item | Synchronize.

smitchell
08-02-2022, 12:13 AM
Works perfectly -- Thank you!