-
Notifications
You must be signed in to change notification settings - Fork 142
Config
Pseudonium edited this page Apr 27, 2024
·
7 revisions
Section for setting default parameters of the script:
- Tag - the default tag added to every card produced by this script
- Deck - the default deck every card produced by this script goes into. Overridden by TARGET DECK (see syntax)
- CurlyCloze - explained in Cloze-formatting
- GUI - allows you to enable/disable the GUI of the script. See Command line usage
- ID Comments - Toggle whether or not card IDs are wrapped in a HTML comment. Wrapping IDs in a HTML comment makes them invisible on 'preview' mode, which can make notes look cleaner.
- Add file link: Whether you want to append a link to the associated obsidian file.
- Anki Path and Anki Profile - If you supply both the absolute path to the Anki executable, and your profile on Anki, the script will attempt to open Anki when run if it's not already running. Useful for automation - see Technical
Note that 'Add file link' currently only adds to the first field of the card in the script, whereas in the plugin you can configure which field to add the link to.
Note that START, END, TARGET DECK, FILE TAGS and DELETE all require an exact match on the line - you cannot have spaces afterwards.
- Begin Note - The string that signals the start of a note. Defaults to START.
- End Note - The string that signals the end of a note. Defaults to END.
- Begin Inline Note - The string that signals the start of an inline note. Defaults to STARTI (Start-Inline).
- End Inline Note - The string that signals the end of an inline note. Defaults to ENDI (End-Inline).
- Target Deck Line - The string that signals "the line beneath me is the name of the target deck". Defaults to TARGET DECK. Can also use as TARGET DECK: {Deck Name} - see Deck-formatting
- File Tags Line - The string that signals "the line beneath me is the set of tags that should be added to all notes from this file". Defaults to FILE TAGS. Can also use as FILE TAGS: {Tag List} - see Tag-formatting
- Delete Note Line - The string that signals "the line beneath me is an id string for a note that should be deleted." Defaults to DELETE.
See Regex for an explanation of this.
See Folder settings for more info.