Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow override the note model type in the frontmatter for #card #35

Open
timgreen opened this issue Nov 24, 2022 · 1 comment
Open

Allow override the note model type in the frontmatter for #card #35

timgreen opened this issue Nov 24, 2022 · 1 comment

Comments

@timgreen
Copy link
Owner

the fields must be [Front, Back].

@timgreen timgreen closed this as not planned Won't fix, can't repro, duplicate, stale Mar 9, 2023
@timgreen
Copy link
Owner Author

one workaroud could be add some special handling for #card-basic-xxx, e.g.

# #card-basic-foo Front content

Back content

==>

{
  model: "basic-foo",
  fields: {
    Front: "Front content",
    Back: "Back content",
  }
}

@timgreen timgreen reopened this Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant