generated from Tanja-4732/ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwelcome.component.html
68 lines (54 loc) · 2.08 KB
/
welcome.component.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<div class="bulk-text">
<h1>Welcome to DoubleNote!</h1>
<p>
To navigate around the application, use the SideNav (a drawer menu which
slides in from the left side of the screen) and the CrumbTrail (an
interactive indicator of the current location in the application located
directly below the blue title bar).
</p>
<p>
This project is still in its infancy, and not yet considered usable.
<br />
Any data stored may become inaccessible due to changes in the software at
any point in time for any reason.
</p>
<h2>License notice</h2>
<pre>{{ licenseNotice | slice: 1:-1 }}</pre>
<h2>Notebook types</h2>
<p>
This software is supposed to be used for taking notes. There are two
different types of notebooks, one called "Box canvas page" and the other
called "Sequential block page".
</p>
<p>
The type of notebook is determined by the user when its created and cannot
be changed afterwards.
</p>
<h3>Box canvas page</h3>
<p>
The box canvas page (also referred to as BCP) model consists of pages which
are not limitend in the way that they are layed out. Users may write down
formatted text anywhere on the page by creating a box. The term "canvas"
refers to the ability to create free-hand drawings on every such page.
</p>
<h3>Sequential block page</h3>
<p>
The sequential block page (also referred to as SBP) model is based on the
idea that every page is divided into a linear sequence of blocks, which can
be of different types, such as headings, text, picture or other kinds of
embeds.
</p>
<h2>Collaboration</h2>
<p>
DoubleNote supports two modes of collaboration: Synchronous (real-time) and
asynchronous (independant) collaboration.
</p>
<h2>Third party licenses</h2>
<p>
This application is free and open-source software (also known as FOSS). It
builds upon lots of great open source libraries and projects, which are
licensed under their individual licenses as seen
<a href="3rdpartylicenses.txt" target="_blank">here</a> (opens in a new
tab).
</p>
</div>