I’m wondering if there’s any way to export field names of a specific note type to a text file. It’s especially helpful when preparing text file for importing with a lot of fields.
Thanks.
I’m wondering if there’s any way to export field names of a specific note type to a text file. It’s especially helpful when preparing text file for importing with a lot of fields.
Thanks.
With a card selected in the browser, the following in the debug console:
pp([f["name"] for f in bcard().note().note_type()["flds"]])