Geulo

by Junyoung Bang
5
4
3
2
1
Score: 51/100

Description

Category: 3rd Party Integrations

The Geulo plugin integrates your liked YouTube videos into Obsidian, enhancing content review and organization. It retrieves all your liked YouTube videos using the YouTube Data API v3, allowing you to search, sort, and view them in the sidebar. Additionally, you can add videos directly to your daily notes for easy reference. Upcoming features include batch updating daily notes with liked videos and displaying popular videos. The plugin is designed to make re-watching valuable content easier, leveraging Obsidian's knowledge base capabilities to deepen learning and review habits.

Reviews

No reviews yet.

Stats

31
stars
2,084
downloads
4
forks
763
days
1
days
1
days
6
total PRs
1
open PRs
0
closed PRs
5
merged PRs
9
total issues
4
open issues
5
closed issues
281
commits

README file from

Github

Geulo: YouTube Library Manager and AI Summarizer for Obsidian

Latest release Obsidian 1.13.0+ License: MIT

Your YouTube library, connected to your Obsidian notes.

Geulo helps you consume YouTube content more intentionally. YouTube is designed to keep you watching more and more content, rather than helping you revisit what you've already watched and review it with your own notes.

This Obsidian plugin brings your liked videos, playlists, and subscriptions into Obsidian. You can rediscover videos through search and filters, read transcripts, generate AI summaries, and turn what you watch into Markdown notes.

To set up Geulo, you'll need to provide your own Google OAuth credentials. This involves creating a project in the Google Cloud Console, enabling the YouTube Data API v3, and generating OAuth client credentials. These credentials allow the plugin to access your YouTube account securely and retrieve information such as your liked videos, playlists, and subscriptions. Detailed setup instructions are provided below in the Requirements section.

Table of Contents

Features

  • Video retrieval: Access your entire YouTube liked video history

  • Playlist browsing: Browse your YouTube playlists and add custom playlists by ID

  • Add liked videos to playlists: Right-click a liked video, choose Add to playlist, then search and select one of your YouTube playlists. Existing entries are checked before adding; your like is kept.

  • Searching and content-type filtering: Search, filter, and sort videos by title, channel, tags, and content type — Long-form, Short-form, or Music.

    About the Short-form filter - The YouTube Data API does not provide an official Shorts label for videos. Geulo therefore groups videos as Short-form based on the maximum duration selected in Settings > Video display > Maximum Short-form duration. This is an approximation: short regular videos may be included, and Shorts longer than the selected limit may be excluded.

  • Create Video Notes: Create video notes with a single click and write your own notes. You can also organize them by channel.

  • Your like status in video notes: liked: true or liked: false records the last confirmed rating of your Geulo-connected YouTube account; likes remains the video’s total like count. Geulo checks this when creating/opening a video note from cards or Web Viewer, and updates existing notes after like/unlike/Undo and liked-video sync. Recent sync confirms fetched likes; Full scan also checks existing notes outside the fetched list. Custom templates can use {{liked}}. Failed or unknown lookups preserve existing values and leave new values absent. Clearing the saved list does not change this property. Editing the property does not change YouTube.

  • Daily note integration: Add videos to your daily notes with a single click

  • Collection curation: Remove videos from your liked list directly within Obsidian

  • AI video summaries: Generate video summaries using Google Gemini, OpenRouter, or OpenAI. Gemini analyzes the video directly, while OpenRouter and OpenAI summarize the selected transcript. Summaries include a collapsible one-liner preview and full expandable summary.

  • Add summary to note: Append AI-generated summaries to your video notes

  • Fetch transcripts: Choose Fetch transcript from a video card's menu in liked videos, playlists, or subscriptions. Read existing YouTube captions with timestamp links and copy the text. No extra API key is needed. Geulo prefers captions in your app's language, then English, then the first available language. Transcript access uses unofficial YouTube endpoints and may be unavailable for some videos or temporarily blocked. Captions are fetched on demand and are not saved automatically.

  • Video info display: Display video info with a single click

  • Search by channel name: Search by channel title when channel is clicked in the video card

It is inspired by the obsidian-google-calendar plugin.

Requirements

To use this plugin, you need to set up a project in Google Cloud Console and enable the YouTube Data API v3. Follow the steps below to set it up:

  1. Download the Plugin: Go to the Obsidian community plugins page and search for "Geulo".
  2. Enable the Plugin: In Obsidian, navigate to Settings > Community plugins and toggle the Geulo plugin on.
  3. Set Up API Credentials: Follow the steps in the "Setting up Google Cloud Console and YouTube Data API v3" section to obtain your credentials.

Setting up Google Cloud Console and YouTube Data API v3

The YouTube Data API v3 operates on a quota system where different API calls consume a specific number of “units” or “points” from a daily allowance. Using the API is free of charge; the “cost” refers to these quota units, not a monetary fee.

To use this plugin, you need to set up a project in Google Cloud Console and enable the YouTube Data API v3.

Follow the steps below to set it up:

1. Create a Project
  • Go to Google Cloud Console.
  • Click on the project dropdown and select "New Project".
  • Enter a project name and click "Create".
2. Enable YouTube Data API v3
  • Navigate to API & Services > Library.
  • Search for YouTube Data API v3 and click on it.
  • Click "Enable".
3. Create Credentials
  • Go to API & Services > Credentials.
  • Click on Create Credentials and select OAuth client ID.
  • Configure the consent screen if prompted.
  • Choose Web application and enter a name.
  • In Authorized JavaScript origins, add http://127.0.0.1:42813.
  • In Authorized redirect URIs, add http://127.0.0.1:42813/callback.
  • Click "Create" and copy the Client ID and Client secret.
4. Create Login Permissions
  • Open Google Cloud Console for the project you created for this plugin.
  • Go to Google Auth Platform → Audience (this replaces the older “OAuth consent screen” UI).
  • Confirm:
    • Publishing status = Testing
    • User type = External
  • Under Test users, click Add users and add the Google account you use in Obsidian (for example [email protected]).
  • Save.

Testing mode requires reconnection after 7 days. Google authorization for Geulo's YouTube access, including the refresh token, expires 7 days after you grant permission. Reconnect your Google account in Geulo to continue fetching videos.

For ongoing use, consider selecting Publish app under Google Auth Platform → Audience to switch to In production, then reconnect Geulo to obtain new tokens. This removes the Testing-specific 7-day limit, but does not guarantee that tokens will never expire or be revoked. Publishing is separate from Google's app verification: an unverified-app warning and applicable verification requirements may still remain. See Google's publishing status guidance.

5. Enter Credentials in Plugin
  • Open Obsidian and go to Settings → Geulo → Google connection.
  • Choose either setup method:
    • Import JSON: Download your OAuth client JSON from Google Auth Platform → Clients, click Import JSON in Geulo, and select the file. Review the client type, project, and Client ID, then click Save credentials. Web and Desktop client JSON files are accepted; service account keys are not. The file is read locally, and the client secret is saved in Obsidian SecretStorage. If already connected, disconnect before replacing credentials.
    • Manual entry: Expand Google API credentials and enter your Client ID and Client secret in the respective fields.
  • Click Connect with Google to sign in. Importing a file does not sign you in or verify your project's API and consent settings.
6. Successful Authentication Confirmation
  • When the OAuth flow succeeds, your browser will open a page at a URL like: http://127.0.0.1:42813/callback?code=...&scope=...
  • The page will display:

    Authentication successful! Please return to Obsidian.

  • At that point you can close the tab and Obsidian should show that you are logged in.

Troubleshooting

If you encounter any issues, consider the following steps:

  1. Credentials: Double-check that your Client ID and Client secret are correctly entered in the plugin settings.
  2. Authorized URIs: Verify that http://127.0.0.1:42813 is listed in the Authorized JavaScript origins and http://127.0.0.1:42813/callback in the Authorized redirect URIs.
  3. If granting permission to your google project fails, check if there are multiple window/tabs for login process opened. If so, close all of them and try again.

Local video data

Liked videos are stored in liked-videos.json in this plugin's folder, separately from settings in data.json. On startup, the plugin reads the list into memory. Updates are saved asynchronously, with synchronous updates combined into one save. The previous valid file is backed up as liked-videos.json.bak before replacement.

Existing liked videos in localStorage migrate automatically after the new file is written and verified. Invalid files stop loading instead of being overwritten with an empty list. To restore a backup or edit the JSON manually, disable the plugin first, replace/edit liked-videos.json, and enable it again. Other devices do not automatically refresh the in-memory list when a synced file changes; reload the plugin after syncing. This change does not add conflict merging or incremental YouTube fetching.

AI Summary Setup

  1. Enable AI Summary in the plugin settings
  2. Choose a provider: Gemini (direct video analysis), OpenRouter, or OpenAI (transcript-based)
  3. Enter the API key for your chosen provider
  4. (OpenRouter or OpenAI) Select or enter a model ID
  5. Optionally customize the summary prompt
  6. Click the summary button on any video card to generate a summary

Tips

You can watch youtube video and take a note within Obsidian if you turn on Core Plugin > Web Viewer.

Release Notes

5.0.0 (upcoming)

Read, listen, and take notes from your YouTube library

  • Transcript reader: Search captions, switch between paragraphs and original timestamps, choose a preferred language, copy text, and save transcripts as notes. No extra API key is needed; caption availability varies by video.
  • More ways to summarize: OpenAI joins Gemini and OpenRouter. OpenAI and OpenRouter use transcripts; Gemini analyzes the video directly. Read summaries alongside transcripts, see their source and model, and customize line spacing.
  • Listen to summaries: Read AI summaries aloud with playback speed and volume controls. Generated audio is saved for replay. Set up an OpenRouter API key, model, and voice separately in Settings → Speech.
  • Better video discovery: Filter liked videos and playlist videos by upload date, duration, language, audio language, and whether they have an AI summary or video note.
  • Easier playlist management: Pin favorites, filter your own and imported playlists, import by URL or ID, and open playlists on YouTube. Remove imported playlists from Geulo without deleting them on YouTube. Add liked videos to your own playlists from the video menu, with a duplicate check.
  • Web Viewer actions: On desktop, open transcripts, AI summaries, video notes, and playlist imports from the menu on a YouTube page in Obsidian Web Viewer.
  • Your likes in notes: The new liked property tracks your connected account’s confirmed like status. likes remains the total like count; editing a note does not change YouTube.
  • Account-aware saved lists: Confirm how existing liked videos and subscriptions should be used when connecting a different or previously unverified YouTube account.
  • Simpler Google setup: Import your OAuth client JSON in Settings instead of entering the Client ID and secret manually.

4.3

  • Load up to 5 recent uploads per subscribed channel for lighter refreshes.
  • Continue on YouTube when no videos match your search, using your preferred browser or Obsidian Web Viewer.

4.0–4.2.2

  • Browse subscriptions with search, channel/date/content-type filters, sorting, and infinite scroll.
  • Unsubscribe from individual or selected channels with a quota confirmation. This changes your YouTube subscriptions.
  • Refresh subscriptions faster by loading multiple channels at once.

3.4

Smoother browsing and more dependable notes

  • Scroll through large liked-video collections more smoothly. Infinite scroll now renders only the videos around your current position and loads more as you continue.
  • Choose how videos open inside Obsidian. Enable Open Videos in Obsidian Web Viewer, then use Open Web Viewer in Split Pane to open videos beside your notes instead of in a new tab.
  • Rename or move a video note without losing its connection to the video. Geulo now identifies notes by their YouTube video ID, so opening a note or adding a summary continues to use the same file instead of creating a duplicate.
  • Existing video notes remain supported. Geulo adds the video ID when you next open an older note from a video card or add a summary to it. Leaving Video note location empty now uses Obsidian's default new-file location.
  • Check your Google connection at a glance in Settings. Geulo clearly shows whether you are connected and presents the actions available for your current status.
  • Your liked-video list now moves automatically from browser storage to a dedicated file in the Geulo plugin folder. Geulo keeps a backup before saving changes and preserves an unreadable file instead of replacing your videos with an empty list.
  • If your sync includes plugin data, reload Geulo after syncing to see list changes from another device. Avoid changing the list on two devices at the same time, because 3.4 does not merge competing changes.

3.3.1

Google credential storage

  • Google access tokens, refresh tokens, and the client secret now use Obsidian SecretStorage. Existing credentials move automatically when the plugin loads.
  • This change applies to Google credentials; Gemini, OpenRouter, and OpenAI API keys still use the existing plugin settings storage.

3.3.0

Video tags and page navigation

  • Liked videos and playlists now show video tags. Click a tag to show videos with that exact tag; select another to replace the filter, or clear it to return to the full list.
  • Cards show a compact selection of tags. Click +N to view the rest. You can hide tag chips in Settings → Show video tags.
  • In Settings → Video display, choose Pagination to navigate liked videos by page instead of scrolling.
  • Requires Obsidian 1.13.0 or later.

3.2.0

Delete your YouTube playlists

  • You can now delete playlists you own from the playlists view or an open playlist.
  • A confirmation appears before deletion. This permanently deletes the playlist from YouTube, not just from Geulo, and cannot be undone.

3.1.0

Likes, undo, and full fetch

  • You can like or unlike a video directly from a playlist.
  • After unliking a video in liked videos, click Undo in the notification within 5 seconds to restore the like and return the video to the list.
  • Run Geulo: Full Fetch Liked Videos from the command palette to fetch beyond the regular fetch limit, using your configured full-fetch limit.

3.0.0

  • AI video summaries: Generate summaries using Google Gemini or OpenRouter with real-time streaming responses
  • One-liner summaries: Automatic brief summary generation after full summary completes
  • Summary management: Regenerate summaries, add summaries to notes, filter by AI note
  • Content type filtering: Filter liked videos by Long-form, Short-form, or Music
  • Streaming UI: Live streaming display with skeleton loading and cancel support
  • OpenRouter support: Use OpenRouter API as an alternative AI provider with model selection
  • UI improvements: Polishing the UI in general. reusable ViewHeader component, fixed thumbnail layout shift, chevron indicators for expandable sections

2.3.0

  • Template system: Added template for video note, and reference for available template variables
  • Updated fetching logics: Adjusted default fetch limit to 10 and maximum to 50 for better API quota management
  • Full fetch warning: Added warning when auto note creation is enabled with full fetch mode

2.2.0

  • Automatic note creation: Automatically create video notes for newly liked videos during auto-fetch
  • Daily note linking: Option to automatically link new video notes to your daily note
  • Full fetch mode: New option to fetch all liked videos on every auto-fetch (with quota warnings and user confirmation)
  • Template system: Customize video notes with your own markdown templates
    • Configure template folder and default template
    • Fallback to built-in template option
    • Create example templates with one click

2.1.0

  • UI improvements: Replaced icons with Lucide React icons for better consistency
  • Bug fix: Fixed duration badge color display

2.0.1

  • Type safety: Improved type safety in PlaylistApi

2.0.0

  • Enhanced daily note integration: Add video entries to daily notes with improved error handling
  • Playlist pinning: Pin your favorite playlists for quick access
  • Infinite scroll: Smooth infinite scroll for video loading in playlists
  • Performance optimization: Video display limit for better performance
  • Improved caching: Enhanced cache management in PlaylistApi
  • UI refinements: Updated ribbon icon labels and command names for clarity

Support

Report bugs and request features on GitHub Issues.

If you're enjoying Geulo, you can support my work by buying me a coffee.

You can also help spread the word by sharing Geulo with other Obsidian users on Reddit, X, or your favorite community.

Thank you for using Geulo and supporting its development!

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Pinboard Sync
5 years ago by Mathew Spolin
Obsidian plugin to sync Pinboard.in links to Daily Notes
Daily notes opener
4 years ago by Reorx
Easily open daily notes and periodic notes in new pane; customize periodic notes background; quick append new line to daily notes.
Daily Notes Viewer
4 years ago by Johnson0907
Notion Video Embed
4 years ago by lastknightcoder
Upcoming
4 years ago by Charlie Chao
Show upcoming daily notes in their own panes.
Timestamp Notes
4 years ago by Julian Grunauer
This plugin allows side-by-side notetaking with videos. Annotate your notes with timestamps to directly control the video and remember where each note comes from.
Thumbnails
4 years ago by Michael Harris
Add youtube thumbnails into your obsidian notes
Repeat
4 years ago by Andre Perunicic
Review notes using periodic or spaced repetition.
Daily Note Outline
4 years ago by iiz
Add a custom view which shows outline of multiple daily notes with headings, links, tags and list items
YTranscript
4 years ago by Łukasz Strzępek
Journal Review
3 years ago by Kageetai
Review your daily notes on their anniversaries, like "what happened today last year"
Copilot
3 years ago by Logan Yang
Run agents in Obsidian - OpenCode, Codex, Claude Code etc.
Cloudinary
3 years ago by Uday Samsani, Jordan Handy
Cloudinary plugin for content uploading and transformation.
Waka time box
3 years ago by complexzeng
Reflection
3 years ago by Brandon Boswell
An Obsidian Plugin for seeing daily and weekly notes from this day in years past.
Auto Journal
3 years ago by Evan Bonsignori
Opinionated journaling automation like daily notes but with backfills for the days that you didn't open Obsidian.
Daily Note Pinner
3 years ago by LukeMT
Pins the daily note of the day and unpins other daily notes in Obsidian
Enhance YouTube Links
3 years ago by GitSum
Take a YouTube link and get the title and optionally channel name, channel URL, and thumbnailURL.
YouTube Template
3 years ago by sundevista
📺 A plugin that would help you to fetch YouTube videos data into your vault.
Single File Daily Notes
3 years ago by Pranav Mangal
An Obsidian plugin to create and manage daily notes in a single file
Youtube Summarizer
3 years ago by ozdemir08
Nested Daily Todos
3 years ago by Thomas Brezinski
A plugin for Obsidian will parse previous Daily Notes for incomplete todos and add them to today's Daily Note. It supports grouping the todos by section and supports alternative checkbox states and nested todos.
Daily note creator
3 years ago by Mario Holubar
Automatically creates missing daily notes.
Canvas Daily Note
3 years ago by Andrew McGivery
A plugin for Obsidian that allows you to add a daily note node to the canvas that will always show todays note.
Templated daily notes
3 years ago by digitorum
Allow to create templayted daily note in specific folder
Daily Note Navbar
3 years ago by Karsten Finderup Pedersen
Adds a daily note navbar to quickly navigate between sequential daily notes in Obsidian.
VLC Bridge
3 years ago by zuluwi
An Obsidian plugin that lets you control VLC Player via Obsidian and add a timestamped link or snapshot from existing video to your note
Telegram Inbox
2 years ago by icealtria
Receive messages from Telegram bots and add them to Obsidian's daily note.
Foodiary
2 years ago by vkostyanetsky
Food tracker plugin for Obsidian
Daily Prompt
2 years ago by Erl-koenig
Future Dates
2 years ago by Dmitry Manannikov
Memos Sync
2 years ago by RyoJerryYu
Syncing Memos to Obsidian daily note. Fully compatible with official Daily Notes plugin, Calendar plugin and Periodic Notes plugin.
Daily Note Structure
2 years ago by db-developer
This obsidian plugin creates a structure for your daily notes
mpv links
2 years ago by patsh90
Obisidian plugin for creating and using video links
Everyday Classical Music
2 years ago by the flying markhor
Obsidian Plugin: Enhance your daily notes with the timeless elegance of classical music. Have a great day with the company of beautiful melodies!
YouTube downloader
2 years ago by Blake Chan
download video from youtube
Daily Note Collector
2 years ago by Adar Butel
An Obsidian plugin that adds links to new notes to your daily note.
Calendar
6 years ago by Liam Cain
Simple calendar widget for Obsidian.
Review
6 years ago by ryanjamurphy
Add the current note to a future daily note to remember to review it.
Rollover Daily Todos
6 years ago by Matt Sessions
An obsidian plugin that rolls over todo items from the previous daily note
Things Logbook
6 years ago by Liam Cain
Sync your Things 3 Logbook with Obsidian
Media Extended
5 years ago by AidenLx
Transform your Obsidian into a powerful video note-taking tool. 🖇️🗂️⏯️
Daily Named Folder
5 years ago by Nemo Andrea
Like daily note, but nested in a daily folder and some more improvements
Local Media Embedder
2 years ago by seyf1elislam
an obsidian plugin allows you to Embed videos and images and audios from your local device in your notes.
Nav Link Header
2 years ago by ahts4962
Display navigation links at the top of the notes in Obsidian
Youtube Iframe Timestamps
2 years ago by Nils Leo
Obsidian plugin to embed YouTube videos with clickable timestamps. Take video notes seamlessly without leaving your vault.
Open with Natural Language Dates
2 years ago by Charlie Chao
Quickly open a daily note using natural language. Requires "Natural Language Dates" plugin to work.
Daily notes calendar
2 years ago by bartkessels
Quickly navigate your vault using a calendar view, this plugin allows you to create and navigate to periodic notes and notes that are created on a specific date.
YouTube Video Summarizer
2 years ago by mbramani
Generate AI-powered summaries of YouTube videos directly in Obsidian using Google's Gemini AI.
Organized daily notes
2 years ago by duchangkim
Automatically organizes your daily notes into customizable folder structures for better organization and easier navigation.
Timecodes
2 years ago by Kirill Gavrilov
Makes timecodes clickable, if there was a video URL mentioned earlier in Obsidian note
Task Mover
2 years ago by Mariia Nebesnaia
A plugin for obsidian to move unfinished tasks to the daily note automatically
Previous Daily Note
2 years ago by Marcos Talau
Plugin for Obsidian that opens the previous daily note
Media Slider
2 years ago by Aditya Amatya
An obsidian plugin that helps to make slider for images, audios, videos, pdfs, markdown, etc in obsidian notes.
Daily Note Metrics
2 years ago by Andre-Diamond
Obsidian Plugin that parses Daily Notes and uses data to create charts
Multiple Daily Notes
2 years ago by Vab Kapoor
Obsidian plugin for adding multiple daily notes, with some extra configurations too.
Wordflow Tracker
a year ago by LeCheenaX
Track the changes and stats of your edited note files automatically in Obsidian. Record the modified notes and statistics to your daily note with various customizations!
Pinned Daily Notes
a year ago by Jeremy Neiman
Dynamically update a pinned tab with today's daily note
Auto Daily Note
a year ago by John Dolittle
Daily Notes Automater
a year ago by David Pedrero
YTSummarizer
a year ago by Arda Kalaycı
Limitless Lifelogs
a year ago by Maclean Dunkin
Sync your Limitless AI lifelog entries directly into Obsidian markdown files.
Inboxer
a year ago by Eoin Hurrell
Obsidian plugin to add an inbox to notes
Hledger Notes
a year ago by Boburmirzo Khamrakulov
Hledger Notes: Create and manage hledger entries directly in Obsidian Daily notes
Status.lol Publisher
a year ago by Eric Walker
Allows you to post to weblogs.lol, status.lol, some.pics and paste.lol from Obsidian.
Create Note with Date in This Directory
a year ago by Sangrak Choi
Obsidian plugin for creating a note with current date in this directory
Streams
a year ago by Floyd
Streams Obsidian Plugin
Smart Link Formatter
a year ago by ccmdi
Obsidian plugin that automatically formats links with information from dynamic websites
Coalesce
a year ago by Floyd
Coalesce is an Obsidian plugin that merges all your linked notes into a single, organized view for a cohesive research and writing experience.
Google Calendar Importer
a year ago by Fan Li
A simple and light-weighted google calendar importer, allow injecting the events / tasks of a day automatically to your daily notes, or import it to anywhere with a command.
Open or Create File
a year ago by Ilya Paripsa
Set up Obsidian commands that create or open files based on predefined patterns.
Timestamper
10 months ago by René Coignard
Insert the current timestamp into your notes.
Daily Notes Tweaks
10 months ago by René Coignard
Open a random daily note and automatically switch past daily notes to reading mode.
RSS Dashboard
8 months ago by Aditya Amatya
A dashboard for organizing and consuming RSS feeds, YouTube channels, and podcasts with smart tagging, media playback, and seamless content flow.
Memories
8 months ago by DIMFLIX
Plugin to display a gallery directly in a note.
TikToker
6 months ago by ameyxd
A Tiktok parser and saver for Obsidian
LongtimeDiary
6 months ago by sawamaru
This is Obsidian Plugin to show past DailyNotes on the same day in previous years.
Synaptic View
6 months ago by Yongmini
Obsidian Plugin : Synaptic View that unifies your dashboards, hub notes, quick-entry notes, periodic notes, web shortcuts, and calendar navigation—enable it as the default new-tab experience or summon it with a command.
Convert url to preview (iframe)
4 months ago by fhachez
Plugin for Obsidian.md to convert a selected URL to an iframe.
Note Companion
4 months ago by nexus-jpf
Note Companion: AI assistant for Obsidian that goes beyond just a chat. (prev File Organizer 2000)
Live Life Recording
2 months ago by goryugocast
Operate tasks directly in Markdown with start/finish records, routine insertion, and a lightweight daily summary for Obsidian.
Natural Language Dates
2 months ago by obsidian-community
Work with dates in natural language in Obsidian
Day Planner
2 months ago by ivan-lednev
An Obsidian plugin for day planning with a clean UI and a simple task format
Browser Note
2 months ago by fengshuzi
Obsidian plugin: localhost HTTP API for vault notes with a built-in browser UI.
Star Gate
2 months ago by starhunter
obsidian gate plugin
Journal View
a month ago by RUverse
A Journal View for Obsidian
Thino
a month ago by quorafind
A quick capture plugin for Obsidian, all data from your notes.
Granola Sync
a month ago by tomelliot
Sync Granola notes to your Obsidian vault
Dayframe
a month ago by Ganessh Kumar R P
🖼️ like a picture frame but for your daily notes.
Pinned Tabs
a month ago by NameIsKyro
Chrome-style compact pinned tabs for Obsidian with custom icons, smooth movement, and accidental-close protection.`
Mobile Sidebar Notes
a month ago by ckep1
Open notes & new tabs in the sidebar on the Obsidian mobile app.
Today Alias
a month ago by tanoshia
Plugin for Obsidian md editor. This hides a date prefix of any file name (in browser and tabs).
Rollover Plus
16 days ago by Wren
Move unfinished tasks between daily notes with Rollover Plus.
Weekday Commands
15 days ago by Wren
Simple Meeting Sidebar
15 days ago by Wren
A macOS-only Obsidian plugin that reads Apple Calendar events into a sidebar and turns them into tasks or meeting notes.
Qiaomu AI RSS
12 days ago by 向阳乔木
在 Obsidian 中阅读乔木 RSS、中文 AI 改写与翻译,并保存为 Markdown 笔记。