<div>No - although a front-end would include the UI option to “Copy Special”,</div><div>IMHO, the right place for the special filter would be the back-end engine.</div><div><br></div><div>It’s the back-end that “knows” which object is a verse tag,&nbsp;</div><div>as opposed to verse text that just happens to contain some digits.</div><div>Eg. The integer 144,000 in Revelation 7:4 for some translations.</div><div><br></div><div>No front-end developer is obliged to make use of the suggested filter.</div><div>But it gives them a design choice that can be exploited to advantage in the described usage case.</div><div><br></div><div>In Xiphos, for example, the dialogue would simply require an extra tick box with (say) a mouseover tooltip.</div><div><br></div><div>&nbsp;Best regards,</div><div><br></div><div>David</div><div><br></div><div id="protonmail_mobile_signature_block">Sent from ProtonMail Mobile</div> <div><br></div><div><br></div>On Sun, May 5, 2019 at 21:08, refdoc@gmx.net &lt;<a href="mailto:refdoc@gmx.net" class="">refdoc@gmx.net</a>&gt; wrote:<blockquote class="protonmail_quote" type="cite">  I think the main problem is that there is a whole huge worlds out there of weird and wonderful restrictions. Some blogging platforms accept wiki mark up, others  markdown yet others restricted html, etc. <br><br>I do not think the engine is the place other than for well defined standardised output formats, as much of the rest ephemeral. But front-ends maybe can do more?<br><br>Sent from my mobile. Please forgive shortness, typos and weird autocorrects.<div class="quote" style="line-height: 1.5"><br><br>-------- Original Message --------<br>Subject: Re: [sword-devel] Sword front-ends, the clipboard and social media<br>From: David Haslam <br>To: SWORD Developers' Collaboration Forum <br>CC: <br><br><br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">   <div>Jack,</div><div><br></div><div>I think you’ve missed the main point too.</div><div><br></div><div>Facebook edit boxes for posts, comments and replies sees everything pasted as plain vanilla text.</div><div>Text styles are simply squished.</div><div><br></div><div>However, being a global platform, it supports the whole Unicode character set.</div><div><br></div><div>David</div><div><br></div><div id="protonmail_mobile_signature_block">Sent from ProtonMail Mobile</div> <div><br></div><div><br></div>On Sun, May 5, 2019 at 20:14, Jaak Ristioja &lt;<a href="mailto:jaak@ristioja.ee" class="">jaak@ristioja.ee</a>&gt; wrote:<blockquote class="protonmail_quote" type="cite">  I'd suggest using CSS with custom element attributes instead, for example:<br><br>&lt;html&gt;&lt;head&gt;<br>&lt;title&gt;Hallelujah! :)&lt;/title&gt;<br>&lt;style&gt;<br>span::before {<br>   content: attr(verse-id);<br>   vertical-align: super;<br>   font-size: 50%;<br>   margin: 0 0.4em 0 0;<br>}<br>&lt;/style&gt;<br>&lt;/head&gt;<br>&lt;body&gt;<br>&lt;span verse-id='12'&gt;Christ&lt;/span&gt;<br>&lt;span verse-id='13'&gt;is&lt;/span&gt;<br>&lt;span verse-id='14'&gt;risen!&lt;/span&gt;<br>&lt;/body&gt;<br>&lt;/html&gt;<br><br>Online example: https://jsfiddle.net/23z5n9dc/<br><br><br>Best regards,<br>J<br><br><br>On 05.05.19 18:58, David Haslam wrote:<br>&gt; When pasting a Bible passage from the clipboard to Social media, text styles are usually squished.<br>&gt;<br>&gt; This often means that superscripted verse tags just become ordinary numbers.<br>&gt; Some front-ends even leave no space between the verse tag and the start of verse text.<br>&gt; The result in social media is a tad ugly.<br>&gt;<br>&gt; Surely we could do better?<br>&gt;<br>&gt; One bright idea implemented externally by one of our members is simple enough for us to consider adding as a new filter in the SWORD API.<br>&gt;<br>&gt; Convert verse number digits to Unicode superscript digits, ⁰¹²³⁴⁵⁶⁷⁸⁹<br>&gt;<br>&gt; NB. These special 10 characters are not in a continuous block.<br>&gt;<br>&gt; How front-ends might include the filter such that copying a passage to the clipboard would automatically make use of these special characters is yet to be determined, but if the idea is not yet discussed, we’ll not make any progress.<br>&gt;<br>&gt; Aside: I made my own TextPipe filter to convert digits to these special characters.<br>&gt; I included a restriction to avoid converting chapter numbers.<br>&gt; I did not yet consider what to do about digits that are part of verse text (such as 144,000).<br>&gt;<br>&gt; Even so, how do software developers feel about the concept ?<br>&gt;<br>&gt; Best regards,<br>&gt;<br>&gt; David<br>&gt;<br>&gt; Sent from ProtonMail Mobile<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; sword-devel mailing list: sword-devel@crosswire.org<br>&gt; http://www.crosswire.org/mailman/listinfo/sword-devel<br>&gt; Instructions to unsubscribe/change your settings at above page<br>&gt;<br><br><br>_______________________________________________<br>sword-devel mailing list: sword-devel@crosswire.org<br>http://www.crosswire.org/mailman/listinfo/sword-devel<br>Instructions to unsubscribe/change your settings at above page</blockquote><div><br></div><div><br></div></blockquote></div></blockquote><div><br></div><div><br></div>