SwiftNotion 使用方法マニュアル(日本語)
📱 What is SwiftNotion?
SwiftNotion is an app that allows you to easily send notes to your Notion databases from your iPhone, iPad, and Apple Watch!
It supports not only text notes, but also sharing web pages, quick access from home screen widgets, easy input from Apple Watch, and even Siri voice commands.
This app has a simple function of only posting to the Notion Database, so it does not refer to your Notion data, and your data is protected. Please use it with confidence.
‼️ Important Notes
- Only databases with a text property named "Title" are supported. The note content is recorded in this text property, so an error will occur if it doesn't exist.
- Having a URL property named "URL" is convenient when sharing websites.
- Having a date property named "Created time" (which I believe is the default for Databases) is convenient for recording the date and time of the note.
- It's okay to have other properties. This app won't reference them, but it won't interfere with them either.
💎 Swift Notion and Swift Notion Lite?
|
Swift Notion |
Swift Notion Lite(Developing) |
Base App |
⚪︎ |
⚪︎(with Ad) |
Share |
⚪︎ |
⚪︎(with Ad) |
Widget |
⚪︎ |
⚪︎(with Ad) |
Siri |
⚪︎ |
❌ |
Watch App |
⚪︎ |
❌ |
Watch Siri |
⚪︎ |
❌ |
Watch Complication |
⚪︎ |
❌ |
🚀 Initial Setup
Step 1: Preparation in Notion
- Create a Notion Integration
- Access Notion Developers
- Click on "New integration"
- Enter an Integration name and create it
- Copy the Internal Integration Token and paste it into a memo app or similar (you'll use it later)
- Prepare a Notion Database
- Create a new database in Notion or use an existing one
- The database needs the following properties:
- Title (Title) - For the main text
- URL (URL) - For sharing web pages (optional)
- Invite the Integration to the Database
- In the top right of the database, click "..." -> "Add connections"
- Select the Integration you created
- Get the Database ID
- Copy the database URL
- The 32 characters after
https://www.notion.so/
and before the ?
in the URL is the Database ID
- Example:
abc123def456...
- Copy the entire URL, paste it into a memo app, and extract just the ID for later use.
Step 2: Configuration in the SwiftNotion App
- Launch the app
- Tap the gear icon ⚙️ in the upper right corner to go to the settings screen
- Set the Integration Secret
- In the "Integration Secret" field, enter the token you obtained in Step 1-1