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. isDesktopOnlyis nowfalse.
Closes #9.