notes
The notes setting lets you customize how Zotero notes are processed for Roam import
Settings
Default behavior
Examples
Changing how Roam blocks are delimited
// Splitting notes into blocks based on paragraph tags
zoteroRoam_settings = {
// dataRequests: {...}, (the usual contents of your settings object)
notes: {
split_char: "</p>"
}
}Using a custom parser function
Last updated