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

markdown-editor

markdown logo

Markdown is a lightweight markup language. It is designed to be a simple, lightweight way to add formatting without prior HTML experience.

Here are 469 public repositories matching this topic...

iangithubusername
iangithubusername commented Dec 30, 2019

I'd like there to be an option to have code blocks be line wrapped. Maybe a check box for it in Rendering -> "Syntax highlighted code block" next to "Show line numbers" etc.?

If I try hard enough I can dig through the css files in Contents/Resources/Prism/themes and change "white-space: pre;" to "white-space: pre-wrap;", but doing so breaks the code signature of the app. And that's not a very n

amirmishani
amirmishani commented May 1, 2020

I have a feature request for dark mode. In dark mode inline code blends too much into the regular text. I'm used to seeing a bit more styling on inline codes in light mode, however in dark mode only the font changes and there's a barely noticeable border around it and it's not enough to make the code pop out.

cognociente
cognociente commented Jul 11, 2019

My markdown files are all named uniquely using a date format such as: "2019-07-11" but I have discovered that the wiki links cannot be followed if the following characters are contained in the filename '-' or '/' or '_' as examples - I'm sure there are more characters not supported.

This character limitation limits the usefulness of the wiki links feature enormously. Is this a bug or is their a

gtaifu
gtaifu commented Mar 19, 2020

Thank the authors for their wonderful job at first! I really appreciate this extension and like it quite a lot. I am using it heavily to write docs. At the same time, I found the available documentation is a bit limited.

While I am trying to define my own style.css, I found that the documentation in this page only give s

Mxchaeltrxn
Mxchaeltrxn commented Mar 1, 2020

Problem

  1. I am unable to drag a note from trash to all notes. I feels like this should be allowed.
  2. Also I think it's a little strange that 'All notes' doesn't actually mean 'all' (does not contain trashed notes and scratchpad).

Solution

  1. Enable a note to be restored from trash by dragging it into 'All notes'
  2. Perhaps 'All notes' should be renamed to 'Notes'?

Notes
I'

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
AStepaniuk
AStepaniuk commented May 3, 2020

A minor bug:
When new document is created and a single char is typed - document is still not marked with '*' (star).
So, user sees it as not modified.
The same occurs for the opened documents.

Document becomes modified after typing second character.

dvorka
dvorka commented Feb 23, 2020

Long running issue:

  • Link mf.com web to GH mindforger-repository.
  • Links directly to sections in documentation.
  • Add documentation section to mf.com, and link GH from there.
  • Have discussions, ...
  • Written with MindForger
  • I don't have to sustain it mf.com
  • beginner users will be scared by seeing all files
  • make links to point to beginning of doc ~ section anchor
  • review web
user20190106
user20190106 commented Jan 13, 2019

First, thanks for a great programme! I've started to use ReText more and more instead of normal word processing software, as it is then so easy to convert the text to html if needed -- without the bloated CSS created by fully-fledged word processors.

Would it be possible to add a shortcut for duplicating a line? Some text editors use Ctrl+D, and it is very handy (much quicker than select-

gsantner
gsantner commented May 2, 2020

General information

  • App version: 2.2.x

Description

Improve the behavior of editor/viewer when the "Default to view mode" option is checked in settings, or overall in general the "View Mode"

  • Implement change format from view mode (from #788 )
  • Remembered editor position not applied when defaulting to View Mode (from #738 )
  • Search in View discards at firs
nxgnme
nxgnme commented Apr 22, 2020

Using the HTML export option is it possible to save to a folder outside the project directory?

We use a different git repo for documentation but cant seem to get export to work if the folder structure is set outside the project.

Export Works
Parent Dir : E\myProject\docs
Target Dir : E\myProject\docs

No export
Parent Dir : E\myProject\docs
Target Dir : E\myDocst\docs

No export

Created by John Gruber

Released March 19, 2004

Website
daringfireball.net/projects/markdown
Wikipedia
Wikipedia
You can’t perform that action at this time.