Tim Evans
Tim Evans
@ef4 have any ideas how to do this?
Thanks @ef4, I think the way forward is to do the second solution as a stop-gap until the first solution is available through Ember's features
I haven't done this yet, mostly since the router api has been quite stagnant.
See https://github.com/CondeNast/atjson/tree/apple-news
@bachbui This is exactly why we have the [`level`](https://github.com/CondeNast/atjson/blob/latest/packages/%40atjson/offset-annotations/src/annotations/list.ts#L7) attribute on lists. Our intention was to use `level` to mark the list indentation. I also thought there was some code...
I think this conversation dovetails quite nicely to the conversation we're having around inheritance / reuse. For example, do we have partial equivalence?
We've made a decision here to convert paragraphs into 2 line breaks inside of list items. Our primary motivating factor here is that it's super difficult to have a keyboard...
cc @blaine I'm interested in hearing some feedback on what sorts of things may be important for this. No worries if you're busy with some other stuff 😄
A small sample schema may look like: ```yml name: rosetta version: 0.1.0 description: A Rosetta Stone set of annotations used to interoperate between many formats schema: bold: type: mark description:...
This is wonderful! I'd be interested in what the shape of a schema looks like. Is something like the following reasonable? ```ts interface Schema { type: string; version: string; annotations:...