moyf_easy-copy/src
Moy 3418e9ae4f feat: add code block copy with configurable behavior setting
- Add CodeBlockBehavior enum: COPY_CONTENT / COPY_WITH_FENCES / GENERATE_BLOCK_LINK / DISABLED
- Add CODEBLOCK ContextType, detectCodeBlock() method in main.ts
- Code block detection runs before block ID generation (conflict resolution)
- Add Code Block settings group in settingTab.ts with dropdown
- Add CHANGELOG.md with full version history
- Update release workflow to extract notes from CHANGELOG.md
2026-05-12 12:42:27 +08:00
..
blockIdModal.ts refactor: lint 2025-11-05 17:24:02 +08:00
copyMetadata.test.ts chore: translate user-authored comments to Simplified Chinese 2026-04-28 22:27:48 -06:00
copyMetadata.ts refactor: extract helpers from buildHeadingLink 2026-04-28 20:55:48 -06:00
i18n.ts feat: add code block copy with configurable behavior setting 2026-05-12 12:42:27 +08:00
linkBuilder.test.ts chore: translate user-authored comments to Simplified Chinese 2026-04-28 22:27:48 -06:00
linkBuilder.ts chore: translate user-authored comments to Simplified Chinese 2026-04-28 22:27:48 -06:00
main.ts feat: add code block copy with configurable behavior setting 2026-05-12 12:42:27 +08:00
pasteResolution.test.ts fix: restore defaultPrevented check, always show simplifiedHeadingToNoteLink setting, update i18n with load-order note 2026-05-08 14:18:46 +08:00
pasteResolution.ts fix: restore defaultPrevented check, always show simplifiedHeadingToNoteLink setting, update i18n with load-order note 2026-05-08 14:18:46 +08:00
settingTab.ts feat: add code block copy with configurable behavior setting 2026-05-12 12:42:27 +08:00
type.ts feat: add code block copy with configurable behavior setting 2026-05-12 12:42:27 +08:00