<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>
%% DATAVIEW_PUBLISHER: start
```dataview
TABLE WITHOUT ID file.link AS Title,
join(default(genre, "")) AS Genre,
join(filter([religion, sect, creed, method, law], (x) => x)) AS "Ideology",
join(default(themes, "")) AS Theme,
join(default(subjects, "")) AS Subject,
join(default(topics, "")) AS Topic
WHERE contains(publish, true)
AND contains(class, "Note")
SORT file.name ASC
```
%%
| Title | Genre | Ideology | Theme | Subject | Topic |
| --------------------------------------------------------------- | ----- | -------- | ----- | ------- | ----- |
| [[Pages/Notes/This is a test note 2.md\|This is a test note 2]] | | | | | |
| [[Pages/Notes/This is a test note 3.md\|This is a test note 3]] | | | | | |
%% DATAVIEW_PUBLISHER: end %%
%% #Dataview %%