Deck Maintainer here. Love that we can now upload new note types and edit existing one. That being said, I need some help with creating/updating a note type that is compatible with Anking Note type addon. I can quickly wrap up what I need in the following:
- Change the titles of existing fields. Example: Pictomonic field is now the Citations field
- Have Hint reflect said changes: the field Pictomonic field on back side now says Citations
- Everything is still compatible with the Anking Note types add on to change the styling, colors, hints etc.
Is this even possible? Would appreciate any help or guidance on this.
I’ll help you with creating a note type for AnkiHub that works with the AnKing Note Types add-on. Let me search for some relevant information first.
Search
Found 5 results for 'tags:official anking note types ankihub compatibility status:public'
Search
Found 5 results for 'tags:official ankihub note types fields customize status:public'
Read topic
Reading: How to add a new field to a note type from a deck on AnkiHub
Read topic
Reading: ✏️ What do all the fields mean in the AnKing Step Deck?
Search
Found 5 results for 'tags:official anking note types addon field names customization status:public'
Search
Found 5 results for 'tags:official rename fields ankihub anking note types status:public'
Based on my research, I can help you with creating a note type for AnkiHub that works with the AnKing Note Types add-on. Here’s how to accomplish what you need:
Renaming Fields in an AnkiHub Deck
As a deck maintainer, you can modify field names in your AnkiHub deck by:
-
First, make the changes locally in your Anki collection:
- Go to Tools → Manage Note Types
- Select your note type and click “Fields…”
- Rename “Picmonic” field to “Citations”
- Click “OK” to save changes
-
Update your AnkiHub deck with these changes:
- Open the AnkiHub add-on
- Click on “Deck Management”
- Select your deck
- Go to the “Note Types” section
- Click “Publish Field”
- Confirm by clicking “Yes” when prompted
Updating Hints to Match Field Name Changes
To ensure your hints reflect the renamed fields (Picmonic → Citations):
-
Update the card templates:
- Go to Tools → Manage Note Types
- Select your note type and click “Cards…”
- Edit the template to update any references from “Picmonic” to “Citations”
- In the front/back template, update any hint buttons or references
-
Publish these template changes:
- Go back to AnkiHub add-on → Deck Management
- Select your deck
- Click “Update Note Type Styling”
- Confirm to publish the changes
Ensuring Compatibility with AnKing Note Types Add-on
The AnKing Note Types add-on (https://ankiweb.net/shared/info/952691989) should still work with your customized note type as long as:
- You maintain the basic structure of the note type
- You don’t change functionality critical to the add-on’s operation
- You publish all changes through the AnkiHub interface
The add-on primarily works with the styling of cards rather than specific field names, so renaming a field from “Picmonic” to “Citations” shouldn’t affect functionality.
For more details, I recommend checking out this video about AnKing Note Types customization which explains how the add-on works with AnkiHub.
Would you like me to clarify any specific part of this process?
This is not a documented nor supported use case, but you can add support for new note types by adding them to the note_types subfolder. They have to be in a specific structure though: anking_notes_addon/src/anking_notetypes/note_types at master · AnKing-VIP/anking_notes_addon · GitHub
You might need some dev experience.