The counters are generated inside pseudo classes, so they can't be 
selected. I saw a hint that suggested you could use chrome preview to make 
the text selectable, but it loses all line formatting.

I'm not familiar with how your regex tools work. Do they re-iterate until 
there are no more changes to be made?

If so, then I'm thinking that rules like this at the very end:

/(.*?)#startmarker#/$1 0001#endmarker#/
/(.*?)#startmarker#/$1 0002#endmarker#/
.... etc.

Might brute force what you want. 

(I haven't checked my syntax closely, obviously. Notice that the searches 
aren't global)

-- Mark

On Monday, February 19, 2018 at 6:26:31 AM UTC-8, @TiddlyTweeter wrote:
>
> I just hit a weird issue (to me). I assume its something to do with the 
> DOM-inique thing? 
>
> I generate Tiddlers that include CSS generated counters like this ...
>
>
> BUT when I try to copy-highlight it I get this ...
>
>
> The copy-highlighter skips the CSS generated number content. And when I 
> paste it the numbers are missing.
>
> I looked at the generated HTML and there also the CSS generated numbers 
> are missing. B*mmer.
>
> I guess its not a TW issue so much as a broader issue with DOM-inique? 
>
> BUT its a PITA because I'd dearly like to use CSS to generate lots of 
> indices to help construct tiddler structures like the above.
>
> *MY QUESTION for the truly savvy*:
>
> * Is there ANY way I can get to copy the final surface render that 
> includes the CSS generated numbers?*In hope
> Josiah
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6473815a-8c70-49f5-8856-e3c7063b7a11%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to