You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like it if the note included a unique id and classes like "memo" and "tagged-warning" for easier targeting. It would be great if the div looked something like this:
let memo123456 = document.getElementById('memo-123456');
let memos = document.querySelectorAll('.memo');
let warnings = document.querySelectorAll('.tagged-warning');
Type of feature
Other
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
It would be great if the
div
for each memo/note contained a unique id and classes to make it easier to target them.Right now this is how the
div
container for a note renders:I'd like it if the note included a unique id and classes like "memo" and "tagged-warning" for easier targeting. It would be great if the div looked something like this:
Then it would be easy to customize notes with CSS and Javascript like these:
Type of feature
Other
Additional context
No response
The text was updated successfully, but these errors were encountered: