idan / gistio

A gist-backed pretty display for markdown.
https://gist.io
MIT License
485 stars 41 forks source link

Instapaper/Readability Compatibility #16

Closed ghost closed 3 years ago

ghost commented 12 years ago

Considering the fact that this is for reading writings rather than codes, I think it makes sense to make it compatible with Instapaper and other services similar to it.

Also the element should be the description rather than gist.io#.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/idan"><img src="https://avatars.githubusercontent.com/u/22723?v=4" />idan</a> commented <strong> 12 years ago</strong> </div> <div class="markdown-body"> <p>Added the support classes in bf1d0838c20078b2996920aa93a3c79c1842066a.</p> <p>Not sure what you mean by the bottom part involving the element/description thing. Clarify?</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/ghost"><img src="https://avatars.githubusercontent.com/u/10137?v=4" />ghost</a> commented <strong> 12 years ago</strong> </div> <div class="markdown-body"> <p>title element should contain the description of my gist instead of gist#.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/eriksandfort"><img src="https://avatars.githubusercontent.com/u/1242948?v=4" />eriksandfort</a> commented <strong> 12 years ago</strong> </div> <div class="markdown-body"> <p>I agree. It looks kind of weird with the gist# at the top there.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/idan"><img src="https://avatars.githubusercontent.com/u/22723?v=4" />idan</a> commented <strong> 12 years ago</strong> </div> <div class="markdown-body"> <p>Sigh, doesn't seem to be working for some reason. Investigating.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/Potherca"><img src="https://avatars.githubusercontent.com/u/195757?v=4" />Potherca</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p><kbd>@idan ✔️ Issue can be closed.</kbd></p> <p>Not sure about Instapaper, but the current use of <code><article></code>, <code><header></code> and <code><footer></code>, combined with the Markdown rendering, should be enough for even a mediocre App to understand, let alone a decent one. </p> <p>There is also already a dedicated ticket for the <code><title></code>: <a href="https://github.com/idan/gistio/issues/43">https://github.com/idan/gistio/issues/43</a></p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>