diff --git a/.gitignore b/.gitignore index d5c171f..87f5988 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ lib/ img/ bookmarkList\.json + +.vscode/ diff --git a/index.html b/index.html index f92e970..a352165 100644 --- a/index.html +++ b/index.html @@ -121,50 +121,43 @@
- This page keeps a list of bookmarks separated into groups. It's intended to be used a a new tab page. - It uses IndexedDB to store the list of bookmarks in the browser rather than storing them server side. -
-- This site uses Danny Care's Bitday - wallpapers. The background changes based on the time of day. -
-- This site uses Bootstrap, - JQuery, and - Font Awesome. -
-- Editing bookmarks is currently not supported. To move bookmarks, you need to use the - import/export function and manually edit the JSON data. The format for this is: -
-[
- {
- "title": "Group title",
- "bookmarks": [
- {
- "name": "Bookmark 1",
- "address": "http://example.com"
- },
- {
- "name": "Bookmark 2",
- "address": "http://example.net"
- }
- ]
- },
- {
- "title": "Group 2",
- "bookmarks": [
- {
- "name": "Bookmark 3",
- "address": "http://example.org"
- }
- ]
- }
-]
+
+
+ + This page keeps a list of bookmarks separated into groups. It's intended to be used a a new tab page. + It uses IndexedDB to store the list of bookmarks in the browser rather than storing them server side. +
++ This site uses Danny Care's Bitday + wallpapers. The background changes based on the time of day. +
++ Bootstrap +
++ JQuery +
++ Font Awesome +
+