Feature Request: Imitate frozen field addon
See original GitHub issueA very useful anki addon for the creation of cards with anki desktop is the frozen field addon. From its description: “Anki supports sticky fields. A sticky field is a field whose value is not deleted when you switch to a different note. This can be very useful if you are making many notes in which a field either has the same value or changes very little.”
It would be awesome if there was a syntax to specify sticky fields for a markdown file from which we create anki cards via apy add-from-file input.md
.
Just like it is possible to specify the note type (model) for several notes in advance:
//input.md
model: Basic
tags: marked
# Note 1
## Front
Question?
## Back
Answer.
# Note 2
tag: silly-tag
## Front
Question?
## Back
Answer
it would be very useful to determine the value of certain fields for all notes in advance.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Frozen Fields - AnkiWeb
A kind request: Writing, supporting, and maintaining Anki add-ons like these takes a lot of time and effort. If Frozen Fields has been...
Read more >Frozen fields in 2.1.43 : r/Anki - Reddit
The frozen fields add on isn't working in this version. Is it coz it's redundant now? Does Anki 2.1.43 have an inbuilt feature...
Read more >Make Anki Cards BETTER with the Frozen Fields Add-On
I am trying to create a complete catalogue of my Anki use on this channel, and today, we're talking about the popular Frozen...
Read more >Frozen Fields for Anki - GitHub
Frozen Fields is an add-on for the spaced-repetition flashcard app Anki. It allows you to conveniently sticky and unsticky a field right from...
Read more >Jellyfin Feature Requests
Album Sort in the metadata of music seems ot be a red headed step child. MediaMonkey doesn't allow editing of the field while...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes! Probably not documented well enough, though. So, instead of
You can do:
apy add
really does the same asapy add-from-file
, except the file is created (temporarily) and opened directly byapy
, then parsed when it is saved and closed. That is,apy add
is equiavalent to creating somenew_notes.md
file and doingapy add-from-file
.What do you think, do you still find 2) to be necessary to improve?
Great! And of course, feel free to open new issues/feature suggestions 😃