Skip to content

Brant Wedel

My feedback

2 results found

  1. 150 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Brant Wedel supported this idea  · 
    An error occurred while saving the comment
    Brant Wedel commented  · 

    In the meantime, for javascript, you can just use the javascript console.

    Pasting the following into the browser js console will temporarily give you a run button in the sidebar that will eval the code in the inspector console on click:

    var q = window.$; function runCode() { eval(q('.CodeMirror').CodeMirror.getValue()) }; q('a.btn-icon[href="/new"').parentElement.insertAdjacentHTML( 'afterend', '<li><a class="btn-icon hint--left" onclick="runCode(); return false;" rel="nofollow" data-hint="Run JavaScript in console"><i class="fa fa-play"></i></a></li>')

  2. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Brant Wedel commented  · 

    Ha, codeshare.io surely isn't HIPPA/EMR/HL7 compliant, since the text is completely public ... maybe an option for a password or private invite-only codehsare.io before this :-D

Feedback and Knowledge Base