Skip to content

Commit 23e6044

Browse files
committed
docs: update changelog and setup docs
1 parent add3133 commit 23e6044

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

docs/docs/changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- Task deadlines are now displayed in the task metadata with a target icon, and can be toggled using `deadline` in the `show` query property.
1818
- You can now set a deadline when creating tasks from the task creation modal. This option only appears for premium Todoist users.
1919
- You can now automatically copy a markdown link to newly created tasks, with options for either app URI or web URL format.
20+
- Token input now includes a "Paste from clipboard" button for easier token entry during setup.
21+
22+
### 🔁 Changes
23+
24+
- Added debug logging for token validation to help troubleshoot setup issues.
25+
26+
### 🐛 Bug Fixes
27+
28+
- Token validation now removes erroneous whitespace automatically
2029

2130
## v2.2.1 (2025-09-22)
2231

docs/docs/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Once the plugin is installed, you'll need to enable and do some initial setup.
2424

2525
1. Enable the plugin from Obsidian's setting page
2626
2. You should get a popup asking you to provide your [API token](https://todoist.com/help/articles/find-your-api-token-Jpzx9IIlB).
27-
3. Paste your API token into the prompt
27+
3. Enter your API token into the prompt. You can type it directly or use the "Paste from clipboard" button for convenience.
2828
4. The prompt will verify that the token provided is valid and will present you with a checkmark if it is
29-
5. Select 'Submit' to complete the setup
29+
5. Select 'Save' to complete the setup
3030

3131
> Note that this token is stored in its own file inside your vault. It can be found at `.obsidian/todoist-token`. If you synchronize your vault, you may choose to explicit ignore this file to avoid the API token leaving your machine. If you choose to do this, you must perform this setup on each device you access your vault on.
3232

0 commit comments

Comments
 (0)