Sridhar Ratnakumar

Results 814 comments of Sridhar Ratnakumar

Wouldn't it be better if `Set` was made an instance [`Filterable`](https://hackage.haskell.org/package/witherable-0.3.5/docs/Data-Witherable.html)? Though that will introduce a new dependency: the `witherable` package.

I don't understand the issue. Are you talking about `Rib.routeUrl` returning `/foo.html` instead of `/my-site/foo.html`?

Gotcha. I got confused by words like 'directory', 'subdir', etc. (filesystem notions), but the request is basically to customize the route _URL_ (filesystem paths remain the same). What you are...

1. I suppose if you are going to be prepending it to the result of `routeFile` it would indeed make sense to take a `Path Rel Dir` (not `Abs`, because...

> Nice, I was gonna implement this myself at some point. Which static site host were you planning on using? Actually, what's popular these days - for hosting someone's static...

Might be able to adopt https://github.com/srid/neuron-template#how-to-publish-your-own-neuron-site

Neuron uses `#[[..]]` and `[[..]]#` (the former is semantically equivalent to tagging as well) to denote direction and label of the link (the `#` here means folgezettel). See https://neuron.zettel.page/folgezettel

Neuron is moving away from `` style links -- so it is alright if you don't support them -- however folgezettel links (`[[[..]]]`) will be used very commonly, so it...

> 1. Frontmatter title > 1. Rank 1 header if there is only one > 1. Filename if globally unique FWIW, [neuron](https://neuron.zettel.page/) went with the exact priority sequence to determine...

> [[[Folgezettel link]]] used in Neuron and described here. btw, the link for that has been moved here: https://neuron.zettel.page/linking