Rome Reginelli
Rome Reginelli
Much of the current multi-locale stuff could probably be automated by making certain assumptions. This would take some investigation to make a proper plan first, especially one that would not...
[Dactyl's SCSS file](https://github.com/ripple/dactyl/blob/master/dactyl/styles/dactyl.scss) is a monolith when it could be split into multiple smaller, modular files that are included to build the default CSS file. Similar to Bootstrap's SCSS, Dactyl's...
right now the HTML filename has, like, two possible formulas: - match md filename exactly including folders - convert `/` into `-` (flatten folder structure) It would be great to...
It would be cool to specify a whole folder of files in the config so that Dactyl would read the folder and expand that into a whole list of pages....
Similar to how the XREFs filter works, it should be possible to convert valid links between markdown source files into links to their corresponding HTML files. This would dramatically improve...
Continuing the discussion from #558, one of the challenges for people trying out Archipelago for the first time, especially if they don't have a more experienced friend to tell them...
- A brief intro to some of the jargon would be helpful. It's not exactly intuitive what people mean when they say "checks" or "location checks" or "in logic" etc....
## Issue Description The `WalletSize` and `WalletLocator` fields were originally intended for use with content-addressable storage. They've both been labeled deprecated for a long time, but `WalletLocator` actually works as...