Compare commits

...

8 Commits

3 changed files with 7 additions and 14 deletions

View File

@ -136,15 +136,6 @@ await chrome.scripting.executeScript({
3. Verify no console errors
4. Update `FEATURE-PARITY-CHECKLIST.md`
## Current Development Focus
**Phase**: Screenshot Features (see FEATURE-PARITY-CHECKLIST.md)
**Next Priority**: Screenshot cropping implementation
**Key Files**:
- `src/background/index.ts` (capture handlers)
- `src/content/` (selection UI)
- `src/shared/` (utilities)
## What NOT to Include in Suggestions
❌ Long explanations of basic TypeScript concepts

View File

@ -125,10 +125,7 @@ tests/
# ============================================
# PR Preparation Files (Keep Private)
# ============================================
/reference/github/PR-PREPARATION-CHECKLIST.md
/reference/github/PR-NOTES.md
/reference/github/PR-QUICK-START.md
/reference/github/PR-DESCRIPTION.md
docs/PR/
.gitmessage
/reference/github/
@ -145,4 +142,5 @@ tests/
reference/chrome_extension_docs/
reference/Mozilla_Readability_docs/
reference/cure53_DOMPurify_docs/
reference/cheerio_docs/
reference/cheerio_docs/
reference/trilium_issues/

View File

@ -37,6 +37,7 @@
| Image downloading | ⚠️ | Selection only | `background/index.ts:668-740` |
| Screenshot cropping | ❌ | Rect stored, not applied | `background/index.ts:504-560` |
| Date metadata extraction | ❌ | Not implemented | - |
| Codeblock formatting preservation | ❌ | See Trilium Issue [#2092](https://github.com/TriliumNext/Trilium/issues/2092) | - |
### Priority Issues:
@ -152,6 +153,9 @@
| Date metadata | ❌ | publishedDate, modifiedDate | LOW |
| Interactive toasts | ⚠️ | No "Open in Trilium" button | LOW |
| Save tabs feature | ❌ | Bulk save all tabs | MED |
| Meta Note Popup option | ❌ | See Trilium Issue [#5350](https://github.com/TriliumNext/Trilium/issues/5350) | MED |
| Add custom keyboard shortcuts | ❌ | See Trilium Issue [#5349](https://github.com/TriliumNext/Trilium/issues/5349) | LOW |
| Handle Firefox Keyboard Shortcut Bug | ❌ | See Trilium Issue [#5226](https://github.com/TriliumNext/Trilium/issues/5226) | LOW |
---