Last Updated: 3/13/2026
Managing Links
LinkAce provides powerful tools for saving, organizing, and managing your bookmarks. This guide covers everything you need to know about working with links.
Adding Links
Via Web Interface
- Click the “Add Link” button in the navigation
- Enter the URL you want to save
- LinkAce automatically fetches:
- Page title
- Description
- Favicon
- Optionally customize:
- Title
- Description
- Tags
- Lists
- Privacy settings
- Click “Save Link”
Via Bookmarklet
The fastest way to save links while browsing:
- Install the bookmarklet from Settings → Bookmarklet
- Click it on any webpage
- A popup appears with pre-filled information
- Adjust settings and save
Via API
Save links programmatically:
curl -X POST https://linkace.example.com/api/v1/links \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com",
"title": "Example Site",
"description": "An example website",
"is_private": false,
"tags": ["example", "demo"],
"lists": [1, 2]
}'Via Browser Extension
LinkAce supports third-party browser extensions that work with its API.
Editing Links
Update Link Details
- Navigate to the link you want to edit
- Click the “Edit” button
- Modify any field:
- URL
- Title
- Description
- Tags
- Lists
- Privacy settings
- Click “Save Changes”
Bulk Editing
Edit multiple links at once:
- Go to the links list
- Select links using checkboxes
- Click “Bulk Actions”
- Choose an action:
- Add tags
- Remove tags
- Add to lists
- Remove from lists
- Change privacy
- Delete
- Confirm the action
Organizing Links
Using Tags
Tags provide flexible categorization:
- Add multiple tags to any link
- Create tags on-the-fly while adding links
- Browse all links with a specific tag
- Combine tags for advanced filtering
Best Practices:
- Use lowercase for consistency
- Be specific but not overly granular
- Create a tagging convention for your team
Using Lists
Lists are collections of related links:
- Create themed lists (e.g., “Reading List”, “Work Resources”)
- Add links to multiple lists
- Share entire lists with other users
- Make lists public or private
Creating a List:
- Navigate to Lists → Create New List
- Enter a name and description
- Set privacy and sharing options
- Click “Create List”
Privacy Settings
Control who can see your links:
- Private: Only you can see the link
- Internal: All registered users can see it
- Public: Anyone with the link can view it (if guest access is enabled)
Link Monitoring
LinkAce can automatically check if your saved links are still accessible.
Enable Monitoring
- Go to Settings → System Settings
- Enable “Check Links”
- Configure check frequency
- Set up email notifications
Manual Check
Check a single link manually:
- Open the link details page
- Click “Check Link Status”
- View the result
Handling Broken Links
When a link is marked as broken:
- Review the link details
- Check if the URL has changed
- Update the URL if needed
- Or mark it as “moved” with the new location
- Or delete it if no longer relevant
Internet Archive Integration
Automatically preserve your bookmarks:
Enable Auto-Archiving
- Go to Settings → System Settings
- Enable “Archive Links”
- New links are automatically saved to the Internet Archive
Manual Archiving
Archive a specific link:
- Open the link details page
- Click “Archive Now”
- Wait for confirmation
View Archived Versions
- Open the link details page
- Click “View Archive”
- Browse historical snapshots on the Internet Archive
Link Notes
Add personal notes to any link:
- Open the link details page
- Scroll to the “Notes” section
- Click “Add Note”
- Enter your note (supports Markdown)
- Click “Save Note”
Notes are always private and only visible to you.
Deleting Links
Delete Single Link
- Open the link details page
- Click “Delete”
- Confirm the deletion
Warning: Deleted links cannot be recovered unless you have backups enabled.
Bulk Delete
- Go to the links list
- Select links using checkboxes
- Click “Bulk Actions” → “Delete”
- Confirm the deletion
Link Statistics
View insights about your saved links:
- Total number of links
- Links added per month
- Most used tags
- Most popular domains
- Broken link count
Access statistics from Dashboard or Settings → Statistics.
Sharing Links
Share Individual Links
- Open the link details page
- Click “Share”
- Copy the share URL
- Or use the social media buttons
Share Lists
Share entire collections:
- Navigate to the list
- Click “Share List”
- Set sharing permissions:
- Internal users only
- Public (anyone with the link)
- Copy the share URL
RSS Feeds
Subscribe to link feeds:
- Go to Settings → User Settings
- Enable “Public RSS Feed”
- Copy your RSS feed URL
- Add to your RSS reader
Advanced Features
Link Redirects
Track when links have moved:
- Edit the link
- Add the new URL in “Redirect URL”
- Save changes
- LinkAce tracks both old and new URLs
Custom Metadata
Add custom fields to links:
- Go to Settings → System Settings
- Enable “Custom Fields”
- Define your custom fields
- Add values when creating/editing links
Link Revisions
View the history of changes:
- Open the link details page
- Click “History”
- Browse previous versions
- Restore an older version if needed
Keyboard Shortcuts
Speed up your workflow:
N- Add new linkS- Focus search?- Show keyboard shortcutsEsc- Close modals
Tips & Best Practices
- Use consistent tagging: Establish a tagging system early
- Regular cleanup: Review and update old links periodically
- Enable monitoring: Catch broken links automatically
- Archive important content: Use Internet Archive for critical resources
- Organize with lists: Group related links for easier access
- Add descriptions: Future you will thank you
- Use bulk actions: Save time when managing many links
Next Steps
- Tags And Lists: Deep dive into organization