# Victor Hugo
![[Pasted image 20250128120851.png]]
## Related Concepts
```dataview
LIST FROM [[Victor Hugo]] and "References/Concepts" and -"Plans" and -"resources"
```
dataview
LIST WITHOUT ID item.text
FROM [[]]
FLATTEN file.lists as item
WHERE contains(text, "[[Victor Hugo]]")
SORT date DESC
## Bibliography/References
```dataview
LIST WITHOUT ID "_" + "[" + Title + "]" + "(" + file.name + ")" + "_" + " (" + year + ")"
FROM [[Victor Hugo]] and "References/Readings" and -"Plans" and -"resources"
SORT year
```