Philipp Dalheimer
3dc0857ef1
updated screenshot link and image to reflect current plugin version ( #66 )
...
* [fix] updated screenshot link and image to reflect current plugin version #62
replaced outdated screenshot.png with an updated screenshot.jpg showcasing the latest plugin interface. updated the readme to link to the new image, fixing the broken link and ensuring the documentation reflects the current version of the plugin.
* [fix] updated screenshot link in readme.md
replaced the link of screenshot with an absolute link, so the image will be displayed correctly in obsidian plugin store.
---------
Co-authored-by: Philipp Dalheimer <philipp.dalheimer@1und1.de>
2024-11-14 13:44:33 +01:00
7033f28555
added funding url
2024-09-02 12:08:05 +02:00
993a7a4995
1.0.3
2024-08-09 19:56:59 +02:00
7b189a493a
fixed arrows not being displayed for markdown content
2024-08-09 19:55:54 +02:00
ea4f51b1e9
1.0.2
2024-08-09 19:45:45 +02:00
321f0178d4
moved around async code
2024-08-09 19:41:11 +02:00
07c083d63f
1.0.1
2024-08-09 19:28:38 +02:00
d80bc764ce
automatically remove null sub-entries from existing trackers
2024-08-09 19:27:29 +02:00
0ca60318f8
improve async rendering code
2024-08-09 19:24:10 +02:00
6820640a4f
made sub-entries optional
2024-08-09 19:05:16 +02:00
41d595201d
1.0.0
2024-08-09 18:59:10 +02:00
ed0ad218b9
improved collapse styling
2024-08-09 18:56:04 +02:00
James Tan
1ddefa51f4
feat: Implement collapsing nested subentries ( #50 )
...
* feat: Implement collapsing nested subentries
* fix: Change tooltip based on collapse state
* fix: Avoid hardcoded CSS constants
* fix: Retain old formatting when editing row
* fix: Change collapsed field from number to boolean
* fix: Remove unneeded wrapper code
2024-08-09 18:26:15 +02:00
9b718d2cae
fill out readme links
2024-08-09 18:25:23 +02:00
501cc50bf6
small fixes
2024-08-09 18:23:28 +02:00
cbba377c60
added a dataview api
...
closes #4
2024-08-09 18:22:37 +02:00
Jacob
5b79425a50
fix: confirm modal breaks cursor ( #52 )
...
* fix: confirm modal breaks cursor
* fix: formatting and debug log
2024-07-09 10:38:46 +02:00
7f75b08e4d
0.2.2
2024-05-19 10:31:50 +02:00
ebecd57b91
added discord link to settings
2024-05-19 10:29:55 +02:00
3186f1ba4d
Merge remote-tracking branch 'origin/master'
2024-05-08 17:25:50 +02:00
ea04e198d9
add discord to readme
2024-05-08 17:25:42 +02:00
Jacobtread
bf9ac5636c
Feature prompt before delete ( #48 )
...
* fix: file rename bug
* feat: prompt user before deleting
2024-05-01 10:40:26 +02:00
6823de48a0
get rid of the roadmap section in the README
2024-04-15 11:31:26 +02:00
Jacobtread
70cb1594ef
fix: file rename bug ( #46 )
2024-04-15 11:24:15 +02:00
66eb45d253
0.2.1
2024-03-27 14:26:24 +01:00
4b6abebe61
still allow editing name and start time while running
...
closes #41
2024-03-27 14:24:57 +01:00
4c88c3282d
finished up segment name markdown rendering
2024-03-27 14:21:45 +01:00
artel-ksikora
739e51326f
feat: add tag display to Segment ( #43 )
...
* feat: add tag display to Segment
* feat: Fragment markdown rework
* feat: Fragment markdown rework
* fixL prettifer remove
* fix: remove prettifer ignore
2024-03-18 16:11:11 +01:00
48d576aaa2
0.2.0
2024-02-26 15:37:54 +01:00
701be28601
use the hover background color
2024-02-26 15:36:28 +01:00
1d90a17e69
added timestamp display for durations
...
closes #20
2024-02-26 15:21:24 +01:00
7633ac8144
hover highlighting for the table
2024-02-26 14:56:31 +01:00
7e108a85cb
right-align the buttons
2024-02-26 14:53:33 +01:00
5bd9fefe60
only indent the names, not the values
2024-02-26 14:41:25 +01:00
3469232d3b
fixed some issues with how and when entry content is displayed
...
closes #36
2024-02-26 14:39:48 +01:00
92b2a287aa
allow displaying segments in reverse
...
closes #39
2024-02-26 14:24:21 +01:00
51d1183c0f
0.1.8
2023-09-08 14:06:12 +02:00
17471e2831
fixed (newly introduced) exception when trying to edit a running timer
2023-09-08 14:02:15 +02:00
e95f62fb9d
store timestamps as iso instead of unix
...
closes #26
2023-09-08 13:59:50 +02:00
f766fa7210
merge
2023-09-08 13:26:35 +02:00
3be8d8de02
ignore vault files
2023-08-11 19:32:43 +02:00
Matt Wiseley
a6727bb879
Handle active timer with no end value
2023-07-11 22:17:42 -04:00
Matt Wiseley
3d9e6163e7
Use fixed format for editable timestamps
2023-07-05 09:57:58 -04:00
Matt Wiseley
0612a4bd21
24 hour default time stamp format
2023-07-04 17:51:54 -04:00
Matt Wiseley
5677e02243
Remove unneeded width setting
2023-07-03 12:58:04 -04:00
Matt Wiseley
94631bc293
Editable timestamps and mobile horizontal scroll
2023-07-03 12:23:19 -04:00
941c5e261b
0.1.7
2023-05-23 18:21:10 +02:00
b5e768d99c
added a setting to make duration displays less fine-grained
...
closes #15
2023-05-23 18:18:28 +02:00
175ef1e0d7
fixed the time tracker not saving correctly on a canvas
...
closes #16
2023-05-23 18:06:29 +02:00
Pedro J
5baf96571e
Fixed Copy to Table feature to start and end with | character in each row and be compatible with other plugins like Advanced Tables ( #13 )
2023-05-23 16:48:18 +02:00