mirror of
https://github.com/zadam/trilium.git
synced 2025-12-06 23:44:25 +01:00
Compare commits
8 Commits
d54c987902
...
c1e865e6c7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c1e865e6c7 | ||
|
|
e7607cce61 | ||
|
|
54bd1e81cc | ||
|
|
de571dccc3 | ||
|
|
6314e07dc7 | ||
|
|
beb760ae7e | ||
|
|
1c7d578379 | ||
|
|
7fbf79b2e5 |
@ -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
|
||||
|
||||
8
apps/web-clipper-manifestv3/.gitignore
vendored
8
apps/web-clipper-manifestv3/.gitignore
vendored
@ -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/
|
||||
@ -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 |
|
||||
|
||||
---
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user