Skip to content

Commit da0a32b

Browse files
committed
ui: improve texts
1 parent 08a8627 commit da0a32b

File tree

8 files changed

+23
-25
lines changed

8 files changed

+23
-25
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
Website: [https://deepnotes.app](https://deepnotes.app)
44

5-
DeepNotes is an open source, end-to-end encrypted infinite canvas note-taking app with deep page navigation and live collaboration.
5+
DeepNotes is an open source, end-to-end encrypted infinite canvas tool with deep page nesting and realtime collaboration.
66

77
## Why DeepNotes?
88

9-
- **Infinite canvas note-taking:** Free yourself from the big wall of text.
10-
- **Deep page navigation:** Explore concepts in all their complexity.
9+
- **Infinite canvases:** Free yourself from the big wall of text.
10+
- **Deep page nesting:** Explore concepts in all their complexity.
1111
- **End-to-end encryption:** Keep your notes well protected.
12-
- **Live collaboration:** Create groups to collaborate with your team.
12+
- **Realtime collaboration:** Create groups to collaborate with your team.
1313
- **Flexible note system:** Organize your notes in whatever way you want.
1414
- **Lifelong storage:** Never lose your notes ever again.
1515

@@ -35,7 +35,7 @@ git clone https://github.com/DeepNotesApp/DeepNotes && cd DeepNotes && cp templa
3535

3636
- [Vue.js](https://vuejs.org/): Reactivity, component system, and more
3737
- [Quasar Framework](https://quasar.dev/): Cross-platform frontend framework
38-
- [Yjs](https://docs.yjs.dev/): Live collaboration
38+
- [Yjs](https://docs.yjs.dev/): Realtime collaboration
3939
- [Tiptap](https://tiptap.dev/): Rich text editor
4040
- [KeyDB](https://docs.keydb.dev/) and [Redis](https://redis.io/): Scalable shared memory and communication
4141
- And many more...

apps/client/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html>
33
<head>
44
<meta charset="utf-8" />
@@ -18,11 +18,11 @@
1818
<!-- Primary Meta Tags -->
1919
<meta
2020
name="description"
21-
content="DeepNotes is an open source, end-to-end encrypted infinite canvas note-taking app with bidirectional page navigation and live collaboration."
21+
content="DeepNotes is an open source, end-to-end encrypted infinite canvas tool with deep page nesting and realtime collaboration. Create mind maps, diagrams, kanban boards, and more."
2222
/>
2323
<meta
2424
name="keywords"
25-
content="deepnotes, deep notes, note-taking, visual, spatial, end-to-end encrypted, collaborative, open source"
25+
content="deepnotes, deep notes, infinite canvas, nested, mind map, note-taking, visual, spatial, end-to-end encrypted, collaborative, realtime collaboration, realtime collaboration, open source"
2626
/>
2727
<meta
2828
name="robots"
@@ -50,11 +50,11 @@
5050
/>
5151
<meta
5252
property="og:title"
53-
content="DeepNotes - Infinite Canvas Encrypted Note-taking"
53+
content="DeepNotes - Deeply Nested Infinite Canvases"
5454
/>
5555
<meta
5656
property="og:description"
57-
content="DeepNotes is an open source, end-to-end encrypted infinite canvas note-taking app with bidirectional page navigation and live collaboration."
57+
content="DeepNotes is an open source, end-to-end encrypted infinite canvas tool with deep page nesting and realtime collaboration."
5858
/>
5959
<meta
6060
property="og:image"
@@ -72,11 +72,11 @@
7272
/>
7373
<meta
7474
property="twitter:title"
75-
content="DeepNotes - Infinite Canvas Encrypted Note-taking"
75+
content="DeepNotes - Deeply Nested Infinite Canvases"
7676
/>
7777
<meta
7878
property="twitter:description"
79-
content="DeepNotes is an open source, end-to-end encrypted infinite canvas note-taking app with bidirectional page navigation and live collaboration."
79+
content="DeepNotes is an open source, end-to-end encrypted infinite canvas tool with deep page nesting and realtime collaboration."
8080
/>
8181
<meta
8282
property="twitter:image"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DeepNotes is an open source, end-to-end encrypted visual note-taking tool with deep bidirectional page navigation and live collaboration.
1+
DeepNotes is an open source, end-to-end encrypted infinite canvas tool with deep page nesting and realtime collaboration.

apps/client/src-capacitor/ios/App/fastlane/metadata/en-US/description.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Why DeepNotes?
2-
- Visual note-taking: Free yourself from the big wall of text.
3-
- Deep page navigation: Explore concepts in all their complexity.
2+
- Infinite canvases: Free yourself from the big wall of text.
3+
- Deep page nesting: Explore concepts in all their complexity.
44
- End-to-end encryption: Keep your notes well protected.
5-
- Live collaboration: Create groups to collaborate with your teams.
5+
- Realtime collaboration: Create groups to collaborate with your teams.
66
- Flexible note system: Organize your notes in whatever way you want.
77
- Lifelong storage: Never lose your notes ever again.
88

apps/client/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { useEventListener } from '@vueuse/core';
1010
import { isCtrlDown } from './code/utils/misc';
1111
1212
useMeta(() => ({
13-
title: 'DeepNotes - Infinite Canvas Encrypted Note-taking',
13+
title: 'DeepNotes - Deeply Nested Infinite Canvases',
1414
}));
1515
1616
onMounted(() => {

apps/client/src/pages/home/Index/Index.vue

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
"
3434
>end-to-end encrypted</span
3535
>
36-
infinite canvas with deep bidirectional page navigation and live
37-
collaboration.
36+
infinite canvas tool with deep nesting and realtime collaboration.
3837
</div>
3938

4039
<template v-if="!authStore().loggedIn">
@@ -126,10 +125,9 @@
126125

127126
<Gap style="height: 12px" />
128127

129-
<div style="font-size: 15px; max-width: 313px">
128+
<div style="font-size: 15px; max-width: 300px">
130129
Double-click to create a note and explore the possibilities. Move,
131-
resize, expand, collapse, link, colorize. Use containers to create
132-
note hierarchies.
130+
expand, colorize. Use containers to create nested notes.
133131
</div>
134132
</div>
135133
</div>

apps/client/src/pages/home/Whitepaper/Whitepaper.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ const html = marked(`
128128
<br/>
129129
<br/>
130130
131-
## Live collaboration
131+
## Realtime collaboration
132132
133-
DeepNotes uses [Yjs](https://docs.yjs.dev/) for live collaboration.
133+
DeepNotes uses [Yjs](https://docs.yjs.dev/) for realtime collaboration.
134134
135135
Each page is represented by a Yjs document.
136136
Document updates are encrypted using the page's encryption key before being sent to the server.

apps/client/src/pages/home/Whitepaper/WhitepaperItems.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
@click="scrollToAnchor('live-collaboration')"
3535
>
3636
<q-item-section style="padding-left: 24px">
37-
Live collaboration
37+
Realtime collaboration
3838
</q-item-section>
3939
</q-item>
4040

0 commit comments

Comments
 (0)