tags:: #note/daily # Saturday, March 02, 2024 << [[Calendar/2024/2024-03-01|Yesterday]] | [[Calendar/2024/2024-03-03|Tomorrow]] >> ## πŸ“… Daily Questions > Write down any questions you have throughout the day here. ## πŸ“ Notes ### Ephemeral Notes - Godot learning - Started reading through the [best practices](https://docs.godotengine.org/en/stable/tutorials/best_practices/index.html) guide and created [[Godot Best Practices|notes on it]] - Set up neovim (on Mac) and VSCode (on Windows) as my external text editors for Godot ### Notes Created Today > [!note] > This section uses [Obsidian Dataview](https://blacksmithgu.github.io/obsidian-dataview/), so it will only render properly in the Obsidian application itself. If viewing online, you will only see the Dataview query. ```dataview LIST FROM "" WHERE file.cday = date(this.file.name) SORT file.ctime asc ``` ### Notes Updated Today > [!note] > This section uses [Obsidian Dataview](https://blacksmithgu.github.io/obsidian-dataview/), so it will only render properly in the Obsidian application itself. If viewing online, you will only see the Dataview query. ```dataview LIST FROM "" WHERE file.mday = date(this.file.name) SORT file.mtime asc ```