-
Updated
Sep 16, 2020 - JavaScript
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 507 public repositories matching this topic...
-
Updated
Jun 14, 2020 - JavaScript
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Aug 18, 2020 - HTML
-
Updated
Aug 12, 2020 - Python
Problem
Every time I access takenote, the setting "Sort By" is "Last Updated".
I always want to set "Sort By" to "Title", so I set it every time.
This is very troublesome.
Solution
I want you to be able to save the settings
Notes
-
Updated
Aug 6, 2020 - Swift
-
Updated
Sep 15, 2020 - JavaScript
-
Updated
Jul 1, 2020 - Python
-
Updated
Jul 24, 2020 - JavaScript
-
Updated
Jan 4, 2018 - JavaScript
-
Updated
Sep 18, 2020 - Python
-
Updated
Jan 15, 2019 - TypeScript
-
Updated
Feb 21, 2019 - JavaScript
General information
Reading position of a long note could get lost after device orientation changes. It's annoying to manually scroll to the target position I read before.
- App version: 2.2.10
- System: Android 7
Description
Some screen shots here
![Screen Shot 2020-08-09 at 4 16 21 PM](https://user-images.githubusercontent.com/67744580/89728001-22911000-da5c-11ea-9ed1-6
-
Updated
Sep 14, 2020 - TypeScript
-
Updated
Sep 20, 2020 - C#
-
Updated
Jan 25, 2020 - JavaScript
-
Updated
Sep 17, 2020 - JavaScript
-
Updated
Sep 18, 2020 - JavaScript
-
Updated
Sep 16, 2020 - JavaScript
-
Updated
Sep 14, 2020 - Kotlin
-
Updated
Jul 7, 2020 - Java
-
Updated
Sep 18, 2020 - Ruby
-
Updated
Aug 21, 2018 - JavaScript
-
Updated
Aug 5, 2020 - 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.
Created by John Gruber
Released March 19, 2004
- Website
- daringfireball.net/projects/markdown
- Wikipedia
- Wikipedia
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