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

Plugin adds all content that matches regex, even if deck not specified #585

Open
advikchau opened this issue May 10, 2024 · 1 comment
Open

Comments

@advikchau
Copy link

I'm currently using the "header" regex, where whenever there's a header, the content below it gets converted into a card. This makes it easy to quickly create new cards. However, this means that wherever there's a header, it automatically gets converted to a card and added to the "Default" deck. Is there a way to disable adding to the default deck and instead only add when a deck (using the deck formatting syntax) is specified? Or have the option to disable the default deck entirely?

@advikchau
Copy link
Author

Temporarily fixed this by setting the regex to only use Header level 2 and below, so I can reserve header 1s for normal usage.

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