{"id":24812805,"url":"https://github.com/paonne/notionmarkdown","last_synced_at":"2026-02-02T21:07:33.514Z","repository":{"id":255743082,"uuid":"852385432","full_name":"paonne/notionmarkdown","owner":"paonne","description":"Notion like editor in markdown","archived":false,"fork":false,"pushed_at":"2024-09-09T06:34:29.000Z","size":3404,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-04T11:49:04.366Z","etag":null,"topics":["editor","markdown","markdown-editor","markdown-lang","notion","notion-markdown","vscode","vscode-extension","vscode-snippets"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=UppariPavanKalyan.QuickMarkDown","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paonne.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-04T18:03:00.000Z","updated_at":"2024-10-23T17:18:44.000Z","dependencies_parsed_at":"2024-09-06T23:59:45.496Z","dependency_job_id":"2a5ebb9f-7c14-43ba-b0c0-2107a38d6d12","html_url":"https://github.com/paonne/notionmarkdown","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"a270c507077275e26a96828f8f4d86e0b04cfa83"},"previous_names":["pavan-uppari/notionmarkdown","paonne/notionmarkdown"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/paonne/notionmarkdown","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paonne%2Fnotionmarkdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paonne%2Fnotionmarkdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paonne%2Fnotionmarkdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paonne%2Fnotionmarkdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paonne","download_url":"https://codeload.github.com/paonne/notionmarkdown/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paonne%2Fnotionmarkdown/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29019651,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T18:51:31.335Z","status":"ssl_error","status_checked_at":"2026-02-02T18:49:20.777Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["editor","markdown","markdown-editor","markdown-lang","notion","notion-markdown","vscode","vscode-extension","vscode-snippets"],"created_at":"2025-01-30T14:20:06.559Z","updated_at":"2026-02-02T21:07:33.499Z","avatar_url":"https://github.com/paonne.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Inspired from Notion editor. Enter `/` to see list of options. \n\n![Demo GIF](./files/demo.gif)\n\nAvailable options are\n## Headings\n\nh1 - Heading 1  \nh2 - Heading 2  \nh3 - Heading 3  \nh4 - Heading 4  \nh5 - Heading 5  \nh6 - Heading 6  \n\n## headingid ⭐️\n\nAdding custom IDs allows you to link directly to headings.\n\n## tables ⭐️\n\ntable1 - Table with 1 Column, 1 row  \ntable2 - Table with 2 Column, 1 row  \ntable3 - Table with 3 Column, 1 row  \n\nTo insert extra row, Use `opt + shift` in Mac, `ctrl + alt + ⬇️` in Windows\n\n## linebreak \n\nCreate a line break or new line\n\n## bold\n\nCreate a bold text\n\n## italic \n\nCreate a italic text\n\n## boldanditalic \n\nCreate text with bold and italic at the same time\n\n## blockquote \n\nCreate a block quote \n\n## orderedlist \n\nCreate a ordered numbered list\n\n## unorderedlist \n\nCreate an unordered list \n\n## listDefinitions \n\nSome Markdown processors allow you to create definition lists of terms and their corresponding definitions. More [Details](https://www.markdownguide.org/extended-syntax/#definition-lists).\n\n## codeblock\n\nCreate a code block (multi line). Use Corresponding language name after \\``` for `syntax highlighting`.  \n\n## code\n\nCreate a code in a single line\n\n## image ⭐️\n\nPut an image with url (web or local file)\n\n## imagewithtitle ⭐️\n\nPut an image with alternate title. Title will appear as a tooltip when the user hovers over the image.\n\n\n## horizontalrule \n\nInsert an horizontal rule\n\n## link ⭐️\n\nCreate a text with link\n\n## linkwithtitle ⭐️\n\nCreate link with Title. This title will appear as a tooltip when the user hovers over the link.\n\n## url \n\nQuickly turn a url or email address into a link\n\n## strkethrough \n\nCreate a strike through text\n\n## tasklist \n\nCreate a checkbox list \n\n## highlight ⭐️\n\nCreate a highlighted text. \n\n## subscript ⭐️\n\nThis allow you to use subscript to position one or more characters slightly below the normal line of type\n\n## superscript ⭐️\n\nThis allow you to use superscript to position one or more characters slightly above the normal line of type\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaonne%2Fnotionmarkdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaonne%2Fnotionmarkdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaonne%2Fnotionmarkdown/lists"}