I want Anking v12 to sync with new changes but also keep my personal notes

Hi all,

I just downloaded Anking v12. I want the version to be synced and updated daily but also want to keep personal notes in the extra section. I know that I can checkmark on extra to keep my notes but that will hinder the updates. Is there a way not to get my notes deleted with auto updates but also get the auto updates?

Your personal notes should be in the lectures notes or missed questions

anking questions → AnkiHub Community

1 Like

Sorry if I used the wrong forum to ask questions.

While I have you here, how do I make my lecture notes pop up when I press the spacebar? I wanted to use the Extra section because it automatically shows up when I press the spacebar.

<script>
// ##############  HINT REVEAL SHORTCUTS  ##############
// All shortcuts will also open with "H" if using the Hint Hotkeys add-on 
var ButtonShortcuts = {
    "Lecture Notes" : "Alt + 1",
    "Missed Questions" : "Alt + 2",
    "Pixorize" : "Alt + 7",
    "Sketchy" : "Alt + 6",
    "Additional Resources" : "Alt + 9",
}
var ToggleAllButtonsShortcut = "'" // '
var ToggleNextButtonShortcut = "H";
// ##############  SHOW HINTS AUTOMATICALLY  ##############
var ButtonAutoReveal = {
    "Lecture Notes": false,
    "Missed Questions": false,
    "Pixorize": false,
    "Sketchy": false,
    "Additional Resources": false,
}

var ScrollToButton = true;

This can be found in Manage note type → Anking overhaul → Card → back template

or alternatively, install this add-on https://ankiweb.net/shared/info/952691989

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.