Last Updated: 3/10/2026
Managing Your Links
This guide covers everything you need to know about working with links in LinkAce - from adding your first bookmark to advanced management techniques.
Adding Links
Method 1: Web Interface (Detailed)
The web interface gives you full control when adding links.
Steps:
- Click the ”+ New Link” button in the top menu
- Paste the URL in the URL field
- Click out of the URL field or wait 2 seconds
- LinkAce automatically fetches:
- Page title
- Meta description
- Preview image
- (Optional) Customize the title or description
- (Optional) Assign to Lists
- (Optional) Add Tags
- (Optional) Add personal notes
- Set Privacy (Private, Internal, or Public)
- Click “Save Link”
Pro tip: Let LinkAce fetch the metadata - it’s faster and more accurate than typing manually!
Method 2: Bookmarklet (Fastest)
The bookmarklet is the quickest way to save links while browsing.
Setup:
- Go to User Settings
- Find the Bookmarklet section
- Drag the button to your browser’s bookmarks bar
Usage:
- Visit any webpage
- Click the LinkAce bookmarklet
- A popup appears with pre-filled information
- Add tags/lists if desired
- Click “Save”
The bookmarklet automatically:
- Captures the current page URL
- Fetches title and description
- Uses your default privacy settings
Browser Compatibility:
- ✅ Chrome / Chromium
- ✅ Firefox
- ✅ Safari
- ✅ Edge
- ✅ Brave
- ✅ Opera
Method 3: API
Integrate LinkAce with other tools using the REST API.
Quick example:
curl -X POST https://your-linkace-url/api/v2/links \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com",
"title": "Example Site",
"description": "An example website",
"is_private": false
}'For complete API documentation, see API Tokens.
Method 4: Import
Migrate bookmarks from other services.
Supported formats:
- HTML bookmark export (Netscape format)
- Compatible with exports from:
- Chrome
- Firefox
- Safari
- Pinboard
- Raindrop.io
- Most other bookmark managers
Import process:
- Go to System Settings → Import
- Upload your HTML file
- Choose import options
- Click “Start Import”
For details, see Import & Export.
Viewing Links
Link Display Modes
LinkAce offers two display modes:
Card View
- Shows preview images
- Larger, visual layout
- Great for browsing
- Best for links with good images
List View
- Compact, text-focused
- More links per page
- Faster scanning
- Best for text-heavy collections
Change view:
- Go to User Settings
- Find “Display links as…”
- Choose Card or List
Link Information
Each link displays:
| Element | Description |
|---|---|
| Title | Link name (clickable to visit) |
| URL | Web address (shown below title) |
| Description | Summary or notes |
| Lists | Collections it belongs to |
| Tags | Keywords (clickable to filter) |
| Status | Working ✅ / Moved ⚠️ / Broken ❌ |
| Added Date | When you saved it |
| Actions | Edit, Delete, Share buttons |
Link Details Page
Click any link title to see full details:
- Complete description
- All notes
- Full tag list
- List memberships
- Privacy status
- Wayback Machine archives
- Check history
- Share options
Editing Links
Edit a Single Link
- Find the link (browse, search, or filter)
- Click the Edit button (✏️ icon)
- Modify any field:
- URL
- Title
- Description
- Lists
- Tags
- Notes
- Privacy
- Click “Update Link”
Note: Changing the URL doesn’t re-fetch metadata. To get fresh metadata, delete and re-add the link.
Bulk Edit Links
Edit multiple links at once:
- Go to the Links overview page
- Check the boxes next to links you want to edit
- Click “Bulk Actions” dropdown
- Choose an action:
- Add to List - Add all selected to a List
- Remove from List - Remove all from a List
- Add Tags - Add tags to all selected
- Remove Tags - Remove tags from all selected
- Change Privacy - Set privacy for all selected
- Delete - Delete all selected
- Confirm the action
Pro tip: Use bulk actions to quickly organize imported bookmarks!
Organizing Links
Adding to Lists
While creating a link:
- In the Lists field, start typing
- Select existing List or create new one
- Add multiple Lists if needed
After creating a link:
- Edit the link
- Add or remove Lists
- Save changes
Adding Tags
While creating a link:
- In the Tags field, start typing
- Select existing tag or create new one
- Add multiple tags (recommended: 3-7 tags)
After creating a link:
- Edit the link
- Add or remove tags
- Save changes
Quick tagging:
- Click any tag on a link to see all links with that tag
- Click ”+” to add that tag to another link
Adding Notes
Notes are personal annotations visible only to you (or your team if Internal/Public).
Use notes for:
- Why you saved this link
- Key takeaways
- Related resources
- Todo items
- Context or reminders
Markdown support:
Enable in User Settings → “Enable Markdown for descriptions and notes”
Then use:
# Heading
**bold** and *italic*
- List items
[Links](https://example.com)
`code`Privacy & Sharing
Privacy Levels
| Level | Visible To | Use Case |
|---|---|---|
| Private | Only you | Personal bookmarks |
| Internal | All logged-in users | Team resources |
| Public | Everyone (if Guest Mode on) | Public collections |
Changing Privacy
Single link:
- Edit the link
- Change Privacy dropdown
- Save
Multiple links:
- Select links
- Bulk Actions → Change Privacy
- Choose new privacy level
Sharing Individual Links
Share via URL:
- Open the link details page
- Copy the LinkAce URL
- Share with others
Note: Recipients need appropriate permissions:
- Private links: Only you can access
- Internal links: Must be logged in
- Public links: Anyone can view (if Guest Mode enabled)
Share externally:
Use the share buttons on the link details page:
- Twitter / X
- Copy link
Configure which buttons appear in User Settings → Link Sharing.
Link Monitoring
Automatic Checks
LinkAce automatically monitors your links for:
- Availability - Is the site still online?
- Status changes - Did it move (301/302 redirect)?
- Broken links - Returns 404 or other errors
How it works:
- Cron job runs scheduled checks
- LinkAce tests each HTTP(S) link
- Status is updated:
- ✅ Working - Site is accessible
- ⚠️ Moved - Redirect detected
- ❌ Broken - Site is down or returns error
- (Optional) Email notification sent
Requirements:
- System cron must be configured (see Post-Installation Setup)
Check History
View check history for any link:
- Open the link details page
- Scroll to “Check History”
- See all past checks with timestamps and results
Manual Check
Force an immediate check:
- Open the link details page
- Click “Check Now”
- Wait a few seconds for the result
Handling Broken Links
When a link breaks:
- Check Wayback Machine - View archived version
- Update URL - If it moved, update to new URL
- Add note - Document what happened
- Keep or delete - Decide if it’s still useful
Wayback Machine Integration
Automatic Archiving
LinkAce can automatically archive your links to the Internet Archive’s Wayback Machine.
Enable archiving:
- Go to User Settings
- Find “Wayback Machine backups”
- Enable “Backup links to the Wayback Machine”
- (Optional) Enable “Backup private links”
How it works:
- When you save a new HTTP(S) link, LinkAce sends it to archive.org
- The Wayback Machine crawls and archives the page
- You can access archived versions even if the original disappears
Limitations:
- Some sites block the Wayback Machine (robots.txt)
- Login-required pages won’t be archived
- Non-HTTP(S) URLs can’t be archived
Viewing Archives
From LinkAce:
- Open a link details page
- Look for “Wayback Machine” section
- Click “View Archives”
Direct access:
- Visit
https://web.archive.org/web/*/YOUR_URL
Searching & Filtering
Quick Search
Use the search bar in the top menu:
- Type keywords
- Press Enter
- Results show matching:
- Titles
- Descriptions
- URLs
- Tags
Advanced Search
For powerful filtering:
- Go to Links page
- Click “Advanced Search”
- Filter by:
- Query - Text search
- Lists - Links in specific Lists
- Tags - Links with specific tags
- Privacy - Private, Internal, or Public
- Status - Working, Moved, or Broken
- Date Range - Added between dates
- Combine multiple filters
- Click “Search”
Pro tip: Bookmark your common searches for quick access!
For complete search guide, see Search & Filters.
Filtering by Tags
Quick method:
- Click any tag on any link
- See all links with that tag
Multiple tags:
- Click first tag
- Click ”+” next to another tag
- Results show links with BOTH tags
Filtering by Lists
View List contents:
- Go to Lists page
- Click any List name
- See all links in that List
Filter within List:
- Use search bar while viewing a List
- Results are scoped to that List
Deleting Links
Delete Single Link
- Find the link
- Click Delete button (🗑️ icon)
- Confirm deletion
Note: Deleted links go to the Trash (if enabled).
Bulk Delete
- Select multiple links (checkboxes)
- Bulk Actions → Delete
- Confirm deletion
Trash / Recycle Bin
Deleted links are moved to Trash for 30 days (configurable).
Restore from Trash:
- Go to Trash (in menu)
- Find deleted link
- Click “Restore”
Permanently delete:
- Go to Trash
- Click “Empty Trash”
- Confirm (cannot be undone)
Disable Trash:
In System Settings, disable “Use Trash” to delete links immediately.
For details, see Trash documentation.
Link Statistics
Dashboard Overview
The Dashboard shows:
- Total links
- Links added this week
- Links added this month
- Broken links count
- Recent links
- Most used tags
- Most used Lists
For details, see Dashboard documentation.
Per-List Statistics
Each List shows:
- Number of links
- Most recent additions
- Top tags used
Per-Tag Statistics
Each Tag shows:
- Number of links
- Most recent additions
- Related tags
Best Practices
When Adding Links
✅ Use the bookmarklet - Fastest method
✅ Let metadata auto-generate - Don’t type titles manually
✅ Add 3-7 tags - Not too few, not too many
✅ Assign to 1-2 Lists - Avoid list overload
✅ Write useful notes - Explain why you saved it
✅ Set appropriate privacy - Think before making public
Organization Strategy
✅ Tag consistently - Use same terms (e.g., javascript not js)
✅ Review periodically - Clean up broken links
✅ Use search - Don’t rely on memory
✅ Leverage bulk actions - Organize in batches
✅ Create workflows - E.g., “Read Later” → “Archived”
Performance Tips
✅ Don’t over-tag - More tags = slower searches
✅ Archive old links - Move to “Archive” List
✅ Delete duplicates - Keep your collection clean
✅ Use pagination - Don’t display 100+ links per page
Common Workflows
”Read Later” Workflow
- Save - Use bookmarklet, add
to-readtag - Read - Open from “To Read” filtered view
- Process - Remove
to-read, add topic tags, assign to Lists - Archive - Mark as read or move to appropriate collection
”Research Project” Workflow
- Create List - “Project: Website Redesign”
- Collect - Add all relevant links to this List
- Tag - Use tags like
inspiration,tools,examples - Work - Reference during project
- Archive - When done, change List privacy to Private
”Team Knowledge Base” Workflow
- Create Lists - By topic or department
- Set Privacy - Internal for team-only
- Collaborative Curation - Everyone adds links
- Tag Standards - Agree on tag naming conventions
- Regular Maintenance - Monthly review and cleanup
Troubleshooting
Metadata Not Fetching
Problem: Title and description don’t auto-generate.
Solutions:
- Check that URL is valid HTTP(S)
- Ensure site is accessible (not behind login)
- Try manual check: click out of URL field
- Increase timeout in
.env:META_GENERATION_TIMEOUT=20
Bookmarklet Not Working
Problem: Clicking bookmarklet does nothing.
Solutions:
- Check browser popup blocker settings
- Try dragging bookmarklet again
- Clear browser cache
- Check if LinkAce is accessible
Links Not Monitoring
Problem: Link status never updates.
Solutions:
- Verify cron job is running (check System Settings)
- Check cron logs for errors
- Manually trigger:
php artisan links:check
Slow Performance
Problem: Link pages load slowly.
Solutions:
- Reduce “Entries per page” in User Settings
- Enable Redis caching
- Clean up broken links
- Archive old links
Next Steps
Related Features
- Managing Lists - List management guide
- Managing Tags - Tag management guide
- Search & Filters - Advanced search techniques
- RSS Feeds - Subscribe to your collections
Advanced Topics
- API Access - Integrate with other tools
- Import & Export - Migrate bookmarks
- Link Monitoring - Detailed monitoring guide
Happy bookmarking! 🔖