diff options
author | Thanos Apollo <[email protected]> | 2024-01-04 08:13:04 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-04 08:13:04 +0200 |
commit | 06a83e2515778f10a75dd2a61691194f447244ae (patch) | |
tree | 160c024320ddd9048538f95b1d7694c62a2bf055 /doc/gnosis.org | |
parent | 194f32fe89f0277670b1b298d3cbf0d0844ec5c4 (diff) |
Add gnosis-export-deck
"Export notes for deck in FILENAME."
FILENAME: The name of the file to save the exported deck.
This function prompts the user to provide a deck name and allows the
user to specify a filename for exporting notes belonging to that deck.
It then retrieves all the notes associated with the deck and exports
them.
The exported notes are formatted as an Emacs Lisp code block that can
be evaluated to recreate the deck with its associated notes. The
resulting code is saved to a file with the provided FILENAME and a
'.el' extension is added automatically.
Each note is exported using the `gnosis-export-note` function. The
generated code includes a call to `gnosis-define-deck` with the deck
name and all notes formatted as nested lists
Diffstat (limited to 'doc/gnosis.org')
0 files changed, 0 insertions, 0 deletions