Scott Robbin

Results 21 comments of Scott Robbin

@Saunved No, it's not currently being worked on. Are you available to help implement it?

@Saunved Thank you! Let me know if you have any questions along the way.

@DenVrede I hope it's OK, but I'm going to steer your feature request slightly askew, and change the topic to Drafts: the ability to assign a status to a record,...

@ohnoimdead From what I can tell, it's got something to do with _where_ the item is dropped? Safari and Chrome seem to be more forgiving. Maybe it's time to look...

@w-biggs Thanks, this is a good request. How did you imagine we'd reference "title" in the partial? Like this? ``` {{title}} ``` The issue I see here is that `{{title}}`...

@Jack89ita I'm not sure I entirely understand, but it sounds like a good topic to bring up in the [Vapid forums](https://forums.vapid.com/).

@walidvb Yes, I'm open to a PR, but I think we should probably discuss the implementation a little bit first. Were you thinking of using [front matter](https://github.com/vapid/vapid/issues/66#issuecomment-427440325)?

@walidvb Re: frontmatter and partials, I was thinking it might work something like this: ``` # index.html --- title: My Page --- {{> head }} {{> another foo=bar}} ``` ```...

@w-biggs Yikes, looks like it's having trouble finding a bunch of the modules (ace-builds, jquery, quill, turbolinks, etc.) Maybe try uninstalling then reinstalling? ``` npm uninstall -g @vapid/cli npm install...

@w-biggs Ah yeah, I get the same error with `yarn global`. Weird.