## Review
opinionOfThing
What a great start to a book:
> The ideas, concepts, and everything else in this book are my opinions based on what has worked for me and what has kicked me in the ass. The approach may not continue to work for me, and it may not work for you.
## Notes
```base
filters:
and:
- file.hasLink(this)
views:
- type: table
name: Backlinks
order:
- file.name
- tags
- summary
```
---