mirror of
https://github.com/maclean-d/obsidian-limitless-lifelogs.git
synced 2026-07-22 05:42:47 +00:00
No description
|
|
||
|---|---|---|
| .github/workflows | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitattributes | ||
| .gitignore | ||
| .npmrc | ||
| buildaplugin.md | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| limitless-lifelogs.png | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| releaseplugin.md | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Limitless Lifelogs for Obsidian
Sync your Limitless AI lifelog entries directly into Obsidian markdown files.
Features
- Download your Limitless AI lifelog entries as markdown files
- Automatically organize entries by date (YYYY-MM-DD.md)
- Sync new entries with a single click
- Preserves original markdown formatting and structure
- Supports incremental syncing (only fetches new or updated entries)
Installation
Manual Installation
- Download the latest release from the releases page
- Extract the zip file into your vault's
.obsidian/pluginsfolder - Enable the plugin in your Community Plugins list
Configuration
- Open Obsidian Settings
- Go to "Limitless Lifelogs" in the plugin list
- Enter your Limitless AI API key
- Choose the folder where you want your lifelog entries to be stored
- (Optional) Modify the start date for initial sync (defaults to February 9th, 2025)
Usage
Initial Sync
- Configure your API key and folder settings
- Click the sync icon in the left ribbon
- Wait for the sync to complete
Incremental Sync
- Click the sync icon in the left ribbon anytime to fetch new entries
- The plugin will automatically detect the last synced date and only fetch new entries
Command Palette
You can also trigger a sync using the command palette (Ctrl/Cmd + P):
- Search for "Limitless Lifelogs: Sync"
File Format
Each lifelog entry is saved in a markdown file named with the date format YYYY-MM-DD.md. The content preserves the original structure from Limitless AI, including:
- Entry titles as H1 headings
- Sections as H2 headings
- Messages with timestamps and speaker names
- Original markdown formatting
FAQ
How do I get my Limitless AI API key?
- Log in to your Limitless AI account
- Navigate to Settings > API
- Generate a new API key
What happens if I sync multiple times?
The plugin uses incremental syncing, so it will only fetch new or updated entries since your last sync.
Troubleshooting
If you encounter any issues:
- Verify your API key is correct
- Check your internet connection
- Ensure you have write permissions in your chosen folder
- Try restarting Obsidian
