You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Marko A. Rodriguez (JIRA)" <ji...@apache.org> on 2016/09/13 15:00:25 UTC

[jira] [Created] (TINKERPOP-1447) Add some JavaScript intelligence to the documentation so that comments and output are not copied in a copy paste

Marko A. Rodriguez created TINKERPOP-1447:
---------------------------------------------

             Summary: Add some JavaScript intelligence to the documentation so that comments and output are not copied in a copy paste
                 Key: TINKERPOP-1447
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1447
             Project: TinkerPop
          Issue Type: Improvement
          Components: documentation
    Affects Versions: 3.2.2, 3.1.4
            Reporter: Marko A. Rodriguez


[~rjbriody] was saying that it is possible to have it such that when you copy/paste the following:

{code}
gremlin> g.V().out("created") // and example <1>
==>blah
{code}

only {{g.V().out("created")}} is put into the clipboard. I believe he said it was via some JavaScript magic --- beyond me, but it would be cool if we did this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)