Skip to content
#

text-editor

Here are 992 public repositories matching this topic...

micro
str225
str225 commented Apr 21, 2020

Description of the problem or steps to reproduce

I was trying to replace the gcc linting for clang with custom flags by customizing the linter through a custom plugin (mostly to see how it works).
I first tried to use the linter.removeLinter function (that isn't documented in the readme but is in the source code) and it didn't disabled the gcc linting. For disabling the gcc linter one has to

Screwtapello
Screwtapello commented Feb 4, 2020

Since Kakoune's quoting system was reworked, it's pretty easy to reliably quote Kakoune strings by just doubling apostrophes. In shell, it looks something like this:

kakquote() {
    printf "'"
    printf "$*" | sed "s/'/''/g"
    printf "'"
}

However, while working on #3336, I've copied and pasted this fragment into three or four shell blocks already; I expect it (or

TengFeiHao
TengFeiHao commented Apr 4, 2019

In NUXT project, highlight.js asynchronous change 'content'. In 'onEditorChange(){}' , 'this.content' repeated assignment. So dead cycle. The code and error are as follows:

[Vue warn]: You may have an infinite update loop in a component render function.
found in
---> <QuillEditor> at components/common/quillEditor.vue
       <Pages/detail/Index.vue> at pages/deta
pltrz
pltrz commented Aug 7, 2018

I think some kind of interactive vistutor would be greatly beneficial.

It could serve as a starting point or as a continuation for learning certain topics.

I realize that such a tutorial might include a bit of different topics, just to name a few obvious ones:

  • regular expressions
  • structural regular expressions
  • vi commands
  • sam commands

It feels to me inaccessible to people ne

michael
michael commented Feb 13, 2018

For instance in some places we use el.nodeType which in our abstraction returns a string:

...
  getNodeType() {
    switch(this.el.nodeType) {
      case window.Node.TEXT_NODE:
        return "text"
      case window.Node.ELEMENT_NODE:
        return 'element'
      case window.Node.DOCUMENT_NODE:
        return 'document'
      case window.Node.COMMENT_NODE:
        return '
lberrymage
lberrymage commented Mar 15, 2020

In config.yml, only tab_width and soft_tabs can be configured per file extension. I would personally like to see line_length_guide per-extension configurable as well, considering different languages' conventions, e.g. rustfmt's default line length is 100, whereas most others have a conventional max length of 80. This is somewhat related to the [project card](https://github.com/jmacdonald/a

brrd
brrd commented Sep 4, 2017

From #200 @agirorn.

It would be nice if Abricotine could verify links and show a red underline for links have not been defined and are invalid. Also, every link could be checked if it actually exists.

[NotDefinedLink] The link is referring to reference that is not defined. 
[some website][NotDefinedLink] The link is referring to reference that is not defined. 

[BrokenLink] T
vintprox
vintprox commented Apr 11, 2020

Vue.js version and component version

  • vue version 2.6.11
  • vue-codemirror version 4.0.6

Steps to reproduce

  1. Make editor with model set: <codemirror v-model="draft" />
  2. Initially set model: draft: 'TO WHATEVER TEXT'.
  3. Open editor, press Ctrl + Z.

What is Expected?

Nothing must happen.

What is actually happening?

Conten

AnExplorer
isabsent
isabsent commented Jan 24, 2020

You have a lot of 'providertags inManifest` as:

    <provider
        android:name="dev.dworks.apps.anexplorer.provider.NonMediaDocumentsProvider"
        android:authorities="${applicationId}.nonmedia.documents"
        android:exported="true"
        android:grantUriPermissions="true"
        android:permission="android.permission.MANAGE_DOCUMENT">

A multilingual react rich-text editor component includes media support such as texts, images, videos, audios, links etc. Development based on Draft-Js and Ant-design, good support html, markdown, draft-raw mode. 一款基于 draft-Js 和 ant-design 实现的 react 富文本编辑器组件,支持文本、图片、视频、音频、链接等元素插入,同时支持HTML、markdown、draft Raw格式。

  • Updated Jun 6, 2020
  • JavaScript

Improve this page

Add a description, image, and links to the text-editor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the text-editor topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.