feat(pdf-tools): add bookmark pdf tool and lucide icons integration
- Add 'bookmark-pdf' to singlePdfLoadTools - Create new lucide-init.ts for icon initialization - Update HTML files to use local lucide initialization - Add bookmark.html page with full bookmark editor functionality - Update tools config to include bookmark tool - Modify main.ts to handle tool cards with href links
This commit is contained in:
@@ -76,7 +76,14 @@ export const categories = [
|
||||
subtitle:
|
||||
'Annotate, highlight, redact, comment, add shapes/images, search, and view PDFs.',
|
||||
},
|
||||
// { id: 'crop', name: 'Crop PDF', icon: 'crop', subtitle: 'Trim the margins of every page in your PDF.' },
|
||||
{
|
||||
// id: 'bookmark-pdf',
|
||||
href: '/src/pages/bookmark.html',
|
||||
name: 'Edit Bookmarks',
|
||||
icon: 'bookmark',
|
||||
subtitle:
|
||||
'Add, edit, import, delete and extract PDF bookmarks.',
|
||||
},
|
||||
{
|
||||
id: 'add-page-numbers',
|
||||
name: 'Page Numbers',
|
||||
|
||||
Reference in New Issue
Block a user