Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ovyerus/obsidian-klog
Obsidian support for the Klog file format.
https://github.com/ovyerus/obsidian-klog
klog obsidian obsidian-md obsidian-plugin time-tracker
Last synced: about 2 months ago
JSON representation
Obsidian support for the Klog file format.
- Host: GitHub
- URL: https://github.com/ovyerus/obsidian-klog
- Owner: Ovyerus
- License: mit
- Created: 2024-04-27T11:44:50.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-07T10:36:53.000Z (5 months ago)
- Last Synced: 2024-11-02T14:35:02.895Z (about 2 months ago)
- Topics: klog, obsidian, obsidian-md, obsidian-plugin, time-tracker
- Language: Svelte
- Homepage:
- Size: 784 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Klog Obsidian Plugin
An [Obsidian](https://obsidian.md) plugin adding support for the
[Klog](https://klog.jotaen.net/) plaintext time-tracking file format.![preview screenshot](./preview.png)
## Installation
This plugin is not yet submitted to the community plugins repository, so you
will need to manually install by grabbing the
[latest release](https://github.com/ovyerus/obsidian-klog/releases/latest) and
placing the files into `/.obsidian/plugins/obsidian-klog`, or by checking
out the repository in the same location and building it.## Roadmap
- [x] Text formatting/Rich text previews.
- Requires a JS parser for the format.
- [ ] Beyond plain text editing.
- [ ] Make Obsidian aware of Klog tags.
- [ ] Command palette integration.
- [ ] Try do some cool stuff with time summaries/previews.
- [ ] Possibly add a Dataview integration?