Peter Johnson
Peter Johnson
Don't permit predefined files to be protected directly because this could cause problems with updates.
Instead of using a list of protected files another approach might be to place protected files in a subdirectory of the default and search that as well as the default...
Need to decide what to do if user tries to install a file with same name as one already installed.
> Need to decide what to do if user tries to install a file with same name as one already installed. How about using prefixes to filenames, a bit like...
This issue has been split out of issues #33 and #48.
If option to add file name at top of files is implemented (see issue #33) then this will have an effect on how `--separator-line-numbering` works. Do separator lines end before...
If we arrange for the 2nd parameter to be ignored if file names are not being output then the default value can be `on/on` without causing any problems.
See the similar ddablib/ddablib.github.io#43 issue for a discussion of how the use of `defer` affects inline scripts.
It can be done with `jekyll-redirect-from`. However the plugin will create 200+ numbered `.html` files in the root directory. This could cause a problem if there's ever a `404.html` custom...
It may be better to rename `tips` as `tip`: it feels more intuitive to me to request `tips.delphidabbler.com/tip/42` than `tips.delphidabbler.com/tips/42`. Another possibility is to rename `tips` as `id`. If `tips`...