Default Symbols customization in oXygen 19.1 Web Author

Post here questions and problems related to editing and publishing DITA content.
mu258770
Posts: 157
Joined: Mon Aug 18, 2014 4:11 pm

Default Symbols customization in oXygen 19.1 Web Author

Post by mu258770 »

Hi Team,

I would like to change the default displayed Symbols in oXygen Web Author 19.1. The currently displayed symbols should be replaced with the one which we recommend.

Could you please let me know if there is any way it can be achieved.

Regards,
Shabeer
cristi_talau
Posts: 517
Joined: Thu Sep 04, 2014 4:22 pm

Re: Default Symbols customization in oXygen 19.1 Web Author

Post by cristi_talau »

Hello,

The charpicker looks up the characters in the localStorage of the user's browser [1]. If you write the "recentlyUsedCharacters" key with the value being an array of strings, those chars will be presented by default by the charpicker. To this end you need to inject some JS code in Web Author, you can find more details here [2].

I also registered an internal issue to provide a configuration option for the list of characters. We will notify you when this will be implemented.

Best,
Cristian


[1] https://github.com/oxygenxml/web-author ... gin.js#L91
[2] https://www.oxygenxml.com/doc/versions/ ... ng_js.html
Post Reply