Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pavan-uppari/notionmarkdown

Notion like editor in markdown
https://github.com/pavan-uppari/notionmarkdown

editor markdown markdown-editor markdown-lang notion notion-markdown vscode vscode-extension vscode-snippets

Last synced: about 1 month ago
JSON representation

Notion like editor in markdown

Awesome Lists containing this project

README

        

Inspired from Notion editor. Enter `/` to see list of options.

![Demo GIF](./files/demo.gif)

Available options are
## Headings

h1 - Heading 1
h2 - Heading 2
h3 - Heading 3
h4 - Heading 4
h5 - Heading 5
h6 - Heading 6

## headingid ⭐️

Adding custom IDs allows you to link directly to headings.

## tables ⭐️

table1 - Table with 1 Column, 1 row
table2 - Table with 2 Column, 1 row
table3 - Table with 3 Column, 1 row

To insert extra row, Use `opt + shift` in Mac, `ctrl + alt + ⬇️` in Windows

## linebreak

Create a line break or new line

## bold

Create a bold text

## italic

Create a italic text

## boldanditalic

Create text with bold and italic at the same time

## blockquote

Create a block quote

## orderedlist

Create a ordered numbered list

## unorderedlist

Create an unordered list

## listDefinitions

Some Markdown processors allow you to create definition lists of terms and their corresponding definitions. More [Details](https://www.markdownguide.org/extended-syntax/#definition-lists).

## codeblock

Create a code block (multi line). Use Corresponding language name after \``` for `syntax highlighting`.

## code

Create a code in a single line

## image ⭐️

Put an image with url (web or local file)

## imagewithtitle ⭐️

Put an image with alternate title. Title will appear as a tooltip when the user hovers over the image.

## horizontalrule

Insert an horizontal rule

## link ⭐️

Create a text with link

## linkwithtitle ⭐️

Create link with Title. This title will appear as a tooltip when the user hovers over the link.

## url

Quickly turn a url or email address into a link

## strkethrough

Create a strike through text

## tasklist

Create a checkbox list

## highlight ⭐️

Create a highlighted text.

## subscript ⭐️

This allow you to use subscript to position one or more characters slightly below the normal line of type

## superscript ⭐️

This allow you to use superscript to position one or more characters slightly above the normal line of type