Taps Capture

unlisted

by wh

Capture text and audio to daily notes with tag classification. Supports both desktop and mobile.

Updated 1mo agoMIT
View on GitHub

Taps Capture

Capture text and audio to Obsidian daily notes with tag classification. Works on both desktop and mobile.

Features

  • Text capture — Quick text input with keyboard or voice dictation
  • Audio recording — Record voice memos with visual feedback (recording state, timer)
  • Tag system — Classify entries with customizable tags (e.g. idea, diary, meeting)
  • Daily notes — All captures append to today's daily note in ### HH:MM #tag format
  • i18n — English and Chinese UI
  • Cross-platform — Desktop (Mac/Windows/Linux) and mobile (iOS/Android)

Usage

  1. Open command palette → Quick Capture
  2. Type text and/or tap the record button
  3. Select a tag
  4. Tap Save

The entry is appended to today's daily note:

### 14:32 #idea

Your captured text here

![[rec-20260412-143200.webm]]

Settings

SettingDescriptionDefault
TagsComma-separated tag listidea,diary,meeting
Default tagPre-selected tagidea
Daily note folderSubfolder for daily notesJournal
Audio folderSubfolder for recordingsAudio/inbox
LanguageUI language (en/zh)en

Installation

From Obsidian Community Plugins

  1. Open Settings → Community plugins → Browse
  2. Search for Taps Capture
  3. Install and enable

Manual

  1. Download main.js, manifest.json, and styles.css from the latest release
  2. Create folder .obsidian/plugins/taps-capture/ in your vault
  3. Copy the three files into it
  4. Enable the plugin in Settings → Community plugins

Development

npm install
npm run dev    # watch mode
npm run build  # production build

License

MIT

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.