markdown-editor
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...
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
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.
As you can see from the screenshot above, the "Use the platform tools" item should be at the same level as "small project item". Is this a bug, or am i doing something wrong?
Thanks
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
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
Problem
- I am unable to drag a note from trash to all notes. I feels like this should be allowed.
- Also I think it's a little strange that 'All notes' doesn't actually mean 'all' (does not contain trashed notes and scratchpad).
Solution
- Enable a note to be restored from trash by dragging it into 'All notes'
- Perhaps 'All notes' should be renamed to 'Notes'?
Notes
I'
Pine crashed while editing a document. Not doing anything special, not inserting special characters or anything out of the ordinary I can think of..
Markdown linter
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] TI'm loving the new options.mergeHtmlAndAttachment ability to intercept and custom-format attachments --
https://github.com/bevacqua/woofmark/blob/b58efb794f7610c92d70bec435cfd021ab45673c/src/html/linkOrImageOrAttachment.js#L51
We have done so for a custom rendering of CSV files, for example, with the following code:
https://github.com/publiclab/PublicLab.Editor/blob/f5f5492e5188963b0d6b6
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.
-
Updated
Jan 4, 2018 - JavaScript
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
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-
It would be nice to copy via Ctrl+C in the preview pane. Right now, Ctrl+C only seems to work from the editor. I often open a ReadMe.md and copy snippets out of it, usually highlighting the preview pane rather than editor.
-
Updated
Jan 15, 2019 - TypeScript
-
Updated
Feb 21, 2019 - JavaScript
This is allowed by the GitHub editor and its pretty handy.
Some examples are:
CTRL + SHIFT + P - Toggle Write/Preview
CTRL + b - Add bold text
CTRL + i - Add italic text
Are you planning to support them? Thanks!
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
-
Updated
May 28, 2020 - C#
We received this feedback by email. CodeMirror uses it to delete lines but it is not cool: https://github.com/codemirror/CodeMirror/blob/1cbf1f64001b36dc7115f6a36c0f919f59c434fa/lib/codemirror.js#L2889.
We can disable this one at least.
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
I'd like to display a site-wide notice at the top of each page. (like Sitenotice of Anonnotice in MediaWiki)
This feature is very useful to announce about maintenance and etc.
-
Updated
May 29, 2020 - Ruby
-
Updated
Apr 12, 2020 - Java
-
Updated
May 29, 2020 - JavaScript
-
Updated
Aug 21, 2018 - JavaScript
In gfm-mode, it'd be rad if strings like looks good to me :+1: fontified the :+1: somehow to make it stand out.
-
Updated
May 15, 2018 - Vue
Created by John Gruber
Released March 19, 2004
- Website
- daringfireball.net/projects/markdown
- Wikipedia
- Wikipedia



Hello, the example for uploading images is broken http://www.ipandao.com/editor.md/examples/image-upload.html
Perhaps its a firewall thing.
Chrome warning
Thanks