diff --git a/Targets/Apps/Notion.tkape b/Targets/Apps/Notion.tkape new file mode 100644 index 000000000..df21279f4 --- /dev/null +++ b/Targets/Apps/Notion.tkape @@ -0,0 +1,25 @@ +Description: Notion Note-Taking App +Author: Thomas Burnette +Version: 1.0 +Id: 95afe81f-6301-4a7f-996b-c69443e7c2d9 +RecreateDirectories: true +Targets: + - + Name: Notion Local Storage + Category: App + 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 + Path: C:\Users\%user%\AppData\Roaming\Notion\Partitions\notion + FileMask: 'Custom Dictionary.txt' + +# Documentation +# 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. +# 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/ \ No newline at end of file diff --git a/Targets/Compound/SQLiteDatabases.tkape b/Targets/Compound/SQLiteDatabases.tkape index 8c1b369cd..2be487310 100644 --- a/Targets/Compound/SQLiteDatabases.tkape +++ b/Targets/Compound/SQLiteDatabases.tkape @@ -73,6 +73,13 @@ Targets: Category: SQLDatabases Path: C:\Users\%user%\AppData\Roaming\TeraCopy\ FileMask: main.db + + # Apps - Notion - Notion.tkape + - + Name: Notion Local Storage + Category: App + Path: C:\Users\%user%\AppData\Roaming\Notion + FileMask: 'notion.db' # Cloud Storage - Dropbox - Dropbox_Metadata.tkape