From befbd7652beff6daf594d5989f049ce5fc1d6b07 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 20 Mar 2021 09:28:37 +0100 Subject: [PATCH] :pencil: (about) add a todo item --- src/views/About.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/About.vue b/src/views/About.vue index 794eab0..eda78e7 100644 --- a/src/views/About.vue +++ b/src/views/About.vue @@ -6,7 +6,8 @@
Work in progress:
    -
  1. offline notes ⏳
  2. +
  3. header note for quick actions ⏳
  4. +
  5. offline notes
  6. full path resolver between notes
  7. draft & "note on the fly" folders
  8. login with GitHub "Personal Access Token" tutorial