question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature Request: Imitate frozen field addon

See original GitHub issue

A 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:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
lervagcommented, Nov 2, 2019

In general, what is your/the proposed workflow to add many cards with apy within a session. Is there a faster way than: …

Yes! Probably not documented well enough, though. So, instead of

apy add
fill in card 1
:wq

apy add
fill in card 2
:wq

apy add
fill in card 3
:wq

You can do:

apy add
fill in card 1, 2, and 3
:wq

apy add really does the same as apy add-from-file, except the file is created (temporarily) and opened directly by apy, then parsed when it is saved and closed. That is, apy add is equiavalent to creating some new_notes.md file and doing apy add-from-file.

What do you think, do you still find 2) to be necessary to improve?

0reactions
lervagcommented, Nov 11, 2019

Great! And of course, feel free to open new issues/feature suggestions 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found