From b4427f219def47d19a92b17f43be5290cabaed54 Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Wed, 3 Aug 2016 15:16:58 +0300 Subject: [PATCH] more helps --- config.js | 3 +++ example_links.txt | 11 +++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 0040a71..18474dd 100644 --- a/config.js +++ b/config.js @@ -1,2 +1,5 @@ config.source="example_links.txt"; config.columns=3; +config.title="MDLinks"; +config.favicon=null; // link to favicon +config.css=null; // link to style file diff --git a/example_links.txt b/example_links.txt index e25be40..0963063 100644 --- a/example_links.txt +++ b/example_links.txt @@ -23,9 +23,16 @@ # Google -[Google](http://www.google.com/ig?hl=en) +[Google](http://www.google.com/ig) [Gmail](http://www.gmail.com) -[Gcalendar](https://www.google.com/calendar/render) +[Gcalendar](https://www.google.com/calendar) [Gmaps](http://maps.google.com/) [Drive](http://drive.google.com) +# MDLinks notes + +This web page is plain javascript, +but it reads a markdown resource file to +generate a link portal page. +[Source file](example_links.txt) +[Additional config](config.js)