-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (55 loc) · 3.38 KB
/
index.html
File metadata and controls
63 lines (55 loc) · 3.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Comment Editor by AJ - Use Trello as a Notebook</title>
<meta name="description" content="A Trello Power-Up that allows you to edit card comments using an Outliner." />
<meta name="keywords" content="trello,productivity,notebook,notes,comments,editor,outliner,markdown,structure,ideas,notes,add-on,extension,power-up,wysiwyg,focus,full-screen">
<meta name="author" content="Adrien Joly">
<link rel="image_src" href="https://github.com/adrienjoly/comment-editor-for-trello/raw/master/docs/markdown-editing.gif">
<link href="icon-transparent.png" rel="icon" type="image/x-png">
<meta property="og:site_name" content="Comment Editor by AJ">
<meta property="og:url" content="https://github.com/adrienjoly/comment-editor-for-trello/raw/master/docs/markdown-editing.gif">
<meta property="og:type" content="video.other">
<meta property="og:title" content="Comment Editor by AJ - Use Trello as a Notebook">
<meta property="og:image" content="https://github.com/adrienjoly/comment-editor-for-trello/raw/master/docs/markdown-editing.gif">
<meta property="og:description" content="A Trello Power-Up that allows you to edit card comments using an Outliner." />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@adrienjoly">
<meta name="twitter:creator" content="@adrienjoly">
<meta name="twitter:title" content="Comment Editor by AJ - Use Trello as a Notebook">
<meta name="twitter:description" content="A Trello Power-Up that allows you to edit card comments using an Outliner.">
<meta name="twitter:image" content="https://github.com/adrienjoly/comment-editor-for-trello/raw/master/docs/teaser.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="docs/index-markdown-styles.css">
</head>
<body>
<div id="content"></div>
<!-- "fork me on github" ribbon -->
<a href="https://github.com/adrienjoly/comment-editor-for-trello"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a>
<!-- markdown rendering and analytics -->
<script src="docs/index-markdown-stmd.js"></script>
<script src="docs/index-markdown-render.js"></script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<script type="text/javascript">
// google analytics
try {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-1858235-4', 'auto');
} catch(e) {
console.error(e);
}
var MD_URL_PREFIX = 'https://github.com/adrienjoly/comment-editor-for-trello/blob/master/';
// markdown renderer
function displayMarkdownPageFromHash() {
renderMd(window.location.hash.substr(1), MD_URL_PREFIX);
document.body.scrollTop = document.documentElement.scrollTop = 0;
ga('send', 'pageview', {
'page': location.pathname + location.search + location.hash
});
}
displayMarkdownPageFromHash();
window.onhashchange = displayMarkdownPageFromHash;
</script>
</body>
</html>