## Notes - [[Need for cognition]] - People engage in [[Self-Actualization|Self-actualization]] based on how much they need cognition - for [[Problem solving]], to have [[Curiosity]] and [[Learning]] ### Related - [[Thinking]] for things related to information ## Queries ### To Develop ```dataview list from #note/🌱 AND !"Hidden" where contains(Links, this.file.link) sort file.mtime desc ``` ### Notes ```dataview list from [[]] AND !outgoing([[]]) AND !#input AND !#thought AND !"Hidden" sort file.mtime desc ``` ### Inputs ```dataview table Tags as Type, Links, Created from [[]] AND #input AND !"Hidden" AND !outgoing([[]]) sort file.mtime desc ``` ### Thoughts ```dataview table Created from [[]] AND #thought AND !"Hidden" AND !outgoing([[]]) sort file.mtime desc ```