====== character Plugin ====== ---- plugin ---- description: Stylized character encodings with additional tooltip for more info. author : Vincent Tscherter email : vincent@tscherter.net type : syntax plugin lastupdate : 2023-10-03 compatible : depends : conflicts : similar : number tags : formatting downloadurl: https://github.com/tscherter/dokuwiki-plugin-character/zipball/master bugtracker : https://github.com/tscherter/dokuwiki-plugin-character/issues sourcerepo : https://github.com/tscherter/dokuwiki-plugin-character donationurl: screenshot_img : https://github.com/tscherter/dokuwiki-plugin-character/blob/main/image.png?raw=true ---- ===== Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Syntax ===== Basic syntax: {{c>U+00C4}} will provide you with a nicely formatted code point literal and an additional tooltip. Supported formats: * ''{{c>Ä}}'' character literal * ''{{c>U+00C4}}'' unicode code point * ''{{c>\xC4}}'' hexadecimal escape sequence * ''{{c>\u{C4}}}'' unicode code point escape * ''{%%{c>Ä}%%}'' decimal HTML entity * ''{%%{c>&#c4;}%%}'' hexadecimal HTML entity * ''{{c>%C3%84}}'' URL encoding You may also use escape sequences like ''{{c>\n}}'' and ''{{c>\\}}'' === Changelog === {{rss>https://github.com/tscherter/dokuwiki-plugin-character/commits/main.atom 10 date}}