feat: Implement rich text note composer

This commit is contained in:
Jesse Wierzbinski 2024-12-25 20:46:14 +01:00
parent e0e8db8d55
commit f0516cb58a
No known key found for this signature in database
22 changed files with 569 additions and 135 deletions

15
styles/content.css Normal file
View file

@ -0,0 +1,15 @@
.content code:not(pre code)::after,
.content code:not(pre code)::before {
content: "";
}
.content ol li input[type="checkbox"],
.content ul li input[type="checkbox"] {
border-radius: 0.25rem;
margin-bottom: 0.2rem;
margin-right: 0.5rem;
margin-top: 0;
vertical-align: middle;
--tw-text-opacity: 1;
color: var(--theme-primary-400);
}