{"id":13832936,"url":"https://github.com/madflow/flow-netbeans-markdown","last_synced_at":"2025-12-16T22:55:52.639Z","repository":{"id":66449657,"uuid":"2068079","full_name":"madflow/flow-netbeans-markdown","owner":"madflow","description":"Markdown file support for the NetBeans IDE","archived":false,"fork":false,"pushed_at":"2018-01-28T13:55:39.000Z","size":3813,"stargazers_count":276,"open_issues_count":23,"forks_count":38,"subscribers_count":22,"default_branch":"nb8","last_synced_at":"2025-07-09T22:03:06.862Z","etag":null,"topics":["ide","java","markdown","netbeans","plugin"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/madflow.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2011-07-18T19:00:32.000Z","updated_at":"2025-03-15T20:58:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"f2bd6eae-11af-4f01-bca0-deb7cfe6608d","html_url":"https://github.com/madflow/flow-netbeans-markdown","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/madflow/flow-netbeans-markdown","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madflow%2Fflow-netbeans-markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madflow%2Fflow-netbeans-markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madflow%2Fflow-netbeans-markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madflow%2Fflow-netbeans-markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madflow","download_url":"https://codeload.github.com/madflow/flow-netbeans-markdown/tar.gz/refs/heads/nb8","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madflow%2Fflow-netbeans-markdown/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27772609,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-16T02:00:10.477Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ide","java","markdown","netbeans","plugin"],"created_at":"2024-08-04T11:00:34.569Z","updated_at":"2025-12-16T22:55:52.617Z","avatar_url":"https://github.com/madflow.png","language":"Java","funding_links":[],"categories":[":electric_plug: Plugins \u003ca name=\"plugins\"\u003e\u003c/a\u003e"],"sub_categories":["Language Support"],"readme":"A NetBeans IDE plugin which adds Markdown support. This plugin provides basic syntax highlighting, HTML preview and HTML export when editing a Markdown document.\n\n# What is Markdown?\n\n\u003e Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).\n\nSource: \u003chttp://daringfireball.net/projects/markdown/\u003e\n\n# Installation\n\nThe plugin is [available](http://plugins.netbeans.org/plugin/50964/markdown-support) in the official NetBeans Plugin Portal Update Center.\n\nYou can also download a pre-packaged release:\n\n - https://github.com/madflow/flow-netbeans-markdown/releases (list of all releases)\n - https://github.com/madflow/flow-netbeans-markdown/releases/download/2.3.1/flow-netbeans-markdown.nbm (**note:** version 2.3.1)\n\nInstall the plugin with: `Tools -\u003e Plugins -\u003e Downloaded`\n\nYou may also compile a binary yourself with the **latest development code**.\n\n 1. git clone git://github.com/madflow/flow-netbeans-markdown.git\n 2. Open the folder with NetBeans (Open Project)\n 3. (Configure Target Platform if needed)\n 4. Choose \"Create NBM\" from the project menu\n 5. Install the plugin with: Tools -\u003e Plugins -\u003e Downloaded\n\n# Requirements\n\n- NetBeans \u003e= 8.0\n- \"NetBeans Plugin Development\" plugin must be installed if you want to compile your own binary package.\n\n# Plugin features\n\n- Adds Markdown to your \"New File\" wizard\n- Provides basic syntax highlighting\n- Provides code folding based on headers\n- Provides bread crumbs in the editor based on headers\n- Provides a table of contents in the Navigator window\n- Enables full fledged preview in the editor window\n- Exports your saved file content to an HTML document\n- Enables HTML preview of your saved file in your configured web browser\n- Lets you customize the HTML output with CSS and alien intelligence (Options-\u003eMiscellaneous-\u003eMarkdown-\u003eHTML Export)\n- Supports multiple extensions over standard markdown (see [PegDown][], Options-\u003eMiscellaneous-\u003eMarkdown-\u003eExtensions)\n- Supports auto operations(additoin and removal) for lists (Options-\u003eMiscellaneous-\u003eMarkdown-\u003eMiscellaneous)\n\n# Screenshots\n\n![Editor - Source view](editor-source.png \"The Source view of the Markdown editor\")\n\n***\n\n![Editor - Preview view](editor-preview.png \"The Preview view of the Markdown editor\")\n\n\n# Resources\n\n- [PegDown][] : A pure-Java Markdown processor based on a parboiled PEG parser supporting a number of extensions.\n- http://daringfireball.net/projects/markdown/ : Home of the Markdown (Basics, Syntax)\n- http://openiconlibrary.sourceforge.net/ : Icons\n- [Markdown Mark][mdmark] : A graphic element to identify Markdown files created by [Dustin Curtis][dcurtis] ([Github repo][mdmark-gh])\n\n[dcurtis]: http://dustincurtis.com/\n[mdmark]: http://dcurt.is/the-markdown-mark\n[mdmark-gh]: https://github.com/dcurtis/markdown-mark\n[pegdown]: https://github.com/sirthias/pegdown\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadflow%2Fflow-netbeans-markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadflow%2Fflow-netbeans-markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadflow%2Fflow-netbeans-markdown/lists"}