obsidian-time-markers
v0.0.3
Published
Plugin for Obsidian (https://obsidian.md) that shows time markers from current note in sidebar
Readme
obsidian-time-markers
Plugin for Obsidian (https://obsidian.md) that shows time markers from current note in sidebar
Usage
- Click
Time Markerson left ribbon. Time Markerstab will appear on right sidebar.- It'll list all lines in current file that contain time marker as links to those lines, sorted by time marker.
- Time marker is 24hrs time in HH:MM or H:MM format (where minutes can be also
XX) that is surrounded by one of following:- whitespace
- line start/end
- backticks (
`); those will also be stripped later on the list - dahses (
-) - as in10:00-10:30
- Time markers that are on completed tasks lines will be omitted. Completed tasks are represented in Markdown as:
- [x] completed task- [X] completed task- [-] cancelled task
- Time markers that are on incompleted tasks will have Markdown task syntax stripped (i.e.
- [ ] some taskwill becomesome task)
Development
- clone this repo to test Obsidian vault under (
.obsidian/plugins/obsidian-time-markers) npm ioryarnto install dependenciesnpm run devto start compilation in watch mode; to refresh plugin in Obsidian issueReload app without savingfrom command palette (preferably bind it to some Hotkey)eslint main.ts view.tsto use eslint to analyze this project- bump
package.jsonandmanifest.json npm run buildto buildnpm publishto publish
