diff --git a/README.md b/README.md
index d7fff11..ac795e0 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
-**Memex** is a bookmarks and notes application to help with storage and overview
+**Memex** is a [personal knowledge base](https://scholar.colorado.edu/csci_techreports/931/).
+
+A bookmarks and notes application to help with storage and overview.
[Live web version here](https://kormyen.github.io/memex/)
diff --git a/docs/logic/main.js b/docs/logic/main.js
index b12bd91..e599692 100644
--- a/docs/logic/main.js
+++ b/docs/logic/main.js
@@ -52,8 +52,6 @@ function Main()
this.load = function(target)
{
- console.log('main.load: ' + target)
-
document.activeElement.blur();
if (this.queryCur != 'add')
{
diff --git a/docs/logic/view.js b/docs/logic/view.js
index e719e95..d46155f 100644
--- a/docs/logic/view.js
+++ b/docs/logic/view.js
@@ -50,8 +50,6 @@ function View()
this.display = function(db)
{
- console.log('display ' + db)
-
if (window.showAdd != undefined && window.showAdd)
{
main.add.setOverlay(false);
@@ -126,7 +124,11 @@ function View()
// LINK START
if (SETTINGS.SHOWLINK)
{
- entry += ``;
+ if (typeof value.LINK != 'object')
+ {
+ // If this item has only one link then make the whole title the link
+ entry += ``;
+ }
}
}
@@ -146,7 +148,18 @@ function View()
{
if (typeof value.LINK !== 'undefined')
{
- entry += `