Skip to content

A quick capture plugin for Obsidian, all data from your notes.

License

Notifications You must be signed in to change notification settings

cumany/Obsidian-Memos

 
 

Repository files navigation

Obsidian Memos

中文文档

A new way for you to quick capture an idea in Obsidian. Which is highly based on the awesome open source project: memos and awesome service: flomo.

Introduction

  1. All the memos come from your daily notes, this requires the 'Daily Notes Plugin' to be enabled for this plugin to work.
  2. Memos are taken from below the header you set in the configuration under 'Process Memos below' this is # Journal by default.
  3. Memos are created under the heading set in the configuration as 'Insert After' this is # Journal by default(Now you can set it to any other heading you like).
  4. When you create a query, a query.md file will be generated automatically in your daily note folder.
  5. When you delete a memo, it will send to the delete.md in your daily note folder, please don't edit it directly.

How to Use

  1. First you ensure you have the 'Daily notes' plugin (the core plugin of Obsidian) enabled.
  2. Then, you should check the setting to set your header to process below and insert new memos below, OR leave blank to write the entries to the bottom of the daily file.
  3. Open memos and then click on 'NOTEIT'.
  4. If you allow comments one Memos, you need to ensure you have the 'dataview' plugin enabled

A entry will be added to your daily note using a bullet format with the current time.

Example

- 22:15 {Contents of memo you entered}

It uses the following formats when parsing to add memos to the list:

  • - 19:00 in daily notes.
  • - [ ] 19:00 in daily notes.

Features

Memos list

Show all memos that from your daily notes, so you can read them in one page.

Share memo and timeline

You can share any memo and daily memo through image.

Tag list

Build in tag list for JUST memos. The build in tag list will show the tags in your memos.

Query list

You can set queries that contains more than one variable to query memos. You can add it\pin it\Delete it.

Memos Heatmap

You have a github heatmap like view to see your memos amount everyday, like dots in calendar. But all of them is clickable to filter that day's memos.

User banner

You can set your name in setting ,so don't forget to do it. And you can find the setting and trash box for memos when you click on the three dots near the user name.

In each memo, you can used MARK to make it link to another memo. And you can delete it, share it and so on.

TIPS:

  1. you can double click on the memo to edit the memo.
  2. Ctrl+click to jump to the source of the memo.

Search and filter

Every time, you search in memos will filter the memos that matched (which are showed in one page), and in memos, there are already four build-in filters to help you for using memos easily.

More in settings

You can find many interesting stuff in settings, don't hesitate to try them.

Set different color for the heatmap:

You can download css snippet here: Heatmap-color

How to Install

From Plugin Market in Obsidian

💜: Directly install from Obsidian Market.

From BRAT

🚗: Add Quorafind/Obsidian-Memos to BRAT.

Download Manually

🚚: Download the latest release. Extract and put the three files (main.js, manifest.json, styles.css) to folder {{obsidian_vault}}/.obsidian/plugins/Obsidian-Memos.

Say Thank You

If you are enjoy using Obsidian-Memos then please support my work and enthusiasm by buying me a coffee on https://www.buymeacoffee.com/boninall.

About

A quick capture plugin for Obsidian, all data from your notes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.9%
  • TypeScript 27.3%
  • CSS 16.8%
  • Less 11.0%