Dieter Eickstaedt
Dieter Eickstaedt
Allow automatic refresh from currently rendered and displayed local file. New Flags --watch, -f Enable File Watching (Defaults false) --interval, -i Interval in seconds to poll for file updates This...
Using Glow as a dashboard into my local Markdown folder, it would be nice to be able to easily reload the folder content. This PR adds a simple refresh using...
Consider a table of ID Name Description 1 Task1 Task description It would be good to select the row but retrieve the ID for example for further processing like 'task...
Tables might contain more than needs to be visible to the user. Consider a table like ID PrimaryKey UserName 1 12392839281. My_Username Once displayed to the user, we want the...
Parsing Frontmatter in YAML Format. This PR adds a Frontmatter Parser to detect and parse Frontmatter in YAML Format. Frontmatter produces its own AST Element which can be handled by...
Preparing glamour to be configured to render links using the link text only or the Link text and url. Ideally in another PR this would be extended to display clickable...
Using buster base image to support ARM64 as well
I am starting a port to dart https://github.com/deicon/jbmcalc
## Description This PR addresses #2304 where checksum and timestamp files were not being created in the correct directory when tasks were executed in a subdirectory. The changes ensure that...