hv77
05/13/2022, 1:35 PMfname
is not part of the data too.
Refer to my config.import.yml
below
yaml
# description: Where to import from
src: '~/Downloads/hv77/hv77.json'
# description: name of vault to import into
vaultName: park
# description: whether to concatenate everything into one note
concatenate: false
# description: frontmatter to add to each note
frontmatter:
roam: true
# description: use the file name as the id
fnameAsId: true
jyeung
05/16/2022, 3:28 AMhv77
05/16/2022, 2:40 PMyaml
[
{
"children": [
{
"string": "hello world",
"uid": "xxx",
"create-time": 1595268706141,
"edit-time": 1595268756503,
":create/user": {
":user/uid": "xxxx"
},
":edit/user": {
":user/uid": "xxxxx"
}
},
{
"string": "taking notes",
"uid": "xxxx",
"create-time": 1595276040138,
"edit-time": 1595318832199,
":create/user": {
":user/uid": "xxxxx"
},
":edit/user": {
":user/uid": "xxxxxx"
}
}
],
"uid": "07-20-2020",
"edit-time": 1595268692327,
"title": "July 20th, 2020",
":edit/user": {
":user/uid": "xxxx"
},
":log/id": xxxx
}
]
jyeung
05/17/2022, 9:33 AMjson
[
{
"fname": "note-one",
"body": "one body"
},
{
"fname": "note-two",
"body": "two body"
}
]
Thanks for the suggestion on having a better import experience for users coming from other tools - it's definitely an important capability for us to have. 👍🏽hv77
05/17/2022, 1:33 PMsvlier
07/30/2022, 10:02 AMRzLnx88
11/30/2022, 7:59 PM