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

Hiding block properties in a flashcard #19

Open
e0lithic opened this issue May 30, 2023 · 0 comments
Open

Hiding block properties in a flashcard #19

e0lithic opened this issue May 30, 2023 · 0 comments

Comments

@e0lithic
Copy link

Idea
Lets say we have a different settings in the plugin namely : Hide own specific flashcard props (comma separated). Delete to disable

Usually notes have certain attributes which make sense for general notes, but we might want to hide them when reviewing them as flashcards.

Screenshots
image

For example the prop patterns in the flashcards would just give away a big hint. Hence disabling patterns or any additional props only in the flashcards would quite useful. However once the "show answers" has been toggled , they could be re enabled for context

Currently I am using the following hack :

#cards-modal .block-properties {
  display: none !important;
}

However, this is very crude and hides all properties. The worse part is that this hides any block properties that might be present in the solution section as well. Additionally, it doesn't allow reenabling the props post "show answers" being toggled.

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