Skip to content

Commit

Permalink
Added Target for Notion Note-Taking App
Browse files Browse the repository at this point in the history
Notion is a popular note-taking/productivity app. The Windows app for Notion stores all pages, tables, users, etc. in a sqlite database.

Created new Target for Notion's notion.db as well as the user's custom dictionary.

Updated the compound target, 'SQLiteDatabases' to include the new Notion database.
  • Loading branch information
Chris-P-Bakin committed Mar 14, 2024
1 parent 0239f60 commit 10ae133
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Targets/Apps/Notion.tkape
Original file line number Diff line number Diff line change
@@ -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/
7 changes: 7 additions & 0 deletions Targets/Compound/SQLiteDatabases.tkape
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 10ae133

Please sign in to comment.