<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">[[Glossary – Works|Works]]</button> <button class="button-square">[[Glossary – Persons|Persons]]</button> <button class="button-square">[[Glossary – Terms|Terms]]</button> <button class="button-square">[[Glossary – Events|Events]]</button> <button class="button-square">[[Glossary – Places|Places]]</button> <button class="button-square">[[Glossary – Ideology|Ideologies]]</button> <button class="button-square">[[Glossary – Entities|Entities]]</button> <button class="button-square">[[Glossary – Titles|Titles]]</button> <button class="button-square">[[Glossary – Objects|Objects]]</button>
%% DATAVIEW_PUBLISHER: start
```dataview
TABLE WITHOUT
ID file.link AS Title,
join(default(type, "")) AS Type,
join(default(genre, "")) AS Genre,
join(default(tier, "")) AS Tier,
join(filter([religion, sect, creed, method, law], (x) => x)) AS "Ideology",
join(default(author, "")) AS Author,
join(default(century, "")) AS Century,
join(default(subjects, "")) AS Subjects,
join(default(themes, "")) AS Themes
WHERE contains(publish, true)
AND contains(class, "Glossary")
AND contains(category, "Saying")
SORT file.name ASC
```
%%
| Title | Type | Genre | Tier | Ideology | Author | Century | Subjects | Themes |
| -------------------------------------------------------------------------------------------------------- | ------ | ----- | ---- | -------- | ------ | ------- | -------- | ------ |
| [[Pages/Collections/Hadith of the Masters of Paradise.md\|Hadith of the Masters of Paradise]] | Hadith | | | | | | | |
| [[Pages/Glossary/Ibn Umar’s refusal to pledge to Imam Ali.md\|Ibn Umar’s refusal to pledge to Imam Ali]] | Report | | | | | | | |
%% DATAVIEW_PUBLISHER: end %%
%% #Dataview %%