Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Survey Log

jannik-eljannik-el26 downloads

Create timestamped survey log entries with location tags via a fast, keyboard-only modal with autocomplete.

Add to Obsidian
Survey Log screenshot
  • Overview
  • Scorecard
  • Updates8

Demo: hotkey opens the entry modal, time nudging, location and note autocomplete, tag search payoff

An Obsidian plugin for fast event logging while out on survey tasks — timestamped, location-tagged entries you can capture in seconds, whether via a keyboard shortcut on desktop or by tapping on mobile.

Trigger the command (assign a hotkey, or tap it on mobile), nudge the pre-filled timestamp if needed, pick a location from an autocompleting list, optionally add a note (with suggestions from your own past entries) — and a clean, tagged log line lands in your active note:

- 13:47Z #JettyNorth Started transect
- 13:52Z #JettyNorth Water sample taken
- 14:31Z #Pier4

The entry modal: time pre-filled, location autocomplete open over a survey note

Locations are inserted as normal Obsidian tags (default), so every entry for a location is findable through the tag pane, search, or Dataview — or as wikilinks ([[Outer Breakwater]]) if you prefer each location to be a note with a backlinks list of all its entries.

Locations you type that aren't in your list yet are appended to the locations file automatically (toggleable).

Usage

  1. Create a locations note in your vault (default path: locations.md), one location per line:

    # Survey locations   <- "#" lines are ignored
    JettyNorth
    JettySouth
    Outer Breakwater     <- becomes #Outer-Breakwater
    Pier4
    
  2. Assign a hotkey to Survey Log: Create log entry (Settings → Hotkeys).

  3. Open the note you want to log into, hit the hotkey, and:

    • Time — pre-filled with the current time (HH:mm). ↑/↓ = ±1 minute, Shift+↑/↓ = ±10 minutes, or type over it. On mobile use the +/− buttons.
    • Location — pre-filled with your last-used location (fully selected: plain Enter reuses it, typing replaces it). Suggestions filter as you type; ↑/↓ + Enter/Tab to pick. Unknown locations are allowed and sanitized into valid tags.
    • Note — optional free text. Suggestions come from note texts of your previous entries, most frequent first; ↑/↓ to highlight, Tab or Enter to accept the suggestion (a second Enter then inserts), or Esc to dismiss the suggestions and keep what you typed.
    • Ctrl/Cmd+Enter inserts from anywhere in the modal; Esc cancels.

Settings

Setting Description Default
Timezone UTC timestamps get a Z suffix (13:47Z) so entries are self-describing UTC
Locations file Vault path of the note listing your locations locations.md
Location style Tag (#JettyNorth) or wikilink ([[JettyNorth]]) Tag
Tag prefix Optional prefix, e.g. loc/ → #loc/Pier4 (tag style only) (empty)
Auto-add new locations Append unknown locations to the locations file on insert On
Insert position End of note, or at the cursor End of note
Note suggestions from Whole vault or current note only Whole vault
Pre-fill last-used location Reuse the previous location with a single Enter On

Installation

Manual

Download main.js, manifest.json, and styles.css from the latest release into <vault>/.obsidian/plugins/survey-log/, then enable the plugin in Settings → Community plugins.

From source

git clone <this repo>
cd survey-log-obsidian-plugin
npm install
npm run build

Copy (or symlink) the repo folder to <vault>/.obsidian/plugins/survey-log/ — the folder name must be exactly survey-log.

Development

npm install
npm run dev     # esbuild watch mode
npm test        # vitest unit tests (pure logic: time math, parsing, ranking)
npm run lint    # eslint
npm run build   # type check + production bundle

Use a dedicated dev vault with the Hot-Reload plugin for a fast feedback loop. Note that changes to manifest.json require an app restart; source changes only need a plugin reload.

Releases are fully automated: every push to main runs tests + build, bumps the patch version (manifest.json, versions.json, and package.json via npm version / version-bump.mjs), tags it, and publishes a GitHub release with main.js, manifest.json, and styles.css attached. For a minor or major bump instead, include #minor or #major in the commit message. Tags carry no v prefix (Obsidian convention, enforced via .npmrc).

License

MIT

HealthExcellent
ReviewPassed
About
Create timestamped, keyboard-only survey log entries with a single hotkey and quick time nudging. Pick or add locations from an autocompleting list (inserted as tags or wikilinks), accept note suggestions from past entries, and insert a clean tagged log line into the active note for easy searching.
AutocompleteTagsDates
Details
Current version
0.1.7
Last updated
3 weeks ago
Created
4 weeks ago
Updates
8 releases
Downloads
26
Compatible with
Obsidian 1.5.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
jannik-eljannik-el
GitHubjannik-el
  1. Community
  2. Plugins
  3. Autocomplete
  4. Survey Log

Related plugins

Tasks

Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering. Maintained by Clare Macrae and Ilyas Landikov, created by Martin Schenck.

Day Planner

Turn tasks from daily notes, the Tasks plugin, and calendars into time blocks on an editable timeline, with built-in time tracker.

TagFolder

Show tags as folder.

Numerals

Turn any code block into an advanced calculator. Evaluate math expressions on each line of a code block, including units, currency, and optional TeX rendering.

Update modified date

Automatically update a frontmatter modified date field when the file is modified.

Full Calendar Remastered

Complete Calendar HUB experience. Work with all your calendars in one place. Analyze your time and take action!

Various Complements

Complete words similar to auto-completion in an IDE.

LifeOS

Life management system.

Day Planner OG

Day planning from a simple task list in a Markdown note (bare bones, preserves the features and behavior of the original plugin).

Periodic Notes

Manage your daily, weekly, and monthly notes.