The Wayback Machine - https://web.archive.org/web/20200702073711/https://github.com/topics/editor
Skip to content
#

editor

Here are 2,964 public repositories matching this topic...

bharath144
bharath144 commented Apr 27, 2020

When using vscode with Git repositories, in the branch switching pane if a remote tracking branch is selected, vscode automatically creates a local branch using selected remote tracking branch.

It would be useful to have a setting to turn this off and checkout the remote tracking branch in a detached state. I use branches in detached state to browse the code, run quick builds, copy code. With t

dalu
dalu commented Mar 21, 2020

I'm probably missing something obvious, but neither the website nor this repo has any documentation.

Is this a markdown editor I can embed in my "classic" rendered (html rendered by server) websites?

Do I have to build my own version?
Can I use npm to import it?
Is there any documentation?

flylikeanbird
flylikeanbird commented Nov 21, 2019

Description

in demo page you can repro the bug follow the steps bellow

Steps to reproduce

  1. Select all the first paragraph, then apply italics style, and next apply quote.
  2. press enter several times.
  3. new line will be created and cannot be remove by pressing backspace.

Expected behavior: will not create new line with quote
Actual behavior: create new line with q

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

SpaceVim
ScreenToGif
MichielDG
MichielDG commented Mar 13, 2020

Version

v1.4.10

Development Environment

Chrome 80.0.3987.132

Current Behavior

Write a description of the current operation. You can add sample code, 'CodePen' or 'jsfiddle' links.

// Write example code
Go to section
* [Hello](#hello)  
* [Hello World](#hello-world)
* [Another section](#new-section)    <-- it's called 'Another section' in this list but refers to 'New
ekkl
ekkl commented Jul 9, 2018
  1. Select theme with thick strip in line number block.
  2. Save and restart. Open some file. Нou see that the first characters of the lines are hidden under stripe.
  3. Open another file. All display properly.
  4. If you see carefully that the whole block with line numbers in the first case is shifted to the left.
    First file
    First file
greatspam
greatspam commented Jan 22, 2020

Description of the Issue

Need to switch between two documents quickly : current workaround is to use document switcher and enable MRU behaviour
Assigning a single key so I don't have to hit CTRL+ every time - does not work

ideally it would work best to add a new keyboard shortcut to toggle between the last tab and current tab, like the F12 in the EditPlus editor. That way no workaround wo

theia
hellomrbigshot
hellomrbigshot commented Oct 29, 2019

提供一个jsfiddle在线例子
戳我

在输入框快速输入 123123123... 时常会出现某个输入闪动一下后被删除了。源码如下
html

<div id="app">
  <new-editor v-model="html"></new-editor>
</div>

js

Vue.component('new-editor', {
	props: ['value'],
	data: function () {
  	return {
    	ref: Math.floor(Math.random()*1000),
    	editor: null
    }
  },
	template: '<div :ref="ref"></
tiptap
chrisjbrown
chrisjbrown commented Apr 22, 2020

Describe the bug
on an Android device using chrome browser

in the editor
with the cursor in front of a mention node
the editor either skips over the mention deleting the previous node
or copying and pasting the contents of the mention node.

these can be observed on the example page
https://tiptap.scrumpy.io/suggestions

Environment

  • OS: Android
  • Chrome

![Screen-Reco

bug
DutchPete
DutchPete commented Mar 24, 2020

OS Version (操作系统): macOS

VNote Version (Help - About VNote - Version: )(VNote版本): 2.8.2

Symptoms (表现): when using the Advanced Search what is the difference between space-separated keywords and &&? According to the VNote documentation they both mean AND.

In fact, from what I find a space gap acts as an OR criterion, not as an AND criterion.
Please explain.

How to Repro (如何复现):

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
jspaint
1j01
1j01 commented Jan 5, 2020

The curve tool is showing the correct color when the right mouse button is down but switching back to the foreground color once you release.

  • You can still make curves in both colors, since when finalizing it uses the correct color. It's just the preview can be confusing.
  • This was broken in "Make Curve tool passive until finalized" (90493cf687b17df73a2cc37b6db878aa1d204f7a)
  • Previously it r
bug

Improve this page

Add a description, image, and links to the 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 editor topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.