You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-13
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ We appreciate filed issues, pull requests and general discussion.
12
12
13
13
# Features
14
14
15
-
- Create virtual whiteboards called *Spaces* with virtually unlimited size
15
+
- Create virtual whiteboards called _Spaces_ with virtually unlimited size
16
16
- Drag & drop images, videos and audio from your computer or the web
17
17
- Write and format text with full control over fonts, colors and style
18
18
- Draw, annotate and highlight with included graphical shapes
@@ -45,7 +45,6 @@ To install all node dependencies, run (do this once) after cloning the repositor
45
45
46
46
See [config/default.json](config/default.json). Set `storage_local_path` for a local sqlite database or `storage_region`, `storage_bucket`, `storage_cdn` and `storage_endpoint` for AWS S3. `mail_provider` may be one of `console` or `smtp`. Also, omit a trailing `/` for the `endpoint`.
47
47
48
-
49
48
## Disable DB logs
50
49
51
50
```json
@@ -61,7 +60,8 @@ Add a custom array of swatches to your config/default.json.
61
60
**You should include the swatch transparent (rgba(0,0,0,0)) so users can remove the color applied.**
62
61
63
62
## Configure default colors
64
-
You can define text, stroke and fill color in your config/default.json.
63
+
64
+
You can define text, stroke and fill color in your config/default.json.
65
65
66
66
**You also should include the default colors in your custom swatches palette.**
67
67
@@ -107,8 +107,8 @@ For advanced media conversion:
107
107
108
108
# Data Storage
109
109
110
-
By default, media files are uploaded to the ```storage``` folder.
111
-
The database is stored in ```database.sqlite``` by default.
110
+
By default, media files are uploaded to the `storage` folder.
111
+
The database is stored in `database.sqlite` by default.
112
112
113
113
# Other databases (Not officially supported)
114
114
@@ -129,16 +129,12 @@ Adapt the other values as needed
0 commit comments