diff --git a/emanote/default/index.yaml b/emanote/default/index.yaml index c0fb56d4f..6585be5d4 100644 --- a/emanote/default/index.yaml +++ b/emanote/default/index.yaml @@ -20,6 +20,8 @@ template: bodyClass: bg-gray-400 overflow-y-scroll note: containerClass: container mx-auto max-w-prose + book: + containerClass: container mx-auto error: containerClass: container mx-auto max-w-prose uptree: diff --git a/emanote/default/templates/components/body.tpl b/emanote/default/templates/components/body.tpl new file mode 100644 index 000000000..14c5bce42 --- /dev/null +++ b/emanote/default/templates/components/body.tpl @@ -0,0 +1,12 @@ +
+
+ + +
+ + +
+ + +
+
\ No newline at end of file diff --git a/emanote/default/templates/components/sidebar.tpl b/emanote/default/templates/components/sidebar.tpl new file mode 100644 index 000000000..aeefc377c --- /dev/null +++ b/emanote/default/templates/components/sidebar.tpl @@ -0,0 +1,53 @@ + \ No newline at end of file diff --git a/emanote/default/templates/layouts/book.tpl b/emanote/default/templates/layouts/book.tpl index cb443051e..cc1927d5c 100644 --- a/emanote/default/templates/layouts/book.tpl +++ b/emanote/default/templates/layouts/book.tpl @@ -1,81 +1,24 @@ + + + + - + + -
- - - -
- - - - -
-
- - -
- - -
- - -
+
+ + + +
+
diff --git a/emanote/default/templates/layouts/note.tpl b/emanote/default/templates/layouts/note.tpl index 1932231f7..6faf37048 100644 --- a/emanote/default/templates/layouts/note.tpl +++ b/emanote/default/templates/layouts/note.tpl @@ -1,5 +1,3 @@ - - @@ -13,27 +11,16 @@
-
- +
-
-
- - -
- - -
- - -
-
+
+
diff --git a/emanote/emanote.cabal b/emanote/emanote.cabal index 892ac5afc..3e13b9955 100644 --- a/emanote/emanote.cabal +++ b/emanote/emanote.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: emanote -version: 1.2.1.1 +version: 1.2.1.2 license: AGPL-3.0-only copyright: 2022 Sridhar Ratnakumar maintainer: srid@srid.ca