Dataview

Normal Dataview

This is the dataview code block:

```dataview
TABLE file.mtime as Modified, file.aliases as Aliases from "/"
```

Which was rendered into this:

File21ModifiedAliases
Using the API4:53 AM - February 22, 2024
    0. Initiate an Export4:44 AM - February 23, 2024
      3. Commands5:51 AM - February 23, 2024
        4. Export Modal5:52 AM - February 23, 2024
          5. Export Modes5:51 AM - February 23, 2024
            6. File Picker8:26 AM - February 23, 2024
              7. Settings7:50 AM - February 23, 2024
                8. Export Process4:42 AM - February 23, 2024
                  2. Context Menus4:38 AM - February 23, 2024
                    Wow!5:10 PM - February 23, 2024
                      1. Ribbon Icon5:51 AM - February 23, 2024
                        Document Outline4:28 AM - February 23, 2024
                        • Outline
                        • Table of Contents
                        • TOC
                        File Navigation4:28 AM - February 23, 2024
                        • File Tree
                        Dataview8:11 PM - February 23, 2024
                          Graph View4:28 AM - February 23, 2024
                            Search Bar4:28 AM - February 23, 2024
                              Sidebars4:28 AM - February 23, 2024
                                Snippets4:28 AM - February 23, 2024
                                  Tasks 28:10 PM - February 23, 2024
                                    Tasks8:10 PM - February 23, 2024
                                      index9:08 PM - February 22, 2024

                                        DataviewJS

                                        Here are all the incomplete tasks using javascript

                                        ```dataviewjs
                                        dv.taskList(dv.pages('-"templates"').file.tasks .where(t => !t.completed))
                                        ```
                                        

                                        Tasks 21

                                        • This is a task from a second file

                                        Tasks2

                                        • This is an incomplete task
                                        • This is another incomplete task

                                        Dataview Calendar

                                        You can also use calendar queries, although they probably won't be very useful as they will not update dynamically and they are not interactive.

                                        ```dataview
                                        CALENDAR file.mtime
                                        ```
                                        
                                        SunMonTueWedThuFriSat
                                        25
                                        26
                                        27
                                        28
                                        29
                                        1
                                        2
                                        3
                                        4
                                        5
                                        6
                                        7
                                        8
                                        9
                                        10
                                        11
                                        12
                                        13
                                        14
                                        15
                                        16
                                        17
                                        18
                                        19
                                        20
                                        21
                                        22
                                        23
                                        24
                                        25
                                        26
                                        27
                                        28
                                        29
                                        30
                                        31
                                        1
                                        2
                                        3
                                        4
                                        5
                                        6