forked from DynamoDS/Dynamo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from DynamoDS/master
update master
- Loading branch information
Showing
121 changed files
with
5,297 additions
and
504 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
250 changes: 250 additions & 0 deletions
250
src/DocumentationBrowserViewExtension/Docs/MarkdownStyling.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,250 @@ | ||
<!-- These headers are required to force the browser embedded in the DocumentationBrowser extension to render in modern IE11 mode. --> | ||
<head> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<style> | ||
/* PrismJS 1.21.0 | ||
https://prismjs.com/download.html#themes=prism-tomorrow&languages=markup+css+clike+javascript+bash+c+csharp+cpp+ini+java+javadoc+javadoclike+javastacktrace+json+json5+jsonp+jsstacktrace+js-templates+markdown+powershell+python+sql+typescript+typoscript+xml-doc */ | ||
/** | ||
* prism.js tomorrow night eighties for JavaScript, CoffeeScript, CSS and HTML | ||
* Based on https://github.com/chriskempson/tomorrow-theme | ||
* @author Rose Pritchard | ||
*/ | ||
code[class*=language-], pre[class*=language-] { | ||
color: #ccc; | ||
background: 0 0; | ||
font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; | ||
font-size: 1em; | ||
text-align: left; | ||
white-space: pre; | ||
word-spacing: normal; | ||
word-break: normal; | ||
word-wrap: normal; | ||
line-height: 1.5; | ||
-moz-tab-size: 4; | ||
-o-tab-size: 4; | ||
tab-size: 4; | ||
-webkit-hyphens: none; | ||
-moz-hyphens: none; | ||
-ms-hyphens: none; | ||
hyphens: none | ||
} | ||
|
||
pre[class*=language-] { | ||
padding: 1em; | ||
margin: .5em 0; | ||
overflow: auto | ||
} | ||
|
||
:not(pre) > code[class*=language-], pre[class*=language-] { | ||
background: #1e1e1e | ||
} | ||
|
||
:not(pre) > code[class*=language-] { | ||
padding: .1em; | ||
border-radius: .3em; | ||
white-space: normal | ||
} | ||
|
||
.token.block-comment, .token.cdata, .token.comment, .token.doctype, .token.prolog { | ||
color: #999 | ||
} | ||
|
||
.token.punctuation { | ||
color: #ccc | ||
} | ||
|
||
.token.attr-name, .token.deleted, .token.namespace, .token.tag { | ||
color: #e2777a | ||
} | ||
|
||
.token.function-name { | ||
color: #6196cc | ||
} | ||
|
||
.token.boolean, .token.function, .token.number { | ||
color: #f08d49 | ||
} | ||
|
||
.token.class-name, .token.constant, .token.property, .token.symbol { | ||
color: #f8c555 | ||
} | ||
|
||
.token.atrule, .token.builtin, .token.important, .token.keyword, .token.selector { | ||
color: #cc99cd | ||
} | ||
|
||
.token.attr-value, .token.char, .token.regex, .token.string, .token.variable { | ||
color: #7ec699 | ||
} | ||
|
||
.token.entity, .token.operator, .token.url { | ||
color: #67cdcc | ||
} | ||
|
||
.token.bold, .token.important { | ||
font-weight: 700 | ||
} | ||
|
||
.token.italic { | ||
font-style: italic | ||
} | ||
|
||
.token.entity { | ||
cursor: help | ||
} | ||
|
||
.token.inserted { | ||
color: green | ||
} | ||
</style> | ||
<style> | ||
h1{ | ||
margin-top:0; | ||
} | ||
|
||
body { | ||
color: #fff; | ||
font-size: 14px; | ||
font-family: "Artifakt Element"; | ||
src: url(fonts/ArtifaktElement-Regular.woff) format("woff"); | ||
padding: 1%; | ||
background-color: #353535; | ||
font-family: 'Artifakt Element','Open Sans' | ||
} | ||
|
||
a { | ||
color: #d3d3d3; | ||
cursor: pointer; | ||
background-color: transparent | ||
} | ||
|
||
table { | ||
border-collapse: collapse; | ||
border: 1px solid #fff | ||
} | ||
|
||
td, th { | ||
border: 1px solid #fff; | ||
padding-right: 10px; | ||
padding-left: 10px; | ||
padding-bottom: 10px; | ||
padding-top: 10px | ||
} | ||
|
||
samp { | ||
margin-top: 10px; | ||
display: block; | ||
color: #d3d3d3 | ||
} | ||
|
||
thead { | ||
text-align: center | ||
} | ||
|
||
.hidden-lg { | ||
display: none | ||
} | ||
|
||
.table--noborder { | ||
border: none | ||
} | ||
|
||
.table--noborder td, .table--noborder th { | ||
border: none | ||
} | ||
|
||
img { | ||
width: 100%; | ||
height: auto | ||
} | ||
|
||
code, | ||
pre { | ||
color: #ccc; | ||
background: 0 0; | ||
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; | ||
font-size: 1em; | ||
text-align: left; | ||
white-space: pre; | ||
word-spacing: normal; | ||
word-break: normal; | ||
word-wrap: normal; | ||
line-height: 1.5; | ||
-moz-tab-size: 4; | ||
-o-tab-size: 4; | ||
tab-size: 4; | ||
-webkit-hyphens: none; | ||
-moz-hyphens: none; | ||
-ms-hyphens: none; | ||
hyphens: none; | ||
background: #1e1e1e !important; | ||
} | ||
|
||
pre { | ||
padding: 1em; | ||
margin: .5em 0; | ||
overflow: auto | ||
} | ||
|
||
:not(pre) > code { | ||
background: #1e1e1e; | ||
padding: .1em; | ||
border-radius: .3em; | ||
white-space: normal; | ||
} | ||
|
||
@media screen and (max-width:600px) { | ||
table { | ||
width: 100% | ||
} | ||
|
||
table, td, th { | ||
border: none | ||
} | ||
|
||
tr { | ||
border: 1px solid #fff; | ||
display: block | ||
} | ||
|
||
td, th { | ||
display: block | ||
} | ||
|
||
.hidden-lg { | ||
display: block; | ||
font-weight: 700; | ||
text-align: center; | ||
border-bottom: 1px solid #fff | ||
} | ||
|
||
.hidden-sm { | ||
display: none | ||
} | ||
|
||
.spaced-sm { | ||
margin-top: 20px | ||
} | ||
|
||
tbody tr:first-of-type { | ||
border-bottom: none | ||
} | ||
|
||
.button { | ||
background-color: transparent; | ||
border-color: #3c3c3c; | ||
color: #bbb | ||
} | ||
|
||
.button:hover { | ||
border-color: #656565; | ||
background-color: #373737; | ||
opacity: 1 | ||
} | ||
} | ||
</style> | ||
</head> | ||
|
||
|
3 changes: 3 additions & 0 deletions
3
src/DocumentationBrowserViewExtension/Docs/NodeAnnotationNotFound.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## No further documentation provided for this node. | ||
|
||
For more information on how to add extended documentation to your custom nodes, have a look [here](https://github.com/DynamoDS/Dynamo/wiki/Create-and-Add-Custom-Documentation-to-Nodes). |
Oops, something went wrong.