Randy Merrill

Results 54 comments of Randy Merrill

Here is an example: On the [docs page for templates](http://grow.io/docs/templates/), the docs are [using the url tag](https://raw.githubusercontent.com/grow/grow.io/ceaba6b150846f6a5b0083db962455c301649e8a/content/docs/templates.md). `See the [full documentation for the document API]([url('/content/docs/documents.md')]).`

Currently we don't do it when the line is indented because we can't easily tell if the line is in a code block or not (since code blocks in markdown...

Thanks, This is something that we have been talking a lot about. We'll let you know when we have decided how we want to handle a nicer ui for editing...

Can you give me an example of the front matter that you are using that isn't being captured for translation and I'll check it out?

I've tested the export process with strings ending in `:` and enclosed in quotes, but I'm not seeing any problems extracting it for translation.

@vitorio Just to make sure that I understand this better. You are looking to make `/files/camelot-silly-place.gif` be deployed to `/it-me/at-work/camelot-silly-place.gif`? Or did I misunderstand that?

Ah, interesting. That would definitely make things difficult for the local dev server since it just does a guess mimetype off the filename/ext as you pointed out above. Depending on...

@jeremydw Do you have any thoughts/objections? I am ok with having `run` be the default for when there is no sub-command given.

I think I figured out a way to make `grow` be the same as `grow run`, but the method that I tried didn't accept the arguments or flags since they...