GitMurf / csv-to-roam-table-md

Prepare/convert your CSV tables to be ready to import into your Roam Research database.
MIT License
8 stars 1 forks source link

Add "page type" attribute #7

Closed GitMurf closed 4 years ago

GitMurf commented 4 years ago
  • On each page you create an attribute for each column 2-n for example Column2Header:: Column2Value

yes, perfect. consider one additional attribute at root level which is the "type" for the whole page. example:

[[Marvin the Martian]]

    page type:: [[contact card]]
    column 2-n heading:: [[column 2-n value]]
    etc.

Originally posted by @phhq in https://github.com/GitMurf/csv-to-roam-table-md/issues/1#issuecomment-619411390