Nima Talebi
Nima Talebi
**problem**: `digest.Parse` (prototype `func Parse(string) (Digest, error)`), returns the tuple `(Digest, error)`. The expected behavior of a function in Golang that returns such, i.e., `(Object, error)`, is that either returns...
**feature**: Add new helper/abstraction methods `IsIdenticalTo` and `IsEmpty`. **cc**: @AkihiroSuda, @thaJeztah **supersedes**: #76
This is best demonstrated with an example; rather than having to define a tag for the entire document (in frontmatter), or for every single task, such as: ``` - [...
The point of this change is to allow a further configuration option where user can decide what the rendered text would look like. For example: Where previously, the two following...
Allowing contextual rules would be a great feature; with options for either regex of the path, base directory, or a tag. That way, the the same string could have different...
It would be good to have changes auto-save, or at least 1 save for the entire page. Right now if you make multiple changes, the minute you git save on...
Please add a feature to optionally rewrite the link text too; for example: - pattern: `(\d{12}),(\w+)` - sample: `0123456789AB,Admin` - href: `https://isengard.amazon.com/federate?account=$1&role=$2` - resolves to: `https://isengard.amazon.com/federate?account=0123456789AB&role=Admin` - text: `aws($2)@($a)` -...
When a matching pattern appears in certain places, it is not converted into a link. In the following non-exhaustive list, I have a few examples of what is converted and...
This is on an iPhone/iOS (iOS 17.5.1 (21F90)). I'll be happy to provide any information required. Thank you.