orca/src/renderer/src
Jinjing ac8879c789
feat(markdown): support HTML superscript links (#8307)
* feat(markdown): support HTML superscript links

* Add HTML superscript citation links to the rich markdown editor

- Introduce marked-based tokenizer support for `<sup><a>` citation
  links, with a shared editor context so key/link handlers can resolve
  selection status and open an action bubble for citation atoms
  (which markdown setLink/unsetLink can't edit).
- Extract clipboard-write logic shared by cut and cut-visual-line into
  rich-markdown-clipboard-write.ts, and surface a cut-limit error when
  clipboard readback fails.
- Fix MarkdownPreview same-file anchor scrolling to run before the
  unknown-ownership guard so ambiguous folder-workspace ownership
  still scrolls within the open document.
- Keep search's replace-disabled state derived from live matches
  instead of a stale snapshot.

* Update lockfile to dedupe stale package versions after dependency resolu

- Removes duplicate/superseded resolutions (older @babel/* versions, fs-extra 11.3.4/11.3.5, plist 3.1.0, semver 7.7.4) left over from a prior install
- Aligns transitive deps to the single resolved versions already in use elsewhere in the tree
2026-07-11 14:51:52 -07:00
..
assets feat(markdown): support HTML superscript links (#8307) 2026-07-11 14:51:52 -07:00
components feat(markdown): support HTML superscript links (#8307) 2026-07-11 14:51:52 -07:00
constants 1.4.131 rc2 release prep (#8020) 2026-07-09 21:54:22 -07:00
hooks fix(terminal): arbitrate active desktop viewport ownership (#8252) 2026-07-11 03:02:29 -07:00
i18n feat(markdown): support HTML superscript links (#8307) 2026-07-11 14:51:52 -07:00
lib feat(markdown): support HTML superscript links (#8307) 2026-07-11 14:51:52 -07:00
runtime fix(terminal): arbitrate active desktop viewport ownership (#8252) 2026-07-11 03:02:29 -07:00
startup
store feat(markdown): support HTML superscript links (#8307) 2026-07-11 14:51:52 -07:00
web feat(status-bar): choose used or remaining usage (#7574) 2026-07-11 13:45:52 -07:00
App.tsx Terminal performance initiative: pipeline fixes + term-speed-2 revival + PTY flow control (integration branch) (#7214) 2026-07-10 17:27:47 -07:00
app-startup-routing.test.ts 1.4.131 rc2 release prep (#8020) 2026-07-09 21:54:22 -07:00
env.d.ts Terminal performance initiative: pipeline fixes + term-speed-2 revival + PTY flow control (integration branch) (#7214) 2026-07-10 17:27:47 -07:00
lazy-modal-mount-state.test.ts
lazy-modal-mount-state.ts
main.tsx
mermaid.d.ts