puterleat

Results 17 comments of puterleat

Yes - agreed. I guess all I'm suggesting is to adopt the existing pandoc/csl syntax for marking where in the text to include a citation. It's very similar to a...

I also thought I'd just post you what I've done with the citation preprocessor: https://gist.github.com/3664375 And the plugin: https://gist.github.com/3fbcfa28b4f53a74f59b I've just created a copy of the links app to wrap...

As an afterthought, perhaps keyboard shortcut mapping should be a setting. I would be tempted to have the edit shortcut as 'e' alone (not ctrl-e') and also map esc to...

> That's a good idea... as well as RSS feeds would be great for updates and to monitor when new pages arrive. > > Both cases have to account for...

In my experience, it works in the browser and iOS simulator, but doesn't work properly on android. I've not got to the bottom of why yet.

It's a bit of a mouthful, but I might do something like this: ``` library(pander) library(lme4) library(broom) library(dplyr) require(lmerTest) fm1

I can't remember the details, but I think came to the conclusion that subclassing non-abstract django models just wasn't worth it...