-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Target for Notion Note-Taking App
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
1 parent
0239f60
commit 10ae133
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters