mirror of
https://github.com/kissyjpf/rtm-sync.git
synced 2026-07-22 07:02:51 +00:00
update minor part
This commit is contained in:
parent
0091a54ecf
commit
b59a9e47fa
1 changed files with 20 additions and 14 deletions
34
README.md
34
README.md
|
|
@ -1,19 +1,15 @@
|
|||
<<<<<<< Updated upstream
|
||||
# Obsidian Remember The Milk Sync (Cow Edition 🐮) v1.2.0
|
||||
=======
|
||||
# RTM Sync
|
||||
>>>>>>> Stashed changes
|
||||
|
||||
This is a powerful plugin for [Obsidian](https://obsidian.md) that syncs tasks with [Remember The Milk](https://www.rememberthemilk.com/) (RTM).
|
||||
|
||||
It is designed to be **fully compatible with the [Obsidian Tasks](https://github.com/obsidian-tasks-group/obsidian-tasks) plugin** and offers granular control over which tasks to import.
|
||||
|
||||
## New in v1.2.0 🚀
|
||||
## New in v1.3.1 🚀
|
||||
|
||||
* **Select & Import**: A popup modal allows you to select exactly which tasks to import from your RTM lists.
|
||||
* **Custom Filters**: Import tasks using RTM's powerful search syntax (e.g., `list:Work AND due:today`).
|
||||
* **Metadata Sync**: RTM List names and Tags are automatically converted to Obsidian hashtags (e.g., `#Inbox`, `#Work`).
|
||||
* **Smart Add**: Adding tasks from Obsidian supports RTM's Smart Add syntax (e.g., adding `#tag` in Obsidian adds the tag in RTM).
|
||||
* **Note Creation**: Create separate Obsidian notes from your RTM tasks. You can specify a dedicated save folder in settings.
|
||||
* **Import Notes & Links**: New option to import task notes and RTM web links as sub-bullets when inserting tasks to the editor.
|
||||
* **Bi-directional Linking**: When adding a task from an Obsidian note, a link back to your Obsidian note is automatically added to the RTM task.
|
||||
* **Default Due Date**: Automatically set a default due date (e.g. Today) when adding new tasks from Obsidian.
|
||||
|
||||
## Features
|
||||
|
||||
|
|
@ -61,6 +57,10 @@ It is designed to be **fully compatible with the [Obsidian Tasks](https://github
|
|||
* Run `RTM Sync: Complete task at cursor`.
|
||||
* Task marks complete in RTM and Obsidian (`- [x]`).
|
||||
|
||||
### 4. Create Note from RTM task
|
||||
* Run `RTM Sync: Create note from RTM task`.
|
||||
* Select tasks from the popup, and individual markdown notes will be created for each task.
|
||||
|
||||
---
|
||||
|
||||
# 日本語 (Japanese)
|
||||
|
|
@ -68,10 +68,11 @@ It is designed to be **fully compatible with the [Obsidian Tasks](https://github
|
|||
Remember The Milk (RTM) のタスクを Obsidian 上で同期・管理するためのプラグインです。
|
||||
**Obsidian Tasks プラグイン** との互換性を重視しており、期限や優先度を Tasks 形式で出力します。
|
||||
|
||||
## v1.2.0 の新機能 🚀
|
||||
* **選択インポート**: タスク一覧画面(モーダル)から、必要なタスクだけを選んで取り込めます。
|
||||
* **カスタム検索**: `list:仕事 due:today` のように検索条件を指定してダウンロードできます。
|
||||
* **ハッシュタグ変換**: RTM のリスト名やタグを、Obsidian のハッシュタグ(`#Inbox` `#タグ`)として自動変換します。
|
||||
## v1.3.1 の新機能 🚀
|
||||
* **ノート作成機能**: RTMのタスクから独立したObsidianノートを作成できます。設定画面から保存先フォルダを指定可能です。
|
||||
* **ノートとリンクのインポート**: エディタにタスクを追加する際、オプションでRTMのタスクノートとWebリンクをサブアイテムとしてインポートできるようになりました。
|
||||
* **双方向リンク**: Obsidianのノートからタスクを追加した際、自動でRTMのタスクノートにObsidianノートへのバックリンクが追加されます。
|
||||
* **デフォルト期限設定**: タスクを新規追加する際に、自動で「今日」などの期限を設定できるようになりました。
|
||||
|
||||
## 主な機能
|
||||
* **Obsidian Tasks 完全互換**: 期限日 (`📅`) や優先度 (`🔺`) を標準的な形式で扱います。
|
||||
|
|
@ -95,8 +96,13 @@ Remember The Milk (RTM) のタスクを Obsidian 上で同期・管理するた
|
|||
### 3. タスクの完了
|
||||
* 同期済みのタスク(`[🐮]` がある行)でコマンド `Complete task at cursor` を実行。
|
||||
|
||||
### 4. RTMタスクからノートを作成
|
||||
* コマンド `Create note from RTM task` を実行。
|
||||
* 一覧からタスクを選択すると、それぞれ独立したMarkdownノートが作成されます。
|
||||
|
||||
## Development
|
||||
|
||||
```bash
|
||||
npm install
|
||||
npm run build
|
||||
npm run build
|
||||
```
|
||||
Loading…
Reference in a new issue