Skip to content

Commit

Permalink
Merge pull request #912 from Chris-P-Bakin/master
Browse files Browse the repository at this point in the history
Added Target for Notion Note-Taking App
  • Loading branch information
AndrewRathbun authored Mar 14, 2024
2 parents 73bca38 + d3c1255 commit f031c38
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Targets/Apps/Notion.tkape
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
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
# 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.
# This includes creation and modification timestamps for all entries.
# Additionally, Notion stores the user's Custom Dictionary in a text file.
7 changes: 7 additions & 0 deletions Targets/Compound/SQLiteDatabases.tkape
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ Targets:
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 f031c38

Please sign in to comment.