Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: How to get raw node content (whitespace and nodelet hack)

by LanX (Saint)
on Sep 16, 2017 at 15:06 UTC ( [id://1199517]=note: print w/replies, xml ) Need Help??


in reply to Re: How to get raw node content
in thread How to get raw node content

Actually your approach is better to see whitespaces and linebreaks directly inside the browser, since the XML view in FF doesn't show it.

FWIW here a nodelet hack which opens a JS.alert() with the HTML of the post you are trying to reply to.

<script><!-- function show_quote() { alert(document.querySelector("div.preview").innerHTML.match(/^[^]*?(?= +<hr> <div class="editnodetext">)/)[0]); } --></script> <a href='javascript:show_quote()'> show_quote</a>

(you need to be in a "comment on" node to make it work)

it was part of my plans to extend my wiki-syntax with comfortable quoting of a users post...

... of course milking the XML-displaytype would be more reasonable here.

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1199517]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-18 12:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found