Nathan
Nathan
We could add it to the unfiltered.g8 template. I use it for almost every project.
That's true. Mostly it does it for "easy" upgrades, but the case where it's replacing a completely different file instead of an older version of the same script is pretty...
These cases could be differentiated by looking for `.conscript/sbt-launch.jar` in the file. If that's not found, refuse to replace and let the user sort it out.
#22 is for all scripts written to `~/bin`. This PR only handles the initial `cs` script, if you're using the unix version of the install script (not the runnable jar).
I lost some motivation to do this when I finished the combined pages feature (e.g. http://pamflet.databinder.net/Combined+Pages.html) The use case is handled at least as well by the browser text searching...
We can display a search box and button on every page. When you click search, we load the combined pages and initiate a search-in-page with a prettier version of this:...
I'm not sure. They aren't really made for typing. Nathan doug tangren [email protected] wrote: I was surprised with http://unfiltered.databinder.net/Unfiltered.html was resolved but http://unfiltered.databinder.net/unfiltered.html wasn't. I think if you are hosting...
It worked for me for dispatch. Could you clone it and try with your install? https://github.com/dispatch/reboot
Just tested in 0.4.2, this works when you specify the full path to the input docs directory, however, that's pretty confusing so I'll leave this open.
Yeah, something like twitter's "jump to" dropdown is what I was imagining, integrated into the header. The way I look at the pamflet contents is that it is effectively cost-free...