Skip to content

feat(editor): strike tasks, link tips, fence copy - #529

Merged
tomymaritano merged 1 commit into
developfrom
feat/editor-inkdrop-polish
Aug 20, 2026
Merged

feat(editor): strike tasks, link tips, fence copy#529
tomymaritano merged 1 commit into
developfrom
feat/editor-inkdrop-polish

Conversation

@tomymaritano

Copy link
Copy Markdown
Collaborator

Summary

  • Strike through checked GFM tasks in the source editor (and preview).
  • Show the destination URL when hovering a markdown/autolink.
  • Copy button on fenced blocks when the cursor is inside (preview on hover too).

Inkdrop v6 ships these three in the editor; they were the leftover source-mode gaps after line commands (#524).

Test plan

  • pnpm --filter @dripnex/commands test
  • pnpm --filter @dripnex/desktop exec vitest run src/renderer/utils/__tests__/splitCodeLines.test.ts
  • pnpm --filter @dripnex/commands typecheck + desktop renderer typecheck
  • In the editor: - [x] done strikes the text; - [ ] does not
  • Hover [label](https://dripnex.app) — tooltip shows the URL
  • Place the cursor inside a ``` fence — Copy appears and copies the inner source
  • Preview: hover a code block, Copy works; checked task items are struck

@coderabbitai

coderabbitai Bot commented Aug 20, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@tomymaritano, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 49 minutes

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

Wait for the limit to reset, then comment @coderabbitai review or push new commits to the PR.

An organization admin can change what happens after included review limits in Billing.

How do review limits work?

CodeRabbit enforces per-developer PR review limits within each organization.

For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 95be6542-7d99-4c4b-b1b6-38a2f5442acb

📥 Commits

Reviewing files that changed from the base of the PR and between 2865017 and dee6e5d.

📒 Files selected for processing (10)
  • apps/desktop/src/renderer/components/MarkdownEditor.tsx
  • apps/desktop/src/renderer/components/editor/FenceBlock.tsx
  • apps/desktop/src/renderer/components/editor/MarkdownPreview.module.css
  • apps/desktop/src/renderer/components/editorTheme.ts
  • apps/desktop/src/renderer/editor/editorPolish.ts
  • apps/desktop/src/renderer/utils/__tests__/splitCodeLines.test.ts
  • apps/desktop/src/renderer/utils/splitCodeLines.ts
  • packages/commands/src/index.ts
  • packages/commands/src/markdown/editorPolish.test.ts
  • packages/commands/src/markdown/editorPolish.ts

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@tomymaritano
tomymaritano force-pushed the feat/editor-inkdrop-polish branch 2 times, most recently from 4c1c0cd to 0957d46 Compare August 20, 2026 05:48
Checked to-dos, hover URLs, and a copy button in fences
were the remaining source-mode gaps versus Inkdrop v6.
@tomymaritano
tomymaritano force-pushed the feat/editor-inkdrop-polish branch from 0957d46 to dee6e5d Compare August 20, 2026 05:52
@tomymaritano
tomymaritano merged commit 73f1078 into develop Aug 20, 2026
16 checks passed
@tomymaritano
tomymaritano deleted the feat/editor-inkdrop-polish branch August 20, 2026 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant