Daily Note Outline

by iiz
5
4
3
2
1
Score: 52/100

Description

The Daily Note Outline plugin enhances organization in Obsidian by providing an overview of multiple daily notes in a structured outline view. It allows users to display headings, links, tags, and list items from daily notes, making it easier to locate past notes. The plugin integrates with the Periodic Notes plugin, supporting weekly, monthly, and yearly notes. It offers filtering options to include or exclude specific elements, and the ability to create missing daily notes based on unresolved links.

Reviews

No reviews yet.

Stats

121
stars
24,190
downloads
5
forks
1,278
days
770
days
770
days
19
total PRs
0
open PRs
0
closed PRs
19
merged PRs
33
total issues
15
open issues
18
closed issues
4
commits

Latest Version

2 years ago

Changelog

What's Changed

Full Changelog: https://github.com/iiz00/obsidian-daily-note-outline/compare/1.4.1...1.5.0

README file from

Github

Obsidian Daily Note Outline

ページ後半に日本語のドキュメントがあります。 Japanese documentation is located on the second half of this page.

Introduction

Daily notes are a good place to write down various little notes and thoughts. However, sometimes it can be difficult to find which daily note you wrote them in later. This plugin creates a custom view that displays the outlines of multiple daily notes at once. The outline can display not only headings, but also links, tags and list items.

screenshot demo

In Daily Note Outline v1.5.0, a feature to create daily notes for unresolved links has been implemented.

In short, here's how it works:

If you're using the daily note format YYYY-MM-DD.md, and there's a link like [[2024-01-01]] in any note in your vault, but 2024-01-01.md doesn't exist, it will create a new 2024-01-01.md.

  • This feature is for detecting backlinks to daily notes.

  • For example, if you create a template [[{date}]] and assign a hotkey to it using the Hotkeys for Templates plugin by @Vinzent03, you can insert a link to the daily note for that day inside your notes. If you have the showBacklinks setting enabled in DNO, files that link to that date will be listed as an outline. If the corresponding daily note doesn't exist, that backlink won't show up in the outline. However, with this new feature, DNO will detect unresolved links to daily notes and create the corresponding daily notes, allowing all daily note links to be displayed in the outline.

  • Therefore, this feature is unnecessary for those who create daily notes every day.

  • Also, this feature is unnecessary for those who don't display backlinks in DNO.

  • There are two ways to use this feature:

    • Manual: Run the "Create daily notes for unresolved links" command from the command palette to detect unresolved links and create the corresponding daily notes.

    • Automatic: Turn on "Create daily notes corresponding to unresolved links at startup" in Settings -> Others, and the same command will run automatically when the view starts up.

Note 1 If you have a large number of links to non-existent daily notes, many daily notes may be created. (A notification to show progress will be shown if more than 5 DNs are created at once). Therefore, the first run may take a long time. Subsequent runs will be much quicker.

Note 2 If you're using the Daily Notes core plugin or the regular Periodic Notes plugin, links to past dates will create empty daily notes, while links to the current day or future dates will create daily notes with the template applied. However, if you're using the beta version of Periodic Notes (1.0.0-beta3), the template will also be applied when creating daily notes for past dates. This is because the beta version of Periodic Notes automatically applies the template when it detects that a daily note with zero content has been created.

Getting started

Install the plugin from the community plugin list. Make sure either Daily Note core plugin or Periodic Notes plugin is enabled. To display the outline, choose "Daily Note Outline: Open Outline" in the command pallete.

How to use

To change the date range to display, click on the left and right arrows. To return to the initial date range, click on the house icon. Click on the refresh icon to redraw the outline. Click on the gear icon to open setting (Right-clicking opens a context menu where you can quickly change several settings). Click on the calendar with plus icon to create/open today's daily note (you can create/open tomorrow's daily note by right-clicking). Click on each outline element to open its location. Push Ctrl key to preview. I recommend that you first set the display/hide settings for each outline element (headings, links, tags, and list items) in the settings.

Feature

Support for Periodic Notes plugin

Daily Note Outline v1.0.0- supports for periodic notes. That is, support for weekly/monthly/quarterly/yearly notes and calendar sets. (For more information on periodic notes, see https://github.com/liamcain/obsidian-periodic-notes) To display periodic notes in DNO, the following steps are required.

  • Install and activate Periodic Notes community plugin and properly configure the granularity and folder paths to be used.
  • Activate "periodic notes" and "calendar sets" in the "Periodic Notes" section of the DNO settings.
Usage
  • After activating the feature, the current granularity (day/week/month/quarter/year) and calendar set name will be displayed on DNO's view.
  • Left-clicking on them will toggle the granularity or calendar set to display in sequence. Right-clicking on them will show a list and allow you to select one.

SS2

Notes

  • Calendar sets is a feature added in Periodic Notes v1.0.0-beta version and is not available in v0.0.17. To use the calendar set feature, you must install the beta version of Periodic Notes, e.g., by using Obsidian BRAT plugin.
    • Also, since calendar sets is a beta feature of Periodic Notes, there is a possibility that it may not be available in DNO in the future due to specification changes in Periodic Notes.
  • If you find any problems, please let me know at the forum or GitHub repository.

Daily Note Outline v1.4.0 adds displaying backlink files.(Settings -> Basics -> Show backlink files) In my use case, I have created a template file like [[{{date}}]] and assigned a hotkey with the Hotkeys for templates plugin by @Vinzent03 (https://github.com/Vinzent03/obsidian-hotkeys-for-templates) to insert a link to the daily note for that day. Users who create daily notes every day will find this convenient, as they can see the note with the date inserted from DNO view.

Notes From a speed perspective, I strongly recommend installing Dataview plugin when turning this feature on. The Dataview plugin caches the vault's backlink information, and DNO attempts to use its cache when Dataview plugin is activated. In this case, the backlink information can be retrieved significantly faster than without Dataview.

Simple filter / Include / Exclude

In order to hide unnecessary items and display only the necessary ones, three types of filter functions are implemented: Simple filter, Include, and Exclude.

Simple filter simply hides items that match a specified word or phrase. The hierarchy of items is not taken into account. Include can be applied to only one type of outline element. It treats the range from the outline element of the specified type to the next similar element as a block, and only items matching the specified word or phrase and belonging to that block are displayed. Conversely, Exclude hides matching items and their blocks. If you specify an element type in the "excluding ends at" section of the settings, or if Include is enabled, the block is considered to have ended at that element, and only that part of the block is hidden.

Include and Exclude can be used at the same time. (However, it does not make sense to specify the exclude keyword for an element type that is specified in Include.) Simple filter can be used in conjunction with other filters. For example, if you specify the same keywords as those specified for Include, you can display only the elements that belong to the elements matched the include keywords, not the elements themselves.

Extract

You can extract only outline elements that contain a specific words. There are three ways to do this.

  1. Click on the magnifying glass button and type in the string you want to extract.
  2. Right-click on the outline element and select 'extract' from the context menu. Only elements containing the same name will be extracted.
  3. Right-click on the magnifying glass button and choose 'extract tasks'. Only list items that have checkbox will be extracted. Items that have been hidden by filtering or other means will not be displayed. To cancel the extraction, click the X button (the magnifying glass button will change to an X button).

Settings

Some child items are not initially displayed and will appear when the parent item is turned on.

Basics

Initial search type
  • backward(default)
    • Displays the past daily notes for the specified number of days starting from today.
  • forward
    • Displays daily notes for the specified number of days starting from the date specified in Onset date.
Include future daily notes

When backward search is used, daily notes of the specified number of days in the future are also displayed (If you set it long enough, you can also use this plugin as a list of upcoming events!).

Onset date

For forward search, specify the date in YYYY-MM-DD format to start the search at startup. Clicking on the date range under UI buttons jumps to the date.

Search duration

Specify the number of days to be explored per page. It is recommended to set a shorter period for those who use Daily notes every day and a longer period for those who use it only occasionally. I would recommend about 7-56 days.

Choose whether each element should be displayed in outline.

Show all root list items

With respect to list item, if this setting is off, it shows only the first item in a continuous list. When turned on, it displays all list items at root level.

Show all tasks / Tasks only / Hide completed tasks

Display setting for tasks (list items including checkboxes). Show all tasks will show all levels of tasks, regardless of the list settings above; Task only will hide all list items except for tasks; Hide completed tasks will hide completed tasks.

Display file information

Display file information to the right of each daily note file name. lines: number of lines in the file distance: how far away the period is from the base date (today for backward search, the date specified in Onset date for forward search)

Position of the plugin view

Specify where to display the plugin's view when redisplaying or updating. (You can specify other than the left and right sidebars, but the behavior may not be as sophisticated.)

Periodic Notes

This section will not appear unless the Periodic Notes community plugin is activated.

calendar sets

Turn on if you want to use the calendar set in the Periodic Notes plugin. (Periodic Notes beta version must be installed)

periodic notes

Turn on if you want to use periodic notes.

Search duration for periodic notes

Specify the search duration per page for each periodic note.

attach date range to weekly notes

Displays the corresponding date range next to the file name of the weekly note.

Headings

Heading level to display

Choose whether each level of headings should be displayed in outline.

Preview

Inline Preview

Show a few subsequent words next to each outline elements.

Tooltip Preview

Show subsequent sentences as a tooltip with mouse hover.

Tooltip Preview direction

Specify the direction to display the tooltip preview. (I couldn't find the way to automatically determine appropriate direction...)

Simple filter

Headings/Links/Tags/List items to ignore

If each outline element contains a specified word or phrase, that outline element will not be displayed. Specify one per line.

Include

Element type for include

Specifies the type of outline element to apply the Include filter to.

Words to include

Only outline elements containing the specified word or phrase and the block following it will be displayed. Each should be separated by a new line.

Include the beginning part

Specifies whether the beginning part of a note that precedes the appearance of the outline element specified in Element type for include is to be displayed.

Exclude

Exclusion end at

If any of the outline element types is specified in this field, the area excluded by Exclude filter is terminated at the specified element. If any type is specified in Include filter, Exclude is terminated at that type and this field is ignored.

The outline element containing the specified word or phrase and the area following it will be hidden. Each should be separated by a new line.

Appearance

Sets the appearance of each outline element when it is displayed. An icon and prefix string can be added to each element. If you choose 'custom' for icon, enter icon name of the Lucide icon (https://lucide.dev/ ) in 'Custom icon' field. Some icons do not seem to be able to be displayed.

Indent other than headings

When you choose 'follow preceding headings', other elements are indented according to the preceding heading level.

Headings: Repeat heading prefix

If you enter a prefix for headings, turning this item on will repeat the prefix for the number of levels of headings.

Headings: Add indent

Indentation is added according to the level of the heading.

Tasks: Add checkbox text to prefix

Append a string indicating the status of the checkbox to the end of the task prefix.

Others

Show only .md files / exactly matched files

If you are using the beta version of the Periodic Notes plugin, a wider range of file names will be recognized as periodic notes. Each of these options hides files that are not md files or files that do not match the format.

Debug

show debug information

If turned on, some debug infromation is displayed in the console.

Acknowledgement

In developing this plugin, I have use many great plugins in Obsidian community as references. In particular, Daily note interface by @liamcain for processing daily notes. Spaced Repetition by @st3v3nmw and Recent Files by @tgrosinger for creating custom views. The code for creating a new periodic note is partially modified from Periodic Notes by @liamcain (MIT License). I also searched and referred to a bunch of posts in plugin-dev channel on Discord.

Buy Me A Coffee

If you like my plugin, I would appreciate it if you could buy me a cup of coffee! "Buy Me A Coffee"

(want) to do

  • collapse a note
  • note refactoring
  • show linked mentions / created / modefied files on each day (feasible in terms of performance?)
  • derivative plugin for other than daily notes

done

  • support for periodic notes
  • show number of lines of each note
  • show the first section if no outline element exists
  • UI button for change settings
  • simple filter / include /exclude / extract
  • partially
    • better preview

Changelog

  • 1.5.0

    • New Features
      • Support for List Callouts plugin and Time list
      • List items marked by the List Callouts plugin by @mgmeyers are displayed with coloring.
      • List items with timestamps (- HH:mm text), used in Thino by @Boninall and some scripts, can now be assigned a distinct icon as Time List.
      • List callouts and Time lists can be extracted from the context menu of the extract icon.
    • Date Jumping
      • The behavior of the date range displayed at the top of DNO view has been revamped.
      • Clicking on the date part will display a modal for entering a date, and you can jump to the entered date.
      • Right-clicking on the date part allows you to select a date candidate to jump to.
    • Added a feature to create daily notes if unresolved links to non-existent daily notes are present. (See description in README for details).
    • Outline element text can now be wrapped (Settings -> Appearance -> Wrap outline element text).
    • Changes
      • "Forward search" has been deprecated. If you want to display past dates on startup, enable Settings -> Set base date as home.
    • Improvements
      • Embedded links are now treated as link outline elements.
      • You can now change the icon for backlinks.
      • Tooltip preview is now displayed even for daily notes without outline elements.
      • Separated lists and tasks into different items in the settings screen for better intuition.
      • Added a delay time setting for startup(Settings -> Others -> Startup delay time). If daily notes fail to load on startup, increasing the delay time may resolve the issue.
  • Fixed

    • Fixed an issue in Reading view where clicking on an outline element would not jump to that position properly. Now the position of the outline element is highlighted when you jump to it.
  • 1.4.1

    • Improvement
      • Added show links in properties in the settings
      • Increased the maximum width of tooltip preview
    • Fixed
      • Fixed tooltip preview not being fixed correctly.
      • Fixed error sometimes displayed in console.
  • 1.4.0

    • New experimental function
      • Show backlink files
        • You can enable the display of the backlink file to daily notes through the settings (only for existing daily notes at this time).
        • For speed, I strongly recommend installing the dataview plugin if you enable this feature.
    • Improvements
      • The context menu of the link element now allows you to open the linked file in a new tab/new pane/new window.
      • You can now set the size of the pop-out window and whether it should be displayed in the foreground(always on top).
    • Fixed
      • Fixed tooltip preview was not working correctly due to recent (re)changes in Obsidian.
  • 1.3.1

    • Fixed
      • Fixed DNO view becomes active when starting Obsidian
  • 1.3.0

    • New function
      • Collapse notes
        • Click the '>' icon next to the note title to collapse/expand
        • Click on the '><(rotate)' icon at the top of DNO view to collapse/expand all notes
    • Improvements
      • Change background color of note titles (I recommend 'accent' for the default theme)
      • Custom status icons for tasks can now be displayed
        • The icons corresponding to custom statuses cannot be changed in the DNO settings screen, but can be changed by editing data.json directly.
    • Changes
      • The update button was removed and moved to the context menu of the home button as it is used infrequently.
  • 1.2.3

    • Improvement
      • When extraction is turned on, the icon color changes.
    • Fixed
      • Fixed Tooltip preview was not working properly due to recent Obsidian changes.
  • 1.2.2

    • Fixed
      • Changed extract function to be case-insensitive.
  • 1.2.1

    • Fixed
      • Fixed a broken appearance with changes in Obsidian v1.3.1 (insider build).
  • 1.2.0

    • Improvement
      • If you are using the beta version of the Periodic Notes plugin, a wider range of file names will be recognized as periodic notes. If you turn on Settings -> others -> Show only exactly matched files, you will see only files that exactly match the format.
  • 1.1.1

    • Fixed
      • Fixed a problem that sometimes caused non .md files to be displayed unintentionally (you can redisplay them from settings -> others -> show only .md files).
  • 1.1.0

    • Improvements
      • Several settings can now be changed from the context menu of the Settings button (right click on the gear icon).
      • Outline elements other than headings can now be indented according to the previous heading when specified in Settings->Appearance.
      • Day of the week, week number, and first tag have been added to the list of items that can be selected in Settings->Display file information.
      • Linked notes can now be opened from the context menu of link elements.
    • Fixed
      • Fixed: When using the Periodic Notes plugin v0.0.17, weekly notes would not be displayed in DNO if the first day of the week was set to Monday.
      • Added a setting to display debugging information in the console at the bottom of the settings.
        • At this time, this feature is intended to narrow down the cause of reports of inability to switch to weekly notes when using the beta version of the Periodic Notes plugin.
  • 1.0.0

    • New experimental function
      • Support for Periodic Notes plugin (display periodic notes, calendar sets)
        • You have to install and enable Periodic Notes community plugin in advance.
    • Improvement
      • Plugin setting changes are now automatically reflected in the view
    • Fixed
      • Fixed some outline parsing
  • 0.6.0

    • New functions
      • Now task(checkbox) is treated separately from list items
        • you can extract only tasks by right clicking Extract icon
      • Change the appearance of each element (Setting)
    • Improvements
      • From the context menu, you can open the outline element in a new tab, splitted pane, or popout window
      • In the settings, the dependent items are now hidden when the primary item is off.
      • Extraction modal accepts Enter key
    • Fixed
      • Fixed the extraction function failing in some situations
  • 0.5.0

    • Important fix
      • Fixed overload observed in mobile version under certain situation. Please let me know if the problem persists.
    • New function
      • Extract
        • you can extract outline elements including specific words
          1. click magnifying glass UI button and input words to extract
          2. right click on an outline element and choose 'extract' in the context menu. Then only elements with same name will be displayed.
          3. To finish extract, click unextract UI button
    • Improvements
      • added a UI button to create/open today's daily note
        • right click on the button shows the context menu to create tomorrow's daily note
      • you can choose default position where this plugin's view appears from the settings.
  • 0.4.0

    • New functions
      • Include / Exclude
        • you can include or exclude some outline elements with belonging elements
    • Improvements
      • after an update, the plugin now automatically open its view (no need to reopen from command pallete)
  • 0.3.0

    • New functions
      • 2 new ways to preview
          1. Inline Preview
          • show a few subsequent words next to each outline element
          1. Tooltip Preview
          • show subsequent sentences as a tooltip with mouse hover
    • Improvements
      • added a UI button to open plugin setting
      • click on the date range to jump to Onset date(specified in the setting).
    • Fixed fixed long name items overflowing
  • 0.2.0

    • New functions
      • filtering outline element by word or phrase
      • display some file information to the right of file name
      • show the first line of the file if it has no outline element
    • Improvements
      • hover preview now shows proper location of each element
  • 0.1.1

    • Initial release.

Obsidian Daily Note Outline 日本語ドキュメント

Introduction 概要

デイリーノートはちょっとしたメモや雑多な考えを書き留めるのに便利です。しかし、後からどこに書いたのか探すのに苦労することがあります。 このプラグインは、サイドペインに複数のデイリーノートのアウトラインを一括表示して、デイリーノートに書いた内容を把握しやすくするためのものです。見出しだけでなくリンク、タグ、リスト項目なども表示できます。

screenshot demo

Daily Note Outline v1.5.0で、未解決リンクに対応するデイリーノートを作成する機能が実装されました。 端的に言うとこのような動作をします: もしあなたがYYYY-MM-DD.mdという形式のデイリーノートフォーマットを使用していたとして、 例えば[[2024-01-01]]というリンクがvault内のいずれかのノートにあるのに、 2024-01-01.mdが存在しない場合、新たに2024-01-01.mdを作成します。

  • この機能はデイリーノートへのバックリンクを検出するための物です。
  • 例えば[[{date}]] というテンプレートを作成し、Hotkeys for templatesプラグインby @Vinzent03でホットキーを割り当てると、ノート内にその日のデイリーノートへのリンクを張ることができます。このようなリンクが存在する場合、DNOでshowBacklinksの設定をオンにしていると、その日付にリンクしたファイルがアウトラインに一覧として表示されます。対応するデイリーノートが未作成だとそのバックリンクはアウトラインに表示されませんが、本機能でデイリーノートへの未解決リンクを検出し、対応するデイリーノートを作成することで、全てのデイリーノートへのリンクがアウトラインとして表示可能になります。
  • そのため、毎日デイリーノートを作成している人はこの機能は全く不要です。
  • また、DNOにおいてバックリンクの表示を行わない人にもこの機能は全く不要です。
  • この機能を利用するには2つの方法があります。
    • 手動:コマンドパレットから、Create daily notes for unresolved linksコマンドを実行すると、未解決リンクを検出して対応するデイリーノートを作ります。
    • 自動:設定->othersからCreate daily notes corresponding to unresolved links at startupをオンにすると、viewを起動するときに自動的に同じコマンドを実行します。
  • 注意1:実体のないデイリーノートへのリンクを多数作成している場合、多数のデイリーノートが作成される可能性があります。(1度に5個以上のDNを作成する場合は進捗が表示されます)。そのため、初回実行時のみ長い時間がかかる可能性があります。2回目以降にかかる時間は僅かです。
  • 注意2:デイリーノートコアプラグイン、または通常のPeriodic Notesプラグインを使用している場合、過去の日付に対するリンクについては空のデイリーノートを、当日または未来のデイリーノートへのリンクの場合はテンプレートを適用したデイリーノートを作成します。一方、Periodic Notesのベータ版(1.0.0-beta3)を使用している場合、過去の日付のデイリーノートを作成した場合もテンプレートが適用されます。これは、ベータ版のPeriodic Notesでは、容量0のデイリーノートが作成されたのを検出した場合、テンプレートを自動的に適用する処理が為されているからです。

Getting started はじめ方

本プラグインをcommunityプラグインリストからインストールし、有効化して下さい。 Daily NoteコアプラグインもしくはPeriodic Notesプラグインが有効になっていることを確かめて下さい。 アウトラインが表示されていない場合は、コマンドパレットから、「Daily Note Outline: Open Outline」を実行して下さい。

How to use 使い方

表示する日付の範囲を変更したいときは、左右の矢印をクリックして下さい。 家のアイコンをクリックすると初期設定の範囲に戻ります。 更新アイコンをクリックするとビューを再描画します。 歯車アイコンをクリックすると設定を開きます。右クリックでいくつかの項目を素早く切り替えられるコンテキストメニューを開きます。 プラスマークのついたカレンダーアイコンをクリックすると今日のデイリーノートを作成するか開きます。右クリックから翌日のデイリーノートを開けます。 各アウトライン要素をクリックするとその場所を開きます。 各要素の上でCtrlキーを押すとホバープレビューを表示します。 使用にあたり、まず設定画面で各アウトライン要素(見出し、リンク、タグ、リスト項目)ごとに表示/非表示を設定することをお勧めします。

Feature 機能

Periodic Notes pluginのサポート

Daily Note Outline v1.0.0以降では、periodic notesへ対応しています。即ち、weekly/monthly/quarterly/yearly note、およびカレンダーセットへの対応です。 (periodic notesについては詳しくは https://github.com/liamcain/obsidian-periodic-notes を参照してください) periodic notesをDNOで表示するには、以下のステップが必要です。

  • Periodic Notes communityプラグインをインストール、有効化し、使用する粒度やフォルダパスなどの設定を適切に行う。
  • DNOの設定の「Periodic Notes」セクションにおいて、「periodic notes」や「calendar sets」を有効化する。
使用法
  • 機能を有効化すると、DNOのview上方に現在表示している粒度(day/week/month/quarter/year)やカレンダーセット名が表示されるようになります。
  • それらを左クリックすると表示される粒度やカレンダーセットが順次切り替わります。右クリックすると一覧が表示され、選択できます。

SS2

注意点

  • カレンダーセットはperiodic notes v1.0.0-beta版で追加された機能であり、v0.0.17でなく、obsidian BRATプラグインを利用するなどして、ベータ版のPeriodic Notesをインストールしないと利用できません。また、ベータ版の機能であることから、今後の仕様変更などに際して利用できなくなる可能性があります。
  • 不具合など合った場合は、forumやGitHubリポジトリまで是非お知らせ下さい。

バックリンクファイルの表示

Daily Note Outline v1.4.0では、バックリンクファイルの表示を追加しています。設定のBasics -> Show backlink filesを有効化してください。 私の場合、[[{{date}}]]というテンプレートファイルを作成し、Hotkeys for templatesプラグインby @Vinzent03(https://github.com/Vinzent03/obsidian-hotkeys-for-templates)でホットキーを割り当て、ノートに当日デイリーノートへのリンクを挿入できるようにしています。 毎日デイリーノートを作成している方には、日付が挿入したノートをDNOから参照できて便利かと思います。

注意点

  • 動作速度の観点から、バックリンクの表示をオンにする場合、Dataviewプラグインをインストールすることを強くお勧めします。Dataviewプラグインはバックリンクファイルの情報をキャッシュしており、有効化されているとDNOはそのキャッシュ情報を利用するため、処理がずっと速くなります。

Simple filter / Include / Exclude フィルター

不必要な項目を非表示にし、必要な項目のみ表示するために、simple filter, include, exclude の3つのフィルター機能を実装しています。 simple filterは、指定した単語やフレーズにマッチする項目を、単純に非表示にします。項目ごとの階層は考慮されません。 includeは、1種類のアウトライン要素のみに使えます。指定した種類のアウトライン要素から、次の同種要素までの間をひとつのブロックとして扱い、 指定した単語やフレーズにマッチする項目とそのブロックに属する項目のみを表示します。 逆に、excludeはマッチした項目とそのブロックのみを非表示にします。設定の「excluding ends at」のところで要素種別を指定するか、includeを有効にしていると、 その要素のところでブロックが終了したと判断され、そこまでが非表示になります。 includeとexcludeは同時に使用できます。(ただし、includeに指定した要素種別にexcludeキーワードを指定しても意味がありません。) simple filterは他と併用できます。例えば、includeに指定したものと同じキーワードを指定すると、includeの対象になった要素自体は表示せず、それに属する要素のみを表示できます。

Extract 抽出

特定の文字列を含むアウトライン要素のみを抽出できます。方法は3つあります。 1.虫眼鏡ボタンをクリックし、抽出したい文字列を入力して下さい。 2.アウトライン要素を右クリックし、コンテキストメニューからextractを選択して下さい。同じ名前を含むアウトライン要素のみが抽出されます。 3.虫眼鏡ボタンを右クリックし、extract tasksを選択して下さい。タスク(チェックボックスを含むリストアイテム)のみが抽出されます。

もともとfilterなどにより非表示になっている項目は表示されません。 抽出を解除するときは、×ボタン(虫眼鏡ボタンが×ボタンに変化します)をクリックして下さい。

Settings 設定

一部の子項目は初期状態では表示されず、親項目がオンになったときに表示されます。

Basics

Initial search type
  • 今日の日付から後ろ向きに遡って表示するか、指定日から前向きに指定日数分表示するか選びます。
  • backward(default)
    • 今日を起点として指定した日数分の過去のデイリーノートを表示します。通常こちらで良いと思います。
  • forward
    • Onset dateで指定した日付を起点として、指定日数分のデイリーノートを表示します。
Include future daily notes

サーチタイプがbackward search のとき、指定した日数分未来のデイリーノートも表示します。長くすれば将来のイベントのリストとしても使えます!

Onset date

サーチタイプがforward search のとき起動時に探索開始する日付をYYYY-MM-DDの形式で指定します。 また、UIボタンの下の日付範囲の表示をクリックしてもこの日にジャンプします。

Search duration

1ページあたりに探索するデイリーノートの期間を日で指定します。デイリーノートを頻繁に使用する人は短く、たまにしか使わない人は長く設定するといいと思います。7日~56日くらいでしょうか。

見出し、リンク、タグ、リスト項目(タスク含む)のそれぞれの要素をアウトラインとして表示するかどうか指定します。

Show all root list items

リスト項目に関して、この設定がオフになっていると連続したリストの初めの項目だけを表示します。オンになっていると、ルートレベルの項目(=インデントされていない項目)を全て表示します。

Show all tasks / Tasks only / Hide completed tasks

タスク(チェックボックスを含むリストアイテム)についての表示設定です。Show all tasksをオンにすると、上のリスト設定にかかわらず、全ての階層のタスクを表示します。Task onlyをオンにするとタスク以外のリストが非表示になります。Hide completed tasksは完了済みタスクを非表示にします。

Display file information

ファイル名の右側に情報を表示します lines: ファイルの行数 distance: 基準日からの日数(backward searchでは今日、forward searchではforward searchで指定した日付)や週数など。

Position of the plugin view

再表示やアップデートの際に、どこにviewを表示するかを指定します。 左右のサイドバーが無難です。それ以外も指定できますが、動作は洗練されていないかもしれません。

Periodic Notes

このセクションはPeriodic Notes コミュニティプラグインが有効化されていないと表示されません。

calendar sets

Periodic Notesプラグインのカレンダーセットを利用する場合オンにしてください(Periodic Notes ベータ版のインストールが必要です)

periodic notes

periodic notesを利用する場合オンにしてください。

Search duration for periodic notes

それぞれのperiodic notesについて1ページあたりの探索期間を指定します。

attach date range to weekly notes

Weekly noteを表示しているとき、ファイル名の横に対応する日付の範囲を表示します。

Headings

Heading level to display

各レベルの見出しをアウトラインとして表示するかそれぞれ指定します。

Preview

Inline Preview

アウトライン要素の右に、続く数単語をうっすら表示します。

Tooltip Preview

アウトライン要素にマウスカーソルを合わせると、続く文章をツールチップとして表示します。

Tooltip Preview direction

ツールチッププレビューを表示する方向を指定します(自動で振り分けたかったけどやり方が分かりませんでした…)

Simple filter

Headings/Links/Tags/List items to ignore

指定した単語やフレーズが含まれるアウトライン要素は非表示になります。それぞれ改行で区切って下さい。

Include

Element type for include

指定したアウトライン要素の種別がIncludeフィルターの対象になります。

Words to include

指定した単語やフレーズが含まれるアウトライン要素と、それに続くブロックのみが表示対象となります。 それぞれ改行で区切って下さい。

Include the beginning part

ノートの冒頭で、Element type for includeで指定したタイプのアウトライン要素が登場するより前の部分を表示対象とするかどうか指定します。

Exclude

Exclusion end at

この項目でいずれかのアウトライン要素タイプを指定した場合、Excludeフィルターによって除外される領域が指定した要素のところで打ち切られます。 Includeフィルターでいずれかのタイプが指定されていた場合、そのタイプのところでExcludeは打ち切られ、この項目は無視されます。

指定した単語やフレーズが含まれるアウトライン要素と、それに続く領域(同種のアウトライン要素、またはExclusion end atで指定した要素が出現する前までの領域)は非表示になります。 それぞれ改行で区切って下さい。

Appearance

それぞれのアウトライン要素を表示する際の見た目を設定します。 各要素にはアイコンおよびprefix文字列を付加することができます。 アイコンでcustomを選んだ場合、Lucide (https://lucide.dev/ )のアイコン名を入力して下さい。一部のアイコンは表示できないようです。

Indent other than headings

設定すると、見出し以外のアウトライン要素が直前の見出しと同じだけ(またはさらに1段階多く)インデントされます。

Headings: Repeat heading prefix

headingsのprefixを入力した場合、この項目をオンにすると、見出しのレベルの数だけprefixが繰り返されます。

Headings: Add indent

見出しのレベルに応じてインデントを付加します。

Tasks: Add checkbox text to prefix

タスクのprefixの最後にcheckboxの状態を示す文字列を付加します。

Others

Show only .md files / exactly matched files

Periodic Notesプラグインのベータ版を使用している場合、より幅広いファイル名がperiodic notesとして認識されます。これらのオプションはそれぞれmdファイル以外、フォーマットに合致しないファイルを非表示にします。

Debug

show debug information

オンにするとデバッグのためのいくつかの情報をconsoleに表示します。

Acknowledgement 謝辞

本プラグインの作成にあたり、多くの素晴らしいObsidianのプラグインを参考にさせて頂きました。特に、 デイリーノートの処理にdaily note interface by @liamcain を使わせて頂きました。 カスタムビューの作成にSpaced Repetition by st3v3nmwとRecent files by tgrosingerを大いに参考にさせて頂きました。 Periodic noteの新規作成機能に関しては、Periodic Notes by @liamcain (MITライセンス)のコードを一部改変して使用しています。 また、discordの plugin-devの書き込みを多数参考にさせて頂きました。

Buy Me A Coffee

もしプラグインを気に入ったら、コーヒーをおごっていただけると嬉しいです! "Buy Me A Coffee"

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Calendar
6 years ago by Liam Cain
Simple calendar widget for Obsidian.
Outliner
5 years ago by Viacheslav Slinko
Work with your lists like in Workflowy or RoamResearch
MAKE.md
3 years ago by MAKE.md
Markmind
5 years ago by Mark
A mind map, outline for obsidian,It support mobile and desktop
Checklist
5 years ago by delashum
Quiet Outline
4 years ago by the_tree
Improving experience of outline in Obsidian
File Color
3 years ago by ecustic
An Obsidian plugin for setting colors on folders and files in the file tree.
Longform
5 years ago by Kevin Barrett
A plugin for Obsidian that helps you write and edit novels, screenplays, and other long projects.
Rollover Daily Todos
5 years ago by Matt Sessions
An obsidian plugin that rolls over todo items from the previous daily note
Consistent attachments and links
5 years ago by Dmitry Savosh
Obsidian plugin. Move note with attachments.
Auto Note Mover
4 years ago by faru
This is a plugin for Obsidian (https://obsidian.md).
Zoottelkeeper
5 years ago by Akos Balasko
Obsidian plugin of Zoottelkeeper: An automated folder-level index file generator and maintainer.
Manual Sorting
a year ago by Kh4f
📌 DnD file sorting for Obsidian
Tasks Calendar Wrapper
3 years ago by zhuwenq
This plugin currently provides a timeline view to display your tasks from your obsidian valut, with customizable filters and renderring options.
Review
6 years ago by ryanjamurphy
Add the current note to a future daily note to remember to review it.
Janitor
4 years ago by Gabriele Cannata
Performs various maintenance tasks on the Obsidian vault
Periodic PARA
3 years ago by YiBing Lin
Obsidian Plugin for combining P.A.R.A with Periodic Notes(LifeOS for Obsidian)
File Order
3 years ago by lukasbach
Obsidian plugin to reorder files with drag-and-drop by customizing a number-prefix in the filenames
Better Search Views
3 years ago by Ivan Lednev
Outliner-like breadcrumb trees for search, backlinks and embedded queries
Task Collector (TC)
5 years ago by ebullient
Manage tasks and logs within an Obsidian note.
Hide Folders
3 years ago by JonasDoesThings
Toggle the visibility of folders in the Obsidian.MD file navigator based on name-patterns
TickTickSync
2 years ago by thesamim
Task List Kanban
2 years ago by Chris Kerr
Dynamic Outline
a year ago by theopavlove
Adds a customizable GitHub-like floating table of contents to Obsidian.
Vantage - Advanced search builder
5 years ago by ryanjamurphy
Vantage helps you build complex queries using Obsidian's native search tools.
Influx
4 years ago by Jens M Gleditsch
An alternative backlinks plugin, which displays relevant and formatted excerpts from notes with linked mentions, based on the position of mentions in the notes' hierarchical structure (bullet level indentation).
Daily Named Folder
5 years ago by Nemo Andrea
Like daily note, but nested in a daily folder and some more improvements
Journey
5 years ago by Alexis Rondeau
Discover the story between your notes in Obsidian
Backlink Cache
3 years ago by mnaoumov
Obsidian plugin that stores backlink cache to speed up app.metadataCache.getBacklinksForFile().
Dangling links
5 years ago by Graydon Hoare
obsidian plugin for displaying dangling links
Journal Review
3 years ago by Kageetai
Review your daily notes on their anniversaries, like "what happened today last year"
Daily Notes Viewer
4 years ago by Johnson0907
Folders to Graph
2 years ago by Ratibus11
Display your Obsidian vault folder structure into your graphs.
Folder Focus Mode
4 years ago by grochowski
Focus file explorer on chosen folder and its files and subdirectories, while hiding all the other elements.
Project Browser
2 years ago by Dale de Silva
AutoMOC
4 years ago by Diego Alcantara
Daily notes calendar
a year 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.
Plugin Manager
3 years ago by ohm-en
Allows better management of Obsidian.md plugins.
List Modified
4 years ago by Francis Kafieh
🪨 The advanced and adaptive changelog for Obsidian. Links all modified files meeting certain criteria to a timed (daily, weekly, monthly) note.
Embedded Code Title
5 years ago by tadashi-aikawa
It is an Obsidian plugin which can embeds title to code blocks.
Proletarian Wizard Task Manager
a year ago by Charles Feval
Obsidian plugin ot manage todos and projects directly from your notes.
Tomorrow's Daily Note
4 years ago by Will Olson
An obsidian plugin that creates tomorrows daily note for preemtive planning.
Task Marker
3 years ago by wenlzhang
An Obsidian plugin to change task status and append text with hotkeys and right-click context menu.
Recent Notes
a year ago by Kamil Rudnicki
Recent Notes Plugin for Obsidian
Org Mode
5 years ago by ryanpcmcquen
Add Org Mode support to Obsidian.
Repeat
4 years ago by Andre Perunicic
Review notes using periodic or spaced repetition.
Link Tree
3 years ago by Joshua Tazman Reinier
A sidebar foldable list of Obsidian link hierarchies.
Note Folder Autorename
5 years ago by PJ Eby
Obsidian plugin to support folder-overview notes by keeping their folder in sync
Frontmatter Markdown Links
a year ago by mnaoumov
Obsidian Plugin that adds support for markdown links in frontmatter
Unique attachments
5 years ago by Dmitry Savosh
Obsidian plugin. Renames attachments, making their names unique.
Chinese Calendar
2 years ago by DevilRoshan
在obsidian中使用的更符合中国习惯的日历插件。
Dust Calendar
2 years ago by 纳米级尘埃
obsidian 日历插件
Tag Page
3 years ago by Matthew Sumpter
An Obsidian plugin to create and manage dedicated Markdown pages for tags, with features to automatically populate and refresh content based on user-defined settings.
Improved Random Note
3 years ago by ShockThunder
TodoTxt
3 years ago by Mark Grimes
Obsidian plugin to manage todotxt files
Auto Keyword Linker
4 months ago by Daniel Rhodes
Stop manually typing [[brackets]] around recurring terms. Configure keywords with variations once, and automatically link them as you write or across your entire vault.
Week Planner
4 years ago by Ralf Wirdemann
Things Logbook
5 years ago by Liam Cain
Sync your Things 3 Logbook with Obsidian
Rich Foot
2 years ago by Justin Parker
🦶 Obsidian plugin that adds backlink/outlink tags and created/modified dates to the footer of your notes
Lumberjack
5 years ago by ryanjamurphy
Log your thoughts! Lumberjack adds URL commands to help you axe inefficiency and get right to writing.
Multiple Notes Outline
3 years ago by iiz
Daily Note Pinner
3 years ago by LukeMT
Pins the daily note of the day and unpins other daily notes in Obsidian
At People
3 years ago by Tobias Davis
Obsidian plugin to use the familiar @ notation to cross link to people.
Auto Glossary
3 years ago by Ennio Italiano
Obsidian plugin that allows user to create a glossary of notes or a MOC from a selected folder.
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.
Contacts
3 years ago by vbeskrovnov
With this plugin, you can easily organize and manage your contacts within Obsidian. Simply create a note with contact information and use the plugin's features to quickly search, and sort through your contacts. Contacts plugin also helps you to remember birthdays of your contacts and keeps track of the last time you met them.
YouTube Template
2 years ago by sundevista
📺 A plugin that would help you to fetch YouTube videos data into your vault.
Journaling
2 years ago by Ordeeper
View daily notes in a journal-like format, similar to Logseq. It enhances note organization and facilitates better reflection by consolidating daily notes into a continuous journaling view.
Daily Note Navbar
2 years ago by Karsten Finderup Pedersen
Adds a daily note navbar to quickly navigate between sequential daily notes in Obsidian.
Todo sort
3 years ago by Ryan Gomba
A plugin for Obsidian that sorts todos within a note
Folder Links
a year ago by Stefan Rausch
Obsidian Plugin that enables using links to folders.
Boost Link Suggestions
3 years ago by Jacob Levernier
An Obsidian (https://obsidian.md) plugin for altering the order of inline link suggestions by link count and manual boosts.
List Outline Helper
2 years ago by triangular-sneaky
Obsidian plugin to select the current outline
Project Garden
3 years ago by Ben Goosman
Automatic Renumbering
a year ago by Omri Levi
Automatically reorders checklists and numbered lists as you edit them.
Single File Daily Notes
2 years ago by Pranav Mangal
An Obsidian plugin to create and manage daily notes in a single file
PARA Shortcuts
4 years ago by gOAT
This plugin serves usefull commands to setup and manage your knowledge using the PARA method.
Structured
4 years ago by dobrovolsky
TagMany
3 years ago by Joshua Martius
Tag many Notes at once in Obsidian
Automatic Tags
2 years ago by Jamalam
Add tags to new notes automatically based on their path
Note archiver
3 years ago by thenomadlad
Auto Folder Collapse
2 years ago by Dario Casciato
A plugin for Obsidian that automatically collapses all child folders when you collapse a parent folder. This helps keep your file explorer organized and clutter-free.
Key-Value List
2 years ago by Christian Wannerstedt
Obsidian plugin which makes it easy to turn lists into formatted key value lists
Packrat
4 years ago by Thomas Herden
Process completed instances of recurring items created by the Obsidian Tasks plugin
Metadata Auto Classifier
2 years ago by Beomsu Koh
AI-powered Obsidian plugin that automatically classifies and generates metadata (tags, frontmatter) for your notes.
Tag Buddy
2 years ago by David Fasullo
Unlock powerful tag editing features in Reading Mode. Add, remove and edit tags across your vault. Use tag inboxes to level up any workflow with a powerful idea assembly line.
Telegram Inbox
2 years ago by icealtria
Receive messages from Telegram bots and add them to Obsidian's daily note.
Content Cards
a year ago by leo
Insert content cards in Markdown, such as timeline, highlightblock, target card, book information card, music information card, movie information card, photoes ablum, business card, content subfield, countdown, SWOT,BCG.
Fold Properties By Default
a year ago by Tommy Bergeron
Always have editor/metadata properties folded by default.
Linked Data Vocabularies
3 years ago by kometenstaub
Add linked data to the YAML of your Obsidian notes.
Auto Tasks
a year ago by Jamie Hurst
Obsidian plugin to combine periodic notes with tags and tasks to automatically manage your daily, weekly and project TODO lists. Requires the "Periodic Notes" and "Tasks" plugins.
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.
Broken Links
2 years ago by ipshing
VirtFolder
2 years ago by mr.grogrig
Creating a hierarchical structure like Luhmann's Zettelkasten
Note Chain
2 years ago by ZigHolding
Package my frequently used tools, highly personal plugins.
Default query in backlinks
2 years ago by Benature
Prioritize
3 years ago by EloiMusk
Obsidian Plugin, to prioritize stuff in Obsidian
ZettelGPT
3 years ago by Overraddit
Turbocharge Your Note-taking with AI Assistance
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!
Auto Periodic Notes
2 years ago by Jamie Hurst
Obsidian plugin to create new periodic notes automatically in the background and allow these to be pinned in your open tabs. Requires the "Periodic Notes" plugin.
Brainframe
3 years ago by pedersen
Lite Gallery
2 years ago by Jordan Poles
Note aliases
3 years ago by Pulsovi
This plugin manages wikilinks aliases and save them on the aliases list of the linked note
File chucker
3 years ago by Ken Lim
Flow
2 years ago by Ben Phillips
Implements key processes in David Allen's Getting Things Done (GTD) methodology
Upcoming
4 years ago by Charlie Chao
Show upcoming daily notes in their own panes.
Reflection
3 years ago by Brandon Boswell
An Obsidian Plugin for seeing daily and weekly notes from this day in years past.
Pinboard Sync
4 years ago by Mathew Spolin
Obsidian plugin to sync Pinboard.in links to Daily Notes
Phone to Note
5 years ago by Dylan Garrett
Unofficial phonetoroam.com plugin for Obsidian
Nav Link Header
2 years ago by ahts4962
Display navigation links at the top of the notes in Obsidian
Auto File Organizer
a year ago by mofukuru
Obsidian plugin: Automatically organizes files into folders based on their extensions.
Nested Daily Todos
2 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.
Order List
3 years ago by Henry Gustafson
Zettelkasten Outliner
2 years ago by Tyler Suzuki Nelson
Floating Headings
3 months ago by k0src
Displays a floating, collapsible outline of a note's headings on the right side of the editor. Expands on hover, click to navigate.
Waka time box
3 years ago by complexzeng
Bellboy
4 years ago by Shaked Lokits
Opinionated file structure manager for the Obsidian knowledge base.
BuJo Bullets
a year ago by Will Olson
Alternate checkbox types for Obsidian to support Bullet Journal bullets
Desk
2 years ago by David Landry
A desk for obsidian
Potato Indexer
3 years ago by LoyalPotato
Obsidian plugin to generate index based on your selection
TODO Wrangler
3 years ago by Jeel Shah
An obsidian plugin to wrangle your Todos and put them in their place.
Extended Task Lists
2 years ago by joeriddles
Extended Markdown support for task lists in Obsidian.
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.
Canvas Daily Note
2 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.
Feeds
2 years ago by LukeMT, pashashocky, madx
Magic feeds dataview query for obsidian
Expiration-Date-Tracker
3 years ago by Marius Wörfel
Opsidian plugin to keep track of all expiration dates, for example, for your groceries.
Hierarchical Outgoing Links
2 years ago by Jason Motylinski
Obsidian.md plugin which displays outgoing links as a hierarchy
Index Notes
2 years ago by Alejandro Daniel Noel
Plugin that automatically generates index blocks based on tags
Better Mind Map
10 months ago by Utkarsh Raj
Obsidian plugin to for mind maps, vizualize current note as mind map.
Tag Breakdown Generator
3 years ago by Hananoshika Yomaru
Break down nested tags into multiple parent tags
Sort Frontmatter
2 years ago by Kanzi
Sort frontmatter automatically
Hierarchical Backlinks
2 years ago by Jason Motylinski
Plugin which displays backlinks as a tree structure based on file paths
Highlight Helper
2 years ago by Chongmyung Park
Helper to collect highlight in Obsidian
Journal Folder
2 years ago by Charl Fourie
Foodiary
2 years ago by vkostyanetsky
Food tracker plugin for Obsidian
Cluster
2 years ago by Lorens Osman
Cluster plugin mainly designed to simplify the process of note clustering on mobile devices and work well on PCs ether
Clipper Catalog
a year ago by Greg K.
A catalog view that provides a powerful interface for all your clipped web articles and content. Easily organize, search, and manage your web clippings within your vault.
Simple Todo
a year ago by elliotxx
A minimalist text-based todo manager (Text-Based GTD) for efficient task management in Obsidian.
Templated daily notes
2 years ago by digitorum
Allow to create templayted daily note in specific folder
Outline++
2 years ago by Ryota Ushio
Outline Converter
2 years ago by masaki39
Convert outline to continuous text.
Daily note creator
2 years ago by Mario Holubar
Automatically creates missing daily notes.
Tag Tactician
a year ago by Scott Tomaszewski
Backlink Full Path
a year ago by mnaoumov
Obsidian plugin that shows the backlink's full path in the backlinks panel.
Daily Note Collector
2 years ago by Adar Butel
An Obsidian plugin that adds links to new notes to your daily note.
Streams
a year ago by Floyd
Streams Obsidian Plugin
Todos sort
a year ago by Jiri Sifalda
A plugin for Obsidian that sorts todos within a note
Daily Note Metrics
a year ago by Andre-Diamond
Obsidian Plugin that parses Daily Notes and uses data to create charts
Google Calendar Importer
7 months 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.
Geulo
2 years ago by Junyoung Bang
Extension for pulling and syncing the videos that you liked in Youtube to Obsidian vault.
Missing Link File Creator
a year ago by Lemon695
The plugin creates both missing links and the corresponding files.
Mass Create
a year ago by vellikhor
Create large quantities of notes easily at one time.
Vault File Renamer
a year ago by Louan Fontenele
Vault File Renamer: Automatically standardizes file names to GitHub style (lowercase, no accents, only -, ., _) while preserving folder structure and file contents.
On This Day
a year ago by Jose Elias Alvarez
Show your daily notes from this day in a simple panel view. Inspired by Day One's On This Day feature.
Daily Prompt
2 years ago by Erl-koenig
Beautiful Contact Cards
a year ago by Seth Tenembaum
A plugin for the Obsidian text editor which renders "contact" code blocks with tappable links for phone, social media, etc.
Limitless Lifelogs
a year ago by Maclean Dunkin
Sync your Limitless AI lifelog entries directly into Obsidian markdown files.
Hledger Notes
a year ago by Boburmirzo Khamrakulov
Hledger Notes: Create and manage hledger entries directly in Obsidian Daily notes
Pinned Daily Notes
a year ago by Jeremy Neiman
Dynamically update a pinned tab with today's daily note
downloadPDF
2 years ago by Frieda
LongtimeDiary
2 months ago by sawamaru
Show past Daily notes on the same day in previous years.
Organized daily notes
a year ago by duchangkim
Automatically organizes your daily notes into customizable folder structures for better organization and easier navigation.
Task Mover
a year ago by Mariia Nebesnaia
A plugin for obsidian to move unfinished tasks to the daily note automatically
MOC Link Helper
2 years ago by Bogdan Codreanu
This obsidian plugins allows you to quickly see which notes you need to include in your MOC.
Tree Diagram
a year ago by limpido
An Obsidian plugin that converts tab-indented text to a tree diagram.
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.
Synaptic View
2 months ago by Yongmini
A dynamic control center for your vault. Unify hubs, notes, tasks, periodic notes, and web resources with intuitive buttons. Replace new tab for instant access.
Current File Tags
a year ago by Trung Tran
Kikijiki Habit Tracker
a year ago by KIKIJIKI
Kikijiki Habit Tracker Plugin for Obsidian
WhatsApp backup importer
a year ago by Luigi Cerone
Obsidian plugin that allows you to import exported WhatsApp chat archives (in .zip format) into your vault.
Outline to task list
2 years ago by alexandrerbb
A simple Obsidian plugin to convert a note's outline to a task list
Coalesce
10 months 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.
Tab Group Arrangement
a year ago by situ2001
Arrange the tab groups of Obsidian in a more flexible way
Instant Above Divider
a year ago by SedationH
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!
Multiple Daily Notes
a year ago by Vab Kapoor
Obsidian plugin for adding multiple daily notes, with some extra configurations too.
Abbrlink
a year ago by Q78KG
Daily Note Structure
2 years ago by db-developer
This obsidian plugin creates a structure for your daily notes
Auto Daily Note
a year ago by John Dolittle
Daily Notes Automater
a year ago by David Pedrero
Yesterday's note
a year ago by Trevor Tyler Lee
Obsidian plugin to open yesterday's daily note
Nav Weight
2 years ago by shu307
A simple plugin designed to sort files in navigation based on markdown frontmatter (also known as metadata) for Obsidian.
Open or Create File
7 months ago by Ilya Paripsa
Set up Obsidian commands that create or open files based on predefined patterns.
Future Dates
2 years ago by Dmitry Manannikov
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
Previous Daily Note
a year ago by Marcos Talau
Plugin for Obsidian that opens the previous daily note
UnLime
10 months ago by shandyba
Obsidian Unmentioned Links toggle
Bottom to Top
a year ago by Henry Gustafson
Inboxer
a year ago by Eoin Hurrell
Obsidian plugin to add an inbox to 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.
Anki Helper
3 months ago by Dusk
Timestamper
6 months ago by René Coignard
Insert the current timestamp into your notes.
Daily Notes Tweaks
6 months ago by René Coignard
Open a random daily note and automatically switch past daily notes to reading mode.