No description
Find a file
2026-02-20 11:31:31 +01:00
.github/workflows Release 2024-12-30 13:08:48 +01:00
resources/screenshots Styles 2024-12-30 12:58:09 +01:00
.editorconfig Initial commit 2024-12-30 11:10:12 +01:00
.eslintignore Initial commit 2024-12-30 11:10:12 +01:00
.eslintrc Initial commit 2024-12-30 11:10:12 +01:00
.gitignore Ability to change date format 2025-02-16 08:31:58 +01:00
.npmrc Initial commit 2024-12-30 11:10:12 +01:00
esbuild.config.mjs Initial commit 2024-12-30 11:10:12 +01:00
LICENSE Update LICENSE 2025-01-14 16:55:20 +01:00
main.ts feat: add relative date labels for daily notes in RecentNotesView 2026-02-20 11:31:31 +01:00
manifest.json feat: add relative date labels for daily notes in RecentNotesView 2026-02-20 11:31:31 +01:00
package-lock.json Updated to latest original version, try again KBD config 2026-01-04 12:09:55 +01:00
package.json feat: add relative date labels for daily notes in RecentNotesView 2026-02-20 11:31:31 +01:00
README-DEV.md feat: add relative date labels for daily notes in RecentNotesView 2026-02-20 11:31:31 +01:00
README.md Update version to 1.5.0 and add new features: thumbnail previews for images and media files, and display of folder paths for notes in the recent notes list. 2026-01-04 07:15:33 +01:00
styles.css Update thumbnail size in styles.css for RecentNotesView to enhance layout consistency 2026-01-04 07:49:23 +01:00
tsconfig.json Initial commit 2024-12-30 11:10:12 +01:00
version-bump.mjs Initial commit 2024-12-30 11:10:12 +01:00
versions.json feat: add relative date labels for daily notes in RecentNotesView 2026-02-20 11:31:31 +01:00

Recent Notes Plugin for Obsidian

Transform how you navigate your notes with this elegant, timeline-based view of your recently edited files. Inspired by Apple Notes, Recent Notes creates a beautifully organized overview that makes tracking and accessing your latest work effortless.

Recent Notes Plugin Screenshot

Features

  • Timeline Organization: View your recently edited notes categorized by intuitive time periods (Today, Yesterday, This Week, etc.)
  • Smart Filtering: Choose which file types to include (Markdown, images, PDFs, audio, video, Canvas files, CSV)
  • Customizable Display:
    • Adjust the number of notes displayed
    • Customize date/time formats
    • Control preview length
  • Efficient Navigation:
    • Move between notes using keyboard shortcuts
    • Jump directly to today's section
  • Workspace Management:
    • Pin important notes for quick access
    • Exclude specific folders or files from the view
  • Performance Optimized:
    • Smart caching for better performance
    • Handles large vaults with ease
  • Tailored Experience:
    • Change appearance using Style Settings plugin
    • Full translation support
  • Rich Information: For each note displays:
    • Note title (can use title property instead of filename)
    • First lines of content (cleaned of Markdown formatting)
    • Last edit timestamp
    • Folder path showing note location
    • Thumbnail preview for image and media files

How to Use

  1. Install the plugin from Obsidian's Community Plugins
  2. Enable the plugin in Settings → Community Plugins
  3. Click the clock icon in the ribbon (left sidebar) or use the command "Show Recent Notes" to open the view
  4. Click any note to open it
    • Click with CMD (Mac) or CTRL (Windows/Linux) to open in a new tab

Installation

From Obsidian

  1. Open Settings → Community plugins
  2. Click "Browse" and search for "Recent Notes"
  3. Click Install
  4. Enable the plugin in your settings

Manual Installation

  1. Download the latest release
  2. Extract the files into your .obsidian/plugins/obsidian-recent-notes folder
  3. Reload Obsidian
  4. Enable the plugin in your settings

Changelog

Version 1.5.0

New Features:

  • Thumbnail Previews: Image and media files now display thumbnail previews in the recent notes list
  • Folder Display: Each note now shows its folder path, making it easier to understand note location and organization

Support

If you encounter any issues or have suggestions, please file them in the GitHub Issues section.

License

MIT