The following shows a single gist with multiple notes
https://gist.github.com/Aetherinox/5143c674e9adea5b256f5f58fe54ffbc
trikeunpured.com |
player.kmpmedia.net | |
# | |
# Fitgirl fakes | |
# | |
fitgirlrepacks.co | |
fitgirl-repacks.cc | |
fitgirl-repack.com | |
fitgirl-repacks.website |
0.105.11.11.23.rst11.r.skype.net. | |
0.109.11.11.23.rst14.r.skype.net. | |
0.109.11.11.23.rst2.r.skype.net. | |
0.110.11.11.23.rst12.r.skype.net. | |
0.420.17.11.23.rst1.r.skype.net. | |
0.420.17.11.23.rst10.r.skype.net. | |
0.420.17.11.23.rst15.r.skype.net. | |
0.420.17.11.23.rst6.r.skype.net. | |
0.420.17.11.23.rst9.r.skype.net. | |
0.595.16.11.23.rst1.r.skype.net. |
const arrPages = obj.pages; | |
html += "\n<details><summary>" + obj.name + "</summary>\n\n"; | |
Promise.all( arrPages.map( async ( pages ) => | |
{ | |
const page_path = pages.path; | |
const page_name = pages.name; | |
const page_label = pages.label; | |
const file_link = dv.fileLink( page_path, false, page_label ); | |
const file = p.file | |
const file_path = file.path; | |
const file_name = file.name; | |
const file_label = file.frontmatter.name || file.frontmatter.title || file.frontmatter.alias || file_name; |
This is an example of Obsidian Gist codeblocks being able to scroll horizontally, and also on the Dark theme. You can customize the scrollbar colors to appear in your own color simply by accessing the plugin settings for Gistr. |