This plugin integrates InfoFlow with Obsidian, allowing you to sync your saved articles, web pages, notes, and highlights directly into your Obsidian vault.
InfoFlow is a Personal Knowledge Management System (PKMS) that allows you to save articles, web pages, X posts, YouTube videos, notes, and highlights from your browser and sync them to your Obsidian vault.
中文版 Version française Versión en español
This plugin is still under development. Please report any issues using GitHub issues or to InfoFlow Support. Thanks for your support!
- Sync InfoFlow items to your Obsidian vault
- Convert HTML content to Markdown automatically
- Customizable file naming templates
- Customizable note templates with frontmatter
- Support for highlights and annotations
- Filter sync by date, tags, and folders
- Manual and automatic sync options
- Open Obsidian Settings
- Go to Community Plugins and disable Safe Mode
- Click Browse and search for "InfoFlow"
- Install the plugin and enable it
- Get your InfoFlow API token (can be created at https://www.infoflow.app/user_portal/external_token)
- In the future, InfoFlow subscription would be required to use this API token
- Open plugin settings in Obsidian
- Enter your API token
- Configure sync settings:
- Target folder for synced notes
- File name template
- Note template
- Sync frequency
{{title}}
- Item title{{id}}
- Item ID{{itemType}}
- Type of item (web_page, pdf, etc.)
{{title}}
- Item title{{url}}
- Source URL{{itemType}}
- Type of item{{author}}
- Author metadata{{tags}}
- Item tags{{createdAt}}
- Creation date{{updatedAt}}
- Last update date{{content}}
- Main content{{notes}}
- Highlights/annotations section
- Click the InfoFlow sync icon in the left ribbon
- Or use the command palette and search for "Sync InfoFlow Items"
The plugin will automatically sync based on your configured sync frequency.
You can filter items to sync by:
- Date range
- Tags
- Folders
- Last update time
- An active InfoFlow Cloud account. Local versions with Google Drive or OneDrive is NOT supported due to the nature of the Obsidian plugin (a centrialized server is required to sync the files).
- InfoFlow API token
- Obsidian v0.15.0 or higher
- Visit InfoFlow Support
- Report issues on GitHub
MIT License. See LICENSE for details.