From 5acf84aece64152e4590c51c2aba5921670ebbf6 Mon Sep 17 00:00:00 2001 From: azivner Date: Tue, 26 Dec 2017 12:55:40 -0500 Subject: [PATCH] Calling project "Trilium Notes" in some places as it is more self explanatory --- README.md | 4 ++-- db/main_notes.sql | 2 +- package.json | 2 +- public/stylesheets/style.css | 1 + views/index.ejs | 4 ++-- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 23530bdbc..a645f72a3 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 9bc8a2028..476e63905 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 5e7529def..94f37d68d 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 36d75798c..11fc24ae7 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 f588ba2cf..3bbfd43f1 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -2,7 +2,7 @@ - Trilium + Trilium Notes
@@ -12,7 +12,7 @@
- Trilium + Trilium Notes