<div style="max-width: 670px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</div> <button class="button-square shadow-perm">[[Quotes – Verses|Verses]]</button> <button class="button-square">[[Quotes – Reports|Reports]]</button> <button class="button-square">[[Quotes – Excerpts|Excerpts]]</button> <button class="button-square">[[Quotes – Statements|Statements]]</button> %% DATAVIEW_PUBLISHER: start ```dataview TABLE WITHOUT ID file.link AS Title, join(default(source, "")) AS Source, join(default(section, "")) AS Section, join(filter([book, chapter], (x) => x)) AS "Book/Chapter", join(default(subjects, "")) AS Subjects, join(default(themes, "")) AS Themes WHERE contains(publish, true) AND contains(class, "Quote") AND contains(category, "Verse") SORT file.name ASC ``` %% | Title | Source | Section | Book/Chapter | Subjects | Themes | | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | -------------------------------------------------- | ---------------------------- | -------- | ------ | | [[Pages/Quotes/Numbers 3.5-10, God commands Moses to appoint Aaron and his sons to minister as priests.md\|Numbers 3.5-10, God commands Moses to appoint Aaron and his sons to minister as priests]] | [[Bible\|Bible]], [[Tanakh\|Tanakh]] | [[Old Testament\|Old Testament]], [[Torah\|Torah]] | [[Numbers\|Numbers]] | | | | [[Pages/Quotes/Quran 42.24, The Verse of Embodied Affection.md\|Quran 42.24, The Verse of Embodied Affection]] | [[Quran\|Quran]] | | [[Surah al-Shura\|al-Shura]] | | | %% DATAVIEW_PUBLISHER: end %% %% #Dataview %%