Skip to content
#

editor

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

ole1986
ole1986 commented Jan 8, 2020

It would be very useful to have commit date, author name, ... in the Commit interface when calling getCommit([...])

Something similar to this:

export interface Commit {
    readonly hash: string;
    readonly message: string;
    readonly parents: string[];
    readonly commitDate?: Date;
    readonly authorEmail?: string | undefined;
    readonly authorName?: string | undef
ianstormtaylor
ianstormtaylor commented Dec 13, 2019

Do you want to request a feature or report a bug?

Improvement.

What's the expected behavior?

Since we're already using the docblock comments to power IntelliSense documentation for VS Code (or anything else that supports it), it would be nice to have the API reference automatically generated from these comments.

I experimented with typedoc a while ago, but the project i

wesgarland
wesgarland commented Jul 18, 2019

I use stackedit.io and frequently have several documents open in different tabs simultaneously.

It would be very useful to me if the tab title was either the filename or the title of the document or something like that, to make it easy to find what I'm looking for.

document.title = 'StackEdit | ' + document.querySelector('.token.h1').innerText.slice(2)

looks pretty goo

rakeshgujjar
rakeshgujjar commented Nov 30, 2019

Description

Copying text with bullet points along with image from MS Word and pasting into Medium Text editor is loosing its format and also the image is not getting pasted.

Steps to reproduce

  1. Open a word document (or similar) that contains a mix of text and image(s).
  2. Copy and Paste the content into the body of the medium editor.
    The text will be displayed but not the image.
erbridge
erbridge commented May 3, 2015

We should try to close and reopen issues in the repos they effect, rather than here.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/12976812-open-new-issues-in-the-relevant-repos?utm_campaign=plugin&utm_content=tracker%2F282001&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountyso
dullbananas
dullbananas commented Jun 10, 2019

Description of the problem or steps to reproduce

Comments in .vimrc have no closing quotes, but Micro's syntax highlighter is treating the beginning of one comment to the beginning of the next as an entire string:
84E00F74-5165-4417-9BC0-82208638D57A

Specifications

You can use

kamerontanseli
kamerontanseli commented Oct 25, 2018
import 'pell/dist/pell.css'
import React, { Component } from 'react';
import { init } from 'pell';

export default class App extends Component {
  state = { html: null }
  root = React.createRef()

  componentDidMount () {
    this.editor = init({
      element: this.root.current,
      onChange: html => this.setState({ html }),
      actions: ['bold', 'underline', 'italic'],
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
editor.js
hata6502
hata6502 commented Jan 8, 2020

I think it is more useful to implement focus event in Editor.js !
To catch Block's onFocus event, it needs to use MutationObserver currently.

  render() {
    const container = document.createElement('div');

    setTimeout(() => {
      const block = container.parentElement && container.parentElement.parentElement;

      if (block) {
        // TODO: disconnect
        const ob
tojaroslaw
tojaroslaw commented Apr 22, 2019

Description of the Issue

I tried to follow the instructions to build notepad++ in visual studio, I even tried downgrading to a more compatible version, but I could never get it to build. I'm running Windows 10, I tried clicking the links, but several of the links in the readme file are dead links.

Steps to Reproduce the Issue

following the readme file

Expected Behavior

To be

jolrael-dev
jolrael-dev commented Dec 16, 2019

Version

1.3.0

Development Environment

Windows and Mac: Chrome, Firefox, and edge.

Current Behavior

When a user puts a <mark> tag in the markdown tab it shows the text highlight correctly on the preview, but when the tab is switched to the wysiwyg the highlight disappears. The tag is no longer on the text when you go back to the markdown tab.

Expected Behavior

The mark tag

alecpl
alecpl commented Nov 2, 2019

In TinyMCE 5.1.1 when you open Emoticons dialog the search input is focused. However, when you open Special character dialog the focus is initially set on the first nav-item ("All") element.

Additional issue, in both dialogs when the search input is focused and you move mouse over special character/emoticon the focus will be grabbed from the input. Not a big issue, but imo hover operations shou

theia
vince-fugnitto
vince-fugnitto commented Jan 17, 2020

Description

Currently, dialogs which have a lot of content are not properly displayed (width-wise).

In order to fix their entire content, the dialog will take up as much width as possible which gives off a poor UX. Instead of placing the responsibility on developers to place carriage returns, the application should define proper max-width rules to enforce a consistent layout.

D

tiptap
luo-chuan
luo-chuan commented Jan 6, 2020

OS Version (操作系统): Windows 10 1909

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

Symptoms (表现):
When I new a md file in VNote, I copy a string contain an illegal character such as "?" to the box, but I can not paste, and there is not a tip or warning. That is unfriendly, because user probably not realize he copy an illegal character. Please improve it. Thanks!

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

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.