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 3. Verify no console errors
4. Update `FEATURE-PARITY-CHECKLIST.md` 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 ## What NOT to Include in Suggestions
❌ Long explanations of basic TypeScript concepts ❌ Long explanations of basic TypeScript concepts

View File

@ -125,10 +125,7 @@ tests/
# ============================================ # ============================================
# PR Preparation Files (Keep Private) # PR Preparation Files (Keep Private)
# ============================================ # ============================================
/reference/github/PR-PREPARATION-CHECKLIST.md docs/PR/
/reference/github/PR-NOTES.md
/reference/github/PR-QUICK-START.md
/reference/github/PR-DESCRIPTION.md
.gitmessage .gitmessage
/reference/github/ /reference/github/
@ -146,3 +143,4 @@ reference/chrome_extension_docs/
reference/Mozilla_Readability_docs/ reference/Mozilla_Readability_docs/
reference/cure53_DOMPurify_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` | | Image downloading | ⚠️ | Selection only | `background/index.ts:668-740` |
| Screenshot cropping | ❌ | Rect stored, not applied | `background/index.ts:504-560` | | Screenshot cropping | ❌ | Rect stored, not applied | `background/index.ts:504-560` |
| Date metadata extraction | ❌ | Not implemented | - | | Date metadata extraction | ❌ | Not implemented | - |
| Codeblock formatting preservation | ❌ | See Trilium Issue [#2092](https://github.com/TriliumNext/Trilium/issues/2092) | - |
### Priority Issues: ### Priority Issues:
@ -152,6 +153,9 @@
| Date metadata | ❌ | publishedDate, modifiedDate | LOW | | Date metadata | ❌ | publishedDate, modifiedDate | LOW |
| Interactive toasts | ⚠️ | No "Open in Trilium" button | LOW | | Interactive toasts | ⚠️ | No "Open in Trilium" button | LOW |
| Save tabs feature | ❌ | Bulk save all tabs | MED | | 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 |
--- ---