Simple Microsoft To Do
pendingby Ruochen0513
Integrate Microsoft To Do in sidebar.
Simple Microsoft To Do for Obsidian
An unofficial plugin for Obsidian that allows you to integrate and manage your Microsoft To Do tasks directly within the Obsidian sidebar.
✨ Features
- Sidebar Integration: View your to-dos in the Obsidian sidebar without switching windows.
- Task Management:
- ✅ View Tasks: Automatically loads your default task list.
- ➕ Add Tasks: Quickly create new tasks via the input box at the bottom.
- ☑️ Complete Tasks: Click the checkbox to mark tasks as completed (syncs to Microsoft To Do).
- Secure Login: Uses the official Microsoft OAuth2 authorization flow and supports automatic Access Token refreshing, so you don't need to log in frequently.
🛠️ Installation
Manual Installation (From Release)
- Download the latest
main.js,manifest.json, andstyles.cssfiles from the GitHub Releases page. - Go to your Obsidian vault directory:
.obsidian/plugins/obsidian-microsoft-todo/(create the folder if it doesn't exist). - Place the downloaded files into this folder.
- Restart Obsidian and enable "Simple Microsoft To Do" in Settings -> Community Plugins.
📖 Usage Guide
- After enabling the plugin, a ☑️ icon will appear in the Obsidian Ribbon (left sidebar).
- Click the icon to open the Microsoft To Do view in the right sidebar.
- For the first use, you will see a "Sign in Microsoft To Do" button.
- Click to sign in. A browser window will open for Microsoft authorization. Please sign in and authorize.
- After successful authorization, the browser will attempt to redirect back to Obsidian. The plugin will automatically fetch the Token and load your task list.
Common Operations
- Refresh List: Click the "Refresh" button.
- Add Task: Type in the input box at the bottom of the view and press
Enter. - Sign Out: Click "Sign out" at the top of the view, or sign out via the plugin settings page.
📄 License
Simple Microsoft To Do for Obsidian (中文说明)
这是一个为 Obsidian 开发的非官方插件,允许您直接在 Obsidian 的侧边栏中集成和管理您的 Microsoft To Do 任务。
✨ 功能特性
- 侧边栏集成:在 Obsidian 侧边栏中查看您的待办事项,无需切换窗口。
- 任务管理:
- ✅ 查看任务:自动加载您的默认任务列表。
- ➕ 添加任务:通过底部的输入框快速创建新任务。
- ☑️ 完成任务:点击复选框即可标记任务完成(同步至 Microsoft To Do)。
- 安全登录:使用微软官方 OAuth2 授权流程,支持自动刷新 Access Token,无需频繁登录。
🛠️ 安装方法
手动安装 (从 Release)
- 从 GitHub Releases 页面下载最新的
main.js,manifest.json, 和styles.css文件。 - 进入您的 Obsidian 仓库目录:
.obsidian/plugins/obsidian-microsoft-todo/ - 将下载的文件放入该文件夹中。
- 重启 Obsidian,在 设置 -> 第三方插件 中启用 "Simple Microsoft To Do"。
📖 使用指南
- 启用插件后,Obsidian 界面左侧 Ribbon 栏(侧边条)会出现一个 ☑️ 图标。
- 点击图标,右侧侧边栏将打开 Microsoft To Do 视图。
- 初次使用时,视图中会出现 "Sign in Microsoft To Do" 按钮。
- 点击登录,浏览器将弹出微软授权页面,请登录您的微软账号并授权。
- 授权成功后,浏览器会尝试唤起 Obsidian,插件将自动获取 Token 并加载您的任务列表。
常用操作
- 刷新列表:点击 "Refresh" 按钮。
- 添加任务:在视图底部的输入框输入内容,按下
Enter键即可。 - 注销账号:在视图顶部点击 "Sign out",或在插件设置页点击注销。
📄 许可证
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.