blob: 64c54df73c473c806274b575f6d6e39a88ab366a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# IOL.BookmarkThing
IOL.BookmarkThing is a bookmark indexing service, it provides a web-app and web-extension for adding websites and notes into a index which aims to provide a context-relevant search engine of your own.
A personally curated google if you want
# Feature list
- Bookmarks
- A bookmark has the following schema:
- id guid
- name string
- url string
- description string
- tags string
- Folders
- Organise bookmarks with folders
- Color-based
- Tags
- Organise bookmarks with tags
- Color-based
- Import
- Connect to github in order to import stars into the the index
-
- Account
- Login with github
- Login with email
- Login/Logout
- Forgot password mechanism
- Export all data
- Import bookmarks
- Import from file (support larder.io, pinboard, custom)
- Delete all data
- Search
- A full text search for bookmarks
|