Obsidian/00.01 Admin/dv-views/print_placesearch.js

5 lines
361 B

3 years ago
const {globalFunc} = customJS
let {placetype, dateadded, style, ambiance, area, theme, country, status} = input;
dv.el('t', "<b>🔎 search terms:</b> \n• " + globalFunc.buildToPrint([placetype, dateadded, style, ambiance, area, theme, country, status], ["type of place", "date added", "style", "ambiance", "area", "theme", "country", "status"], "\n• "));