From d3c1255f336660ca4c3bebd81a5df248a7e9471a Mon Sep 17 00:00:00 2001 From: Andrew Rathbun <36825567+AndrewRathbun@users.noreply.github.com> Date: Wed, 13 Mar 2024 23:38:13 -0400 Subject: [PATCH] Update Notion.tkape spelling error fix, rearrange documentation a bit --- Targets/Apps/Notion.tkape | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Targets/Apps/Notion.tkape b/Targets/Apps/Notion.tkape index 1d56a8972..4bc6c8620 100644 --- a/Targets/Apps/Notion.tkape +++ b/Targets/Apps/Notion.tkape @@ -10,7 +10,6 @@ Targets: Path: C:\Users\%user%\AppData\Roaming\Notion FileMask: 'notion.db' Comment: "Local storage file containing all pages, databases, users, etc." - - Name: Notion Custom Dictionary Category: App @@ -18,8 +17,8 @@ Targets: FileMask: 'Custom Dictionary.txt' # Documentation +# https://www.notion.so/ # Notion is a freemium productivity and note-taking app. It includes organizational tools such as task management, project tracking, to-do lists, and bookmarking. -# When using the Notion app for Windows, Notion stores all pages, users, databases, etc. in a sqlite database, notion.db. +# When using the Notion app for Windows, Notion stores all pages, users, databases, etc. in a SQLite database, notion.db. # This includes creation and modification timestamps for all entries. -# Additionaly, Notion stores the user's Custom Dictionary in a text file. -# https://www.notion.so/ +# Additionally, Notion stores the user's Custom Dictionary in a text file.