-
when this component user with ```v-if```:
```
```
when the value of ```flag``` turns to false from true, the console of explorer prints error as follow:
```
app.js:101328 TypeError: Cannot r…
-
First we add yarn add font-awesome
Then
In the app/javasctipts/packs/application.scss
@import "font-awesome";
Can not locate? Why?
Thanks
-
\[\[Snippet call\]\]
\[\*Content tag\*\]
\{\{Chunk\}\}
Write tags with escaping backslashes. Then we can display the tag as it is. It's convenient for making EVO documents. ok?
-
如下,我想讲编辑器的高度设置撑满屏幕,但是从就是撑不满
```
.markdown-editor{
height: 100%;
background: gray;
.editor-toolbar{
height: 100px;
}
}
```
-
Hi,
It would be nice to add a ```placeholder``` prop to the text-area in ```codemirror.vue``` as such
```
...
props: {
placeholder: String,
...
```
Many thnxs!
-
- [x] It's been tested on [simplemde's website](https://simplemde.com/), and there's no problem.
你好我在使用的时候,想初始化编辑器中的内容,因为我绑定的是content,我就把content置为null,但是此时编辑器中还是有内容,并且我将localstorage也清楚了,你们在置空一般怎么使用
-
Steps to reproduce:
1. Fork this repository.
2. `cd storybook/app/vue`
3. `npm i -g @storybook/cli`
```
npm WARN deprecated babel-preset-es2015@6.24.1: 🙌 Thanks for using Babel: we recom…
-
Reproduce:
1. Create an vue-cli project in CSB
2. See the syntax highlighting
3. Switch to VI mode in preferences
4. The syntax highlighting is gone and the autocompletion doesn't work properly …
-
I have an error which, I believe shouldn't be there.
![image](https://user-images.githubusercontent.com/5930429/33234256-9ddb440c-d234-11e7-9b27-7775e628e5c8.png)
Also there:
![image](https://use…
-
I've noticed some rendering performance issues with large files and it seems to be bottlenecking with CodeMirror and syntax highlighting.
@rgbkrk open a new issue in the nteract repo a few days ago…