_obsidian-digital-garden issue with bases
Issues
Reported to https://github.com/oleeskild/obsidian-digital-garden/issues/766
- Sorting by "date" doesn't seem to work
- "Tags" are simple text, not clickable links
- Hidden notes still appear in the exported Base
Example
Base query:
filters:
and:
- file.folder != "Templates"
views:
- type: table
name: Table
order:
- file.name
- date
- file.tags
sort:
- property: date
direction: DESC
limit: 5
This renders correctly in Obsidian, but not in the exported HTML.
Obsidian:

HTML:
| Name | Date | Tags |
|---|---|---|
| Curriculum Vitae (short) | note | |
| Curriculum Vitae | note | |
| Lorenzo Bolla | note, gardenEntry | |
| _obsidian-digital-garden issue with bases | note | |
| Crystal Mentality | note, AI, reading |