Skip to content
#

editor

Here are 2,643 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

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

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
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
GildedHonour
GildedHonour commented Dec 16, 2018
<link rel="stylesheet" type="text/css" href="/assets/pen/pen.css" />
<script src="/assets/pen/pen.js"></script>
<script src="/assets/pen/markdown.js"></script>

<script type="text/javascript">
  var editor = new Pen(document.getElementById('my_elem'));
</script>


Error:

pen.js:485 Uncaught Error: Can't find config
    at new Pen (pen.js:485)
    at edit:102
brotzeit
brotzeit commented May 8, 2019
DEFUN ("make-frame-visible", Fmake_frame_visible, Smake_frame_visible,
       0, 1, "",
       doc: /* Make the frame FRAME visible (assuming it is an X window).
If omitted, FRAME defaults to the currently selected frame.  */)
  (Lisp_Object frame)
{
  struct frame *f = decode_live_frame (frame);

  /* I think this should be done with a hook.  */
#ifdef HAVE_WINDOW_SYSTEM
  if (FRA
mavonEditor
Straw-Breeze
Straw-Breeze commented Dec 4, 2019
  • 环境:nuxt.js + vuetify

问题:img

前提:我已经在 SCSS 中设置 mavonEditor 的 z-index: 0,在正常情况下没有问题

.v-note-wrapper {
  z-index: 0 !important;
}

在同一层页面中我用了多个 mavonEditor 组件,在其中一个组件中点开 “链接” 按钮后,发现如上图的显示层 Bug,该页面下的其他 mavonEditor 组件的 z-index 被重置为了 1500(如下图)。

img

KnightCoder
KnightCoder commented Apr 23, 2020

Currently there are not enough documentation that one finds about the editor (GUI). The editor is vast and has too many great options, exploring it is not easy but getting lost inside the editor is easy. Hence, requesting you to consider making a video documentation about using the editor. Here one can explain about things such as the Graph editor, GPU, Publishing, Player, Configuring these, vario

bryphe
bryphe commented Mar 28, 2020

Since we don't have an interactive tutorial, and our docs are sparse, we should at least be bundling the existing vim tutor.

  • Include the vimtutor as a runtime asset.
  • Add a command to open the vimtutor
  • Set the readonly flag on vimtutor, so that it can't be saved.

Additional things to think about:

  • We should hook up a Vim command as an entry point as well (ie, :tutor, `:vim

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.