sustained

Results 49 comments of sustained

@dobromir-hristov It's worth noting that the [official Vue.js docs](https://raw.githubusercontent.com/vuejs/vuejs.org/master/src/v2/guide/class-and-style.md) use an `order: N` property in the YAML frontmatter to determine the order of their documentation pages. Happy to do the...

I decided to just go ahead and do it, since we can always "revert commit" if necessary and I need a break from various other projects anyway. :grin: - Categories...

I consider this done until review/more discussion can take place. Original issue updated to reflect changes (i.e. only 1/5 potential issues remain).

> Gave it a review. Apart from not being able to use vue components inside the markdown, I dont see any other major issue. > That could be annoying if...

Okay, I just reviewed it too and found that typo. I also extracted the duplication of the github repo to a `const`. All done unless we want to fix the...

I looked into creating a special markdown-it container for badges but I had issues. For one the CSS relating to the `Badge.vue` component won't be included so it just renders...

With the YAML/FrontMatter approach we could perhaps have the best of both worlds. Taking the [Vuetify section](https://vue-community.org/guide/ecosystem/ui-libraries.html#vuetify) as an example, and trying to combine both of our data, we'd end...

Okay - I wasn't sure it was a good idea or not, good to hear. I'm personally happy to tackle something like this since we need it for the bot...

I can personally vouch for [this library](https://github.com/hmsk/frontmatter-markdown-loader) which does all that you need and more. ![image](https://user-images.githubusercontent.com/5995080/66032827-077d7780-e4fe-11e9-861a-bdd72c8de88d.png)

Well I'll just start working on something to grab the data I personally need for the Disord bot and we can look into incorporating it into vuecommunity later once everyone...