Skip to content

1.3.0

Latest

Choose a tag to compare

@pedrogdn pedrogdn released this 18 Jul 06:33
fc1882f

Mobile support (iOS/Android)

Time Bullet now works on mobile. The Space/Enter timestamp triggers are driven by a CodeMirror 6 transaction filter instead of DOM keydown events, which virtual keyboards don't emit reliably.

  • Mobile + desktop: -[t] + Space expands to a timestamped bullet; Enter continues the list with a fresh timestamp.
  • Enter on an empty time bullet mirrors Obsidian's native behavior: outdent one level per press, then drop the marker at the top level (honors your Use tabs / Tab size settings).
  • Preserves the toggle time bullet command and - / * / + markers from 1.2.0.
  • isDesktopOnly is now false.

Closes #9.