aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-09-07 18:15:59 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-09-07 18:15:59 +0200
commit87acd45d1fc6d4b97c12b2044b755b4fc1f1dc33 (patch)
tree070cc64b4900c468e1d6409c0dc2b048cd54eaef /README.md
parentFix lint (diff)
downloadferdium-app-87acd45d1fc6d4b97c12b2044b755b4fc1f1dc33.tar.gz
ferdium-app-87acd45d1fc6d4b97c12b2044b755b4fc1f1dc33.tar.zst
ferdium-app-87acd45d1fc6d4b97c12b2044b755b4fc1f1dc33.zip
Make todo server editable
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index b2ee68a9f..c4f3f7554 100644
--- a/README.md
+++ b/README.md
@@ -12,16 +12,23 @@
12- [x] Makes all users Premium by default 12- [x] Makes all users Premium by default
13- [x] [Add option to change server to a custom](#servers) [ferdi-server](https://github.com/vantezzen/ferdi-server) 13- [x] [Add option to change server to a custom](#servers) [ferdi-server](https://github.com/vantezzen/ferdi-server)
14- [x] Remove "Franz is better together" popup 14- [x] Remove "Franz is better together" popup
15- [x] [Makes it possible to edit the "Franz Todo" server](#franz-todo)
15- [x] Makes RocketChat self-hosted generally available 16- [x] Makes RocketChat self-hosted generally available
16- [x] Comes with a custom branding proper to Ferdi 17- [x] Comes with a custom branding proper to Ferdi
17 18
18## Servers 19### Servers
19Ferdi adds the option to change your Ferdi server. By default, this will be `https://api.franzinfra.com` - the official Franz server. This allows Ferdi to stay compatible with your current Franz account. 20Ferdi adds the option to change your Ferdi server. By default, this will be `https://api.franzinfra.com` - the official Franz server. This allows Ferdi to stay compatible with your current Franz account.
20 21
21If you want to experience all Ferdi features, you may want to use a custom [ferdi-server](https://github.com/vantezzen/ferdi-server). ferdi-server allows you to use Premium features without restrictions and adds the ability to package and add additional recipes. You can also import your existing Franz account into your ferdi-server to start right where you left off. 22If you want to experience all Ferdi features, you may want to use a custom [ferdi-server](https://github.com/vantezzen/ferdi-server). ferdi-server allows you to use Premium features without restrictions and adds the ability to package and add additional recipes. You can also import your existing Franz account into your ferdi-server to start right where you left off.
22 23
23More information on how to set up a ferdi-server can be found at <https://github.com/vantezzen/ferdi-server/blob/master/README.md>. 24More information on how to set up a ferdi-server can be found at <https://github.com/vantezzen/ferdi-server/blob/master/README.md>.
24 25
26### Franz Todo
27Starting with Franz 5.3.0, Franz ships with the "Franz Todo" feature. This feature allows you to create a Franz Todo list that stays open at all times.
28
29Ferdi makes it possible to change the Franz Todo list server to any URL you want, e.g. to `todoist.com` to use your Todoist todo list in Franz todo.
30
31![Todoist in Franz Todo](screenshots/Ferdi-Todo.png)
25 32
26## Packaging 33## Packaging
27 34