diff options
author | Thanos Apollo <[email protected]> | 2024-01-04 08:11:59 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-04 08:11:59 +0200 |
commit | 194f32fe89f0277670b1b298d3cbf0d0844ec5c4 (patch) | |
tree | 7b9fff0b470f7c68ac134019d095ae5a5beff200 /LICENSE | |
parent | 657e44185c4c830652770b142375f429603dbc3b (diff) |
Add dd gnosis-export-note
"Export fields for note with value of id ID."
ID: Identifier of the note to export.
This function retrieves the fields of a note with the given ID and
inserts them into the current buffer. Each field is represented as a
property list entry. The following fields are exported: type, main,
options, answer, tags, extra-notes, image, and second-image.
The exported fields are formatted as key-value pairs with a colon,
e.g., :field value. The fields are inserted sequentially into the
buffer. For certain field values, like lists or nil, special
formatting is applied.
If the value is a list, the elements are formatted as strings and
enclosed in double quotes.
If the value is nil, the field is exported as :field nil.
All other values are treated as strings and exported with double
quotes.
The final exported note is indented using the `indent-region' function
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions