Curated Resource ( ? )

How to create a Map of Content (MOC) using Dataview in Obsidian

How to create a Map of Content (MOC) using Dataview in Obsidian

my notes ( ? )

How to create a Map of Content (MOC) using dataview, "effectively collating all the notes relating to a particular subject or theme in a singular higher level note."

  • new note template: include
    up:: (add link to MoC here) - needed?
    tags:: other tags
    created:: {{date}}
    alias::

    # {{title}}

    " Obsidian inserts the date and title automatically when you apply the template to a fresh note."
  • This dataview code "will display all articles linked to the "MOC Articles" MoC and with a tag of #article (or any sub tag of #article)"
    ```dataview
    TABLE without ID file.link as "Note Title", file.mday as "Last Modified"
    FROM [[MOC Articles]] AND #article
    SORT file.name asc
    ```

Read the Full Post

The above notes were curated from the full post medium.com/@ricraftis/how-to-create-a-map-of-content-moc-using-dataview-in-obsidian-3d1e082dd786.

Related reading

More Stuff I Like

More Stuff tagged obsidian , dataview , moc , index

Cookies disclaimer

MyHub.ai saves very few cookies onto your device: we need some to monitor site traffic using Google Analytics, while another protects you from a cross-site request forgeries. Nevertheless, you can disable the usage of cookies by changing the settings of your browser. By browsing our website without changing the browser settings, you grant us permission to store that information on your device. More details in our Privacy Policy.