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

Prevent Furigana from being selected #58

Closed
herobs opened this issue Dec 28, 2024 · 5 comments
Closed

Prevent Furigana from being selected #58

herobs opened this issue Dec 28, 2024 · 5 comments

Comments

@herobs
Copy link

herobs commented Dec 28, 2024

Add the following CSS can prevent Furigana being selected. It's really a huge headache for me when I want copy the sentence.

ruby > rt {
	user-select: none;
}

Tested with the newest Anki.

@donkuri donkuri changed the title Prevent Furinaga from being selected Prevent Furigana from being selected Dec 29, 2024
@donkuri
Copy link
Owner

donkuri commented Dec 29, 2024

So this would go in the styling section?

@herobs
Copy link
Author

herobs commented Dec 30, 2024

Yes

@donkuri
Copy link
Owner

donkuri commented Dec 30, 2024

Anywhere in the styling section or does it need to be after something specific? Where would you place it?

@herobs
Copy link
Author

herobs commented Dec 31, 2024

Anywhere in the styling section. Just try it, and you can see the effects immediately.

@donkuri
Copy link
Owner

donkuri commented Dec 31, 2024

Fantastic thank you, will be added to the next release!

@donkuri donkuri closed this as completed Dec 31, 2024
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

2 participants