diff --git a/README.md b/README.md index 23530bdbc9..a645f72a38 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Trilium -Hierarchical note taking application. Picture tells a thousand words: +# Trilium Notes +Trilium Notes is a hierarchical note taking application. Picture tells a thousand words: ![](https://raw.githubusercontent.com/wiki/zadam/trilium/images/screenshot.png) diff --git a/db/main_notes.sql b/db/main_notes.sql index 9bc8a20287..476e63905d 100644 --- a/db/main_notes.sql +++ b/db/main_notes.sql @@ -1,5 +1,5 @@ INSERT INTO notes (note_id, note_title, note_text, is_protected, is_deleted, date_created, date_modified) VALUES ('root', 'root', 'root', 0, 0, '2017-12-22T11:41:07.000Z', '2017-12-22T11:41:07.000Z'); -INSERT INTO notes (note_id, note_title, note_text, is_protected, is_deleted, date_created, date_modified) VALUES ('1Heh2acXfPNt', 'Trilium Demo', '

Welcome to Trilium!

 

This is initial document provided by default Trilium to showcase some of its features and also give you some ideas how you might structure your notes. You can play with it, modify note content and tree structure as you wish.

 

If you need any help, visit Trilium wesite: https://github.com/zadam/trilium

 

Once you''re finished with experimenting and want to cleanup these pages, you can simply delete them all.

', 0, 0, '2017-12-23T00:46:39.304Z', '2017-12-23T04:08:45.445Z'); +INSERT INTO notes (note_id, note_title, note_text, is_protected, is_deleted, date_created, date_modified) VALUES ('1Heh2acXfPNt', 'Trilium Demo', '

Welcome to Trilium Notes!

 

This is initial document provided by default Trilium to showcase some of its features and also give you some ideas how you might structure your notes. You can play with it, modify note content and tree structure as you wish.

 

If you need any help, visit Trilium wesite: https://github.com/zadam/trilium

 

Once you''re finished with experimenting and want to cleanup these pages, you can simply delete them all.

', 0, 0, '2017-12-23T00:46:39.304Z', '2017-12-23T04:08:45.445Z'); INSERT INTO notes (note_id, note_title, note_text, is_protected, is_deleted, date_created, date_modified) VALUES ('3RkyK9LI18dO', 'Journal', '

Expand note on the left pane to see content.

', 0, 0, '2017-12-23T01:20:04.181Z', '2017-12-23T18:07:55.377Z'); INSERT INTO notes (note_id, note_title, note_text, is_protected, is_deleted, date_created, date_modified) VALUES ('L1Ox40M1aEyy', '2016', '

No content.

 

 

 

 

', 0, 0, '2017-12-23T01:20:45.365Z', '2017-12-23T16:40:43.129Z'); INSERT INTO notes (note_id, note_title, note_text, is_protected, is_deleted, date_created, date_modified) VALUES ('HJusZTbBU494', '2017', '

No content.

', 0, 0, '2017-12-23T01:20:50.709Z', '2017-12-23T16:41:03.119Z'); diff --git a/package.json b/package.json index 5e7529def6..94f37d68d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trilium", - "description": "Trilium", + "description": "Trilium Notes", "version": "0.0.10", "scripts": { "start": "node ./bin/www", diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 36d75798c0..11fc24ae7b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -179,6 +179,7 @@ div.ui-tooltip { #note-id-display { color: lightgrey; + margin-left: 10px; } #loader-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background-color:#fff;opacity:1;transition:opacity 2s ease} diff --git a/views/index.ejs b/views/index.ejs index f588ba2cfe..3bbfd43f1c 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -2,7 +2,7 @@ - Trilium + Trilium Notes
@@ -12,7 +12,7 @@
- Trilium + Trilium Notes