TemaDeveloper / TemaDeveloper/personal_planner
feat(notes): Formatting parity — text color/highlight, toggle headings, inline math
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Size: M.
Open items 6, 7 and 10 in the Notion-parity backlog, not covered by #39–43: BlockNote supports these but they aren't exposed.
Scope
- Text color & background highlight (formatting toolbar +
/colorcommands) - Toggle-heading variant in the slash menu (
isToggleable) - Inline (not just block-level) KaTeX math
Self-contained quick wins that close visible parity gaps. Files: src/components/notes/notes-editor.tsx.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading src/components/notes/notes-editor.tsx and identify how the editor toolbar and slash menu expose BlockNote features. Implement the three scoped parity items: text color and background highlight, toggle headings, and inline KaTeX math. Done means each feature is available through the specified editor controls or commands and works in the notes editor.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100