Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pavan-uppari/notionmarkdown
- Owner: pavan-uppari
- Created: 2024-09-04T18:03:00.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T06:34:29.000Z (4 months ago)
- Last Synced: 2024-10-13T01:22:06.773Z (3 months ago)
- Topics: editor, markdown, markdown-editor, markdown-lang, notion, notion-markdown, vscode, vscode-extension, vscode-snippets
- Language: Python
- Homepage: https://marketplace.visualstudio.com/items?itemName=UppariPavanKalyan.QuickMarkDown
- Size: 3.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Inspired from Notion editor. Enter `/` to see list of options.
![Demo GIF](./files/demo.gif)
Available options are
## Headingsh1 - 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 rowTo 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