You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@netbeans.apache.org by Moacir da Roza <mo...@gmail.com> on 2022/09/16 03:45:43 UTC

Markdown Plugin

Hi,
I'm working on a Markdown plugin for Netbeans, a few a days now.

https://github.com/moacirrf/netbeans-markdown/releases

Is almost functional, if anybody wants to test and send me some feedback, i
would be happy, i don't want publish yet i need to fix some issues like
synchronization of the code and preview panel.

[image: image.png]
Thanks

-- 
Moacir R.F
Desenvolvedor de Softwares

https://www.moacirrf.com.br <http://www.moacirrf.com.br>

Netbeans 15 installation hangs

Posted by Chris Olsen <co...@mchsi.com>.
Hello, Everyone --

   I have successfully installed Netbeans 15 on my office machine (Windows 10) but on my home machine (Windows 11) the installation hangs.

   It stops at the 20% point in the "Checking for updates" Progress indicator, and if I tell it to not check for updates it stops at the same 20% location of the installation progress.  (Is 20 a magic number??)

   I have tried uninstalling the (not completed) installation but have run into difficulty there with a "some file (nbi?) is locked" message.  None of the different methods I have tried to do the uninstall have worked, though one method detected an error of some sort an assured me it could do the installation anyway.

   I am not a technical guru, and thus I don't know what other information might be helpful to you.  Any suggestions are much appreciated! 

   -- Chris 

Re: Markdown Plugin

Posted by aristides villarreal <av...@gmail.com>.
Good afternoon, I have been trying with some images and it does not show
them. They are png files

El lun, 19 sept 2022 a la(s) 15:05, Moacir da Roza (moacirrf@gmail.com)
escribió:

>
> *It does not support displaying images via ![](image.png) ?*Yes png works
> fine, but I had problems with Svg.
>
>
> *Those libraries are available as NetBeans module dependencies (may need
> to be upgraded)*
>
> *libs.flexmark (flexmark and jsoup)*
>
> *libs.batik.read (read support for svg)*
>
> *and we have several o.apache.commons.* modules in the platform if needed.*
> Great, will start looking at these libraries first.
>
> Em seg., 19 de set. de 2022 às 13:10, László Kishalmi <
> laszlo.kishalmi@gmail.com> escreveu:
>
>> Those libraries are available as NetBeans module dependencies (may need
>> to be upgraded)
>> libs.flexmark (flexmark and jsoup)
>> libs.batik.read (read support for svg)
>> and we have several o.apache.commons.* modules in the platform if needed.
>>
>>
>> On Mon, Sep 19, 2022 at 8:34 AM Moacir da Roza <mo...@gmail.com>
>> wrote:
>>
>>> Thanks mbien, Bilu,Lazlo,Aristides for feedback.
>>>
>>>
>>>
>>> *awesome. just one feedback: you may want to consider using Netbeans
>>> icons (for icons in the red rectangle) for better UX*
>>> Good ideia, i will search better icons, more Netbeans like.
>>>
>>> *Would you consider to be a contributor and enhance this module:
>>> https://github.com/apache/netbeans/tree/master/ide/markdown
>>> <https://github.com/apache/netbeans/tree/master/ide/markdown> ?*
>>> Yes i would like to work on it, actually i would n't have any problem to
>>> include this code directly on this module, the only possible problem would
>>> be dependencies used:
>>> 1- Flexmark and other extensions of it, some extensions of Flexmark use
>>> Jsoup and one Jetbrains library
>>> 2- We need *Apache Batik* to show SVG images, we need to convert svg to
>>> png, save it in a temp folder and show the png in the preview window.
>>> 3- We need to use *JSoup* to make changes on the Html generated by
>>> Flexmark, Html/Css API included on JDK are pretty older, some html and css
>>> modern declarations don't works, so we need to use Jsoup do to some
>>> "tricks" on html before show on preview, if we have on Netbeans something
>>> to overcome these problems, will be a lot more easy.
>>>
>>> [image: image.png]
>>>
>>> Thanks.
>>>
>>>
>>> Em seg., 19 de set. de 2022 às 11:23, aristides villarreal <
>>> avbravo@gmail.com> escreveu:
>>>
>>>> testing it on Ubuntu 22.04, NetBeans 15.
>>>> [image: markdown.png]
>>>>
>>>>
>>>> El dom, 18 sept 2022 a la(s) 23:00, Laszlo Kishalmi (
>>>> laszlo.kishalmi@gmail.com) escribió:
>>>>
>>>>> Would you consider to be a contributor and enhance this module:
>>>>> https://github.com/apache/netbeans/tree/master/ide/markdown ?
>>>>>
>>>>>
>>>>> On 9/18/22 13:47, Bilu wrote:
>>>>>
>>>>> awesome. just one feedback: you may want to consider using Netbeans
>>>>> icons (for icons in the red rectangle) for better UX
>>>>> Le 16/09/2022 à 17:48, Michael Bien a écrit :
>>>>>
>>>>> awesome! Even with auto completion :)
>>>>>
>>>>> markdown support is a fairly often requested feature [1], I am sure
>>>>> this plugin is going to be popular.
>>>>>
>>>>> good job,
>>>>>
>>>>> -mbien
>>>>>
>>>>> [1] https://github.com/apache/netbeans/discussions/3477 |
>>>>> https://github.com/apache/netbeans/issues/3714
>>>>>
>>>>>
>>>>> On 16.09.22 05:45, Moacir da Roza wrote:
>>>>>
>>>>> Hi,
>>>>> I'm working on a Markdown plugin for Netbeans, a few a days now.
>>>>>
>>>>> https://github.com/moacirrf/netbeans-markdown/releases
>>>>>
>>>>> Is almost functional, if anybody wants to test and send me some
>>>>> feedback, i would be happy, i don't want publish yet i need to fix some
>>>>> issues like synchronization of the code and preview panel.
>>>>>
>>>>> [image: image.png]
>>>>> Thanks
>>>>>
>>>>> --
>>>>> Moacir R.F
>>>>> Desenvolvedor de Softwares
>>>>>
>>>>> https://www.moacirrf.com.br <http://www.moacirrf.com.br>
>>>>>
>>>>>
>>>>>
>>>>
>>>> --
>>>> *-------------------------------------------------------------------*
>>>> Member of NetBeans Dream Team
>>>> http://www.netbeans.org/community/contribute/dreamteam.html
>>>> http://dreamteam.netbeans.org/
>>>> NetBeans Community Docs Evangelist
>>>>
>>>> http://nb-community-docs.blogspot.com/2008/09/welcome-community-docs-evangelists.html
>>>> http://avbravo.blogspot.com
>>>> https://community.java.net/community/netbeans
>>>> http://wiki.netbeans.org/NBDTCurrentMembers
>>>>
>>>
>>>
>>> --
>>> Moacir R.F
>>> Desenvolvedor de Softwares
>>>
>>> https://www.moacirrf.com.br <http://www.moacirrf.com.br>
>>>
>>
>
> --
> Moacir R.F
> Desenvolvedor de Softwares
>
> https://www.moacirrf.com.br <http://www.moacirrf.com.br>
>


-- 
*-------------------------------------------------------------------*
Member of NetBeans Dream Team
http://www.netbeans.org/community/contribute/dreamteam.html
http://dreamteam.netbeans.org/
NetBeans Community Docs Evangelist
http://nb-community-docs.blogspot.com/2008/09/welcome-community-docs-evangelists.html
http://avbravo.blogspot.com
https://community.java.net/community/netbeans
http://wiki.netbeans.org/NBDTCurrentMembers

Re: Markdown Plugin

Posted by Moacir da Roza <mo...@gmail.com>.
*It does not support displaying images via ![](image.png) ?*Yes png works
fine, but I had problems with Svg.


*Those libraries are available as NetBeans module dependencies (may need to
be upgraded)*

*libs.flexmark (flexmark and jsoup)*

*libs.batik.read (read support for svg)*

*and we have several o.apache.commons.* modules in the platform if needed.*
Great, will start looking at these libraries first.

Em seg., 19 de set. de 2022 às 13:10, László Kishalmi <
laszlo.kishalmi@gmail.com> escreveu:

> Those libraries are available as NetBeans module dependencies (may need to
> be upgraded)
> libs.flexmark (flexmark and jsoup)
> libs.batik.read (read support for svg)
> and we have several o.apache.commons.* modules in the platform if needed.
>
>
> On Mon, Sep 19, 2022 at 8:34 AM Moacir da Roza <mo...@gmail.com> wrote:
>
>> Thanks mbien, Bilu,Lazlo,Aristides for feedback.
>>
>>
>>
>> *awesome. just one feedback: you may want to consider using Netbeans
>> icons (for icons in the red rectangle) for better UX*
>> Good ideia, i will search better icons, more Netbeans like.
>>
>> *Would you consider to be a contributor and enhance this module:
>> https://github.com/apache/netbeans/tree/master/ide/markdown
>> <https://github.com/apache/netbeans/tree/master/ide/markdown> ?*
>> Yes i would like to work on it, actually i would n't have any problem to
>> include this code directly on this module, the only possible problem would
>> be dependencies used:
>> 1- Flexmark and other extensions of it, some extensions of Flexmark use
>> Jsoup and one Jetbrains library
>> 2- We need *Apache Batik* to show SVG images, we need to convert svg to
>> png, save it in a temp folder and show the png in the preview window.
>> 3- We need to use *JSoup* to make changes on the Html generated by
>> Flexmark, Html/Css API included on JDK are pretty older, some html and css
>> modern declarations don't works, so we need to use Jsoup do to some
>> "tricks" on html before show on preview, if we have on Netbeans something
>> to overcome these problems, will be a lot more easy.
>>
>> [image: image.png]
>>
>> Thanks.
>>
>>
>> Em seg., 19 de set. de 2022 às 11:23, aristides villarreal <
>> avbravo@gmail.com> escreveu:
>>
>>> testing it on Ubuntu 22.04, NetBeans 15.
>>> [image: markdown.png]
>>>
>>>
>>> El dom, 18 sept 2022 a la(s) 23:00, Laszlo Kishalmi (
>>> laszlo.kishalmi@gmail.com) escribió:
>>>
>>>> Would you consider to be a contributor and enhance this module:
>>>> https://github.com/apache/netbeans/tree/master/ide/markdown ?
>>>>
>>>>
>>>> On 9/18/22 13:47, Bilu wrote:
>>>>
>>>> awesome. just one feedback: you may want to consider using Netbeans
>>>> icons (for icons in the red rectangle) for better UX
>>>> Le 16/09/2022 à 17:48, Michael Bien a écrit :
>>>>
>>>> awesome! Even with auto completion :)
>>>>
>>>> markdown support is a fairly often requested feature [1], I am sure
>>>> this plugin is going to be popular.
>>>>
>>>> good job,
>>>>
>>>> -mbien
>>>>
>>>> [1] https://github.com/apache/netbeans/discussions/3477 |
>>>> https://github.com/apache/netbeans/issues/3714
>>>>
>>>>
>>>> On 16.09.22 05:45, Moacir da Roza wrote:
>>>>
>>>> Hi,
>>>> I'm working on a Markdown plugin for Netbeans, a few a days now.
>>>>
>>>> https://github.com/moacirrf/netbeans-markdown/releases
>>>>
>>>> Is almost functional, if anybody wants to test and send me some
>>>> feedback, i would be happy, i don't want publish yet i need to fix some
>>>> issues like synchronization of the code and preview panel.
>>>>
>>>> [image: image.png]
>>>> Thanks
>>>>
>>>> --
>>>> Moacir R.F
>>>> Desenvolvedor de Softwares
>>>>
>>>> https://www.moacirrf.com.br <http://www.moacirrf.com.br>
>>>>
>>>>
>>>>
>>>
>>> --
>>> *-------------------------------------------------------------------*
>>> Member of NetBeans Dream Team
>>> http://www.netbeans.org/community/contribute/dreamteam.html
>>> http://dreamteam.netbeans.org/
>>> NetBeans Community Docs Evangelist
>>>
>>> http://nb-community-docs.blogspot.com/2008/09/welcome-community-docs-evangelists.html
>>> http://avbravo.blogspot.com
>>> https://community.java.net/community/netbeans
>>> http://wiki.netbeans.org/NBDTCurrentMembers
>>>
>>
>>
>> --
>> Moacir R.F
>> Desenvolvedor de Softwares
>>
>> https://www.moacirrf.com.br <http://www.moacirrf.com.br>
>>
>

-- 
Moacir R.F
Desenvolvedor de Softwares

https://www.moacirrf.com.br <http://www.moacirrf.com.br>

Re: Markdown Plugin

Posted by Bilu <al...@gmail.com>.
a tip to find netbeans icons: Search in the netbeans installation dir. 
Ex a search for "*preview*.png files should return preview icons used by 
netbeans. Make sure to select Search in Archives and Search in Generated 
Sources

Le 19/09/2022 à 18:10, László Kishalmi a écrit :
> Those libraries are available as NetBeans module dependencies (may 
> need to be upgraded)
> libs.flexmark (flexmark and jsoup)
> libs.batik.read (read support for svg)
> and we have several o.apache.commons.* modules in the platform if needed.
>
>
> On Mon, Sep 19, 2022 at 8:34 AM Moacir da Roza <mo...@gmail.com> wrote:
>
>     Thanks mbien, Bilu,Lazlo,Aristides for feedback.
>
>     	
>     	
>
>     *awesome. just one feedback: you may want to consider using
>     Netbeans icons (for icons in the red rectangle) for better UX*
>
>     Good ideia, i will search better icons, more Netbeans like.
>
>     *Would you consider to be a contributor and enhance this module:
>     https://github.com/apache/netbeans/tree/master/ide/markdown ?*
>     Yes i would like to work on it, actually i would n't have any
>     problem to include this code directly on this module, the only
>     possible problem would be dependencies used:
>     1- Flexmark and other extensions of it, some extensions of
>     Flexmark use Jsoup and one Jetbrains library
>     2- We need *Apache Batik* to show SVG images, we need to convert
>     svg to png, save it in a temp folder and show the png in the
>     preview window.
>     3- We need to use *JSoup* to make changes on the Html generated by
>     Flexmark, Html/Css API included on JDK are pretty older, some html
>     and css modern declarations don't works, so we need to use Jsoup
>     do to some "tricks" on html before show on preview, if we have on
>     Netbeans something to overcome these problems, will be a lot more
>     easy.
>
>     image.png
>
>     Thanks.
>
>
>     Em seg., 19 de set. de 2022 às 11:23, aristides villarreal
>     <av...@gmail.com> escreveu:
>
>         testing it on Ubuntu 22.04, NetBeans 15.
>         markdown.png
>
>
>         El dom, 18 sept 2022 a la(s) 23:00, Laszlo Kishalmi
>         (laszlo.kishalmi@gmail.com) escribió:
>
>             Would you consider to be a contributor and enhance this
>             module:
>             https://github.com/apache/netbeans/tree/master/ide/markdown ?
>
>
>             On 9/18/22 13:47, Bilu wrote:
>>
>>             awesome. just one feedback: you may want to consider
>>             using Netbeans icons (for icons in the red rectangle) for
>>             better UX
>>
>>             Le 16/09/2022 à 17:48, Michael Bien a écrit :
>>>             awesome! Even with auto completion :)
>>>
>>>             markdown support is a fairly often requested feature
>>>             [1], I am sure this plugin is going to be popular.
>>>
>>>             good job,
>>>
>>>             -mbien
>>>
>>>             [1] https://github.com/apache/netbeans/discussions/3477
>>>             | https://github.com/apache/netbeans/issues/3714
>>>
>>>
>>>             On 16.09.22 05:45, Moacir da Roza wrote:
>>>>             Hi,
>>>>             I'm working on a Markdown plugin for Netbeans, a few a
>>>>             days now.
>>>>
>>>>             https://github.com/moacirrf/netbeans-markdown/releases
>>>>
>>>>             Is almost functional, if anybody wants to test and send
>>>>             me some feedback, i would be happy, i don't want
>>>>             publish yet i need to fix some issues like
>>>>             synchronization of the code and preview panel.
>>>>
>>>>             image.png
>>>>             Thanks
>>>>
>>>>             -- 
>>>>             Moacir R.F
>>>>             Desenvolvedor de Softwares
>>>>
>>>>             https://www.moacirrf.com.br <http://www.moacirrf.com.br>
>>>
>>>
>
>
>         -- 
>         *-------------------------------------------------------------------*
>         Member of NetBeans Dream Team
>         http://www.netbeans.org/community/contribute/dreamteam.html
>         http://dreamteam.netbeans.org/
>         NetBeans Community Docs Evangelist
>         http://nb-community-docs.blogspot.com/2008/09/welcome-community-docs-evangelists.html
>         http://avbravo.blogspot.com
>         https://community.java.net/community/netbeans
>         http://wiki.netbeans.org/NBDTCurrentMembers
>
>
>
>     -- 
>     Moacir R.F
>     Desenvolvedor de Softwares
>
>     https://www.moacirrf.com.br <http://www.moacirrf.com.br>
>

Re: Markdown Plugin

Posted by László Kishalmi <la...@gmail.com>.
Those libraries are available as NetBeans module dependencies (may need to
be upgraded)
libs.flexmark (flexmark and jsoup)
libs.batik.read (read support for svg)
and we have several o.apache.commons.* modules in the platform if needed.


On Mon, Sep 19, 2022 at 8:34 AM Moacir da Roza <mo...@gmail.com> wrote:

> Thanks mbien, Bilu,Lazlo,Aristides for feedback.
>
>
>
> *awesome. just one feedback: you may want to consider using Netbeans icons
> (for icons in the red rectangle) for better UX*
> Good ideia, i will search better icons, more Netbeans like.
>
> *Would you consider to be a contributor and enhance this module:
> https://github.com/apache/netbeans/tree/master/ide/markdown
> <https://github.com/apache/netbeans/tree/master/ide/markdown> ?*
> Yes i would like to work on it, actually i would n't have any problem to
> include this code directly on this module, the only possible problem would
> be dependencies used:
> 1- Flexmark and other extensions of it, some extensions of Flexmark use
> Jsoup and one Jetbrains library
> 2- We need *Apache Batik* to show SVG images, we need to convert svg to
> png, save it in a temp folder and show the png in the preview window.
> 3- We need to use *JSoup* to make changes on the Html generated by
> Flexmark, Html/Css API included on JDK are pretty older, some html and css
> modern declarations don't works, so we need to use Jsoup do to some
> "tricks" on html before show on preview, if we have on Netbeans something
> to overcome these problems, will be a lot more easy.
>
> [image: image.png]
>
> Thanks.
>
>
> Em seg., 19 de set. de 2022 às 11:23, aristides villarreal <
> avbravo@gmail.com> escreveu:
>
>> testing it on Ubuntu 22.04, NetBeans 15.
>> [image: markdown.png]
>>
>>
>> El dom, 18 sept 2022 a la(s) 23:00, Laszlo Kishalmi (
>> laszlo.kishalmi@gmail.com) escribió:
>>
>>> Would you consider to be a contributor and enhance this module:
>>> https://github.com/apache/netbeans/tree/master/ide/markdown ?
>>>
>>>
>>> On 9/18/22 13:47, Bilu wrote:
>>>
>>> awesome. just one feedback: you may want to consider using Netbeans
>>> icons (for icons in the red rectangle) for better UX
>>> Le 16/09/2022 à 17:48, Michael Bien a écrit :
>>>
>>> awesome! Even with auto completion :)
>>>
>>> markdown support is a fairly often requested feature [1], I am sure this
>>> plugin is going to be popular.
>>>
>>> good job,
>>>
>>> -mbien
>>>
>>> [1] https://github.com/apache/netbeans/discussions/3477 |
>>> https://github.com/apache/netbeans/issues/3714
>>>
>>>
>>> On 16.09.22 05:45, Moacir da Roza wrote:
>>>
>>> Hi,
>>> I'm working on a Markdown plugin for Netbeans, a few a days now.
>>>
>>> https://github.com/moacirrf/netbeans-markdown/releases
>>>
>>> Is almost functional, if anybody wants to test and send me some
>>> feedback, i would be happy, i don't want publish yet i need to fix some
>>> issues like synchronization of the code and preview panel.
>>>
>>> [image: image.png]
>>> Thanks
>>>
>>> --
>>> Moacir R.F
>>> Desenvolvedor de Softwares
>>>
>>> https://www.moacirrf.com.br <http://www.moacirrf.com.br>
>>>
>>>
>>>
>>
>> --
>> *-------------------------------------------------------------------*
>> Member of NetBeans Dream Team
>> http://www.netbeans.org/community/contribute/dreamteam.html
>> http://dreamteam.netbeans.org/
>> NetBeans Community Docs Evangelist
>>
>> http://nb-community-docs.blogspot.com/2008/09/welcome-community-docs-evangelists.html
>> http://avbravo.blogspot.com
>> https://community.java.net/community/netbeans
>> http://wiki.netbeans.org/NBDTCurrentMembers
>>
>
>
> --
> Moacir R.F
> Desenvolvedor de Softwares
>
> https://www.moacirrf.com.br <http://www.moacirrf.com.br>
>

Re: Markdown Plugin

Posted by aristides villarreal <av...@gmail.com>.
It does not support displaying images via ![](image.png) ?

El lun, 19 sept 2022 a la(s) 10:34, Moacir da Roza (moacirrf@gmail.com)
escribió:

> Thanks mbien, Bilu,Lazlo,Aristides for feedback.
>
>
>
> *awesome. just one feedback: you may want to consider using Netbeans icons
> (for icons in the red rectangle) for better UX*
> Good ideia, i will search better icons, more Netbeans like.
>
> *Would you consider to be a contributor and enhance this module:
> https://github.com/apache/netbeans/tree/master/ide/markdown
> <https://github.com/apache/netbeans/tree/master/ide/markdown> ?*
> Yes i would like to work on it, actually i would n't have any problem to
> include this code directly on this module, the only possible problem would
> be dependencies used:
> 1- Flexmark and other extensions of it, some extensions of Flexmark use
> Jsoup and one Jetbrains library
> 2- We need *Apache Batik* to show SVG images, we need to convert svg to
> png, save it in a temp folder and show the png in the preview window.
> 3- We need to use *JSoup* to make changes on the Html generated by
> Flexmark, Html/Css API included on JDK are pretty older, some html and css
> modern declarations don't works, so we need to use Jsoup do to some
> "tricks" on html before show on preview, if we have on Netbeans something
> to overcome these problems, will be a lot more easy.
>
> [image: image.png]
>
> Thanks.
>
>
> Em seg., 19 de set. de 2022 às 11:23, aristides villarreal <
> avbravo@gmail.com> escreveu:
>
>> testing it on Ubuntu 22.04, NetBeans 15.
>> [image: markdown.png]
>>
>>
>> El dom, 18 sept 2022 a la(s) 23:00, Laszlo Kishalmi (
>> laszlo.kishalmi@gmail.com) escribió:
>>
>>> Would you consider to be a contributor and enhance this module:
>>> https://github.com/apache/netbeans/tree/master/ide/markdown ?
>>>
>>>
>>> On 9/18/22 13:47, Bilu wrote:
>>>
>>> awesome. just one feedback: you may want to consider using Netbeans
>>> icons (for icons in the red rectangle) for better UX
>>> Le 16/09/2022 à 17:48, Michael Bien a écrit :
>>>
>>> awesome! Even with auto completion :)
>>>
>>> markdown support is a fairly often requested feature [1], I am sure this
>>> plugin is going to be popular.
>>>
>>> good job,
>>>
>>> -mbien
>>>
>>> [1] https://github.com/apache/netbeans/discussions/3477 |
>>> https://github.com/apache/netbeans/issues/3714
>>>
>>>
>>> On 16.09.22 05:45, Moacir da Roza wrote:
>>>
>>> Hi,
>>> I'm working on a Markdown plugin for Netbeans, a few a days now.
>>>
>>> https://github.com/moacirrf/netbeans-markdown/releases
>>>
>>> Is almost functional, if anybody wants to test and send me some
>>> feedback, i would be happy, i don't want publish yet i need to fix some
>>> issues like synchronization of the code and preview panel.
>>>
>>> [image: image.png]
>>> Thanks
>>>
>>> --
>>> Moacir R.F
>>> Desenvolvedor de Softwares
>>>
>>> https://www.moacirrf.com.br <http://www.moacirrf.com.br>
>>>
>>>
>>>
>>
>> --
>> *-------------------------------------------------------------------*
>> Member of NetBeans Dream Team
>> http://www.netbeans.org/community/contribute/dreamteam.html
>> http://dreamteam.netbeans.org/
>> NetBeans Community Docs Evangelist
>>
>> http://nb-community-docs.blogspot.com/2008/09/welcome-community-docs-evangelists.html
>> http://avbravo.blogspot.com
>> https://community.java.net/community/netbeans
>> http://wiki.netbeans.org/NBDTCurrentMembers
>>
>
>
> --
> Moacir R.F
> Desenvolvedor de Softwares
>
> https://www.moacirrf.com.br <http://www.moacirrf.com.br>
>


-- 
*-------------------------------------------------------------------*
Member of NetBeans Dream Team
http://www.netbeans.org/community/contribute/dreamteam.html
http://dreamteam.netbeans.org/
NetBeans Community Docs Evangelist
http://nb-community-docs.blogspot.com/2008/09/welcome-community-docs-evangelists.html
http://avbravo.blogspot.com
https://community.java.net/community/netbeans
http://wiki.netbeans.org/NBDTCurrentMembers

Re: Markdown Plugin

Posted by Moacir da Roza <mo...@gmail.com>.
Thanks mbien, Bilu,Lazlo,Aristides for feedback.



*awesome. just one feedback: you may want to consider using Netbeans icons
(for icons in the red rectangle) for better UX*
Good ideia, i will search better icons, more Netbeans like.

*Would you consider to be a contributor and enhance this module:
https://github.com/apache/netbeans/tree/master/ide/markdown
<https://github.com/apache/netbeans/tree/master/ide/markdown> ?*
Yes i would like to work on it, actually i would n't have any problem to
include this code directly on this module, the only possible problem would
be dependencies used:
1- Flexmark and other extensions of it, some extensions of Flexmark use
Jsoup and one Jetbrains library
2- We need *Apache Batik* to show SVG images, we need to convert svg to
png, save it in a temp folder and show the png in the preview window.
3- We need to use *JSoup* to make changes on the Html generated by
Flexmark, Html/Css API included on JDK are pretty older, some html and css
modern declarations don't works, so we need to use Jsoup do to some
"tricks" on html before show on preview, if we have on Netbeans something
to overcome these problems, will be a lot more easy.

[image: image.png]

Thanks.


Em seg., 19 de set. de 2022 às 11:23, aristides villarreal <
avbravo@gmail.com> escreveu:

> testing it on Ubuntu 22.04, NetBeans 15.
> [image: markdown.png]
>
>
> El dom, 18 sept 2022 a la(s) 23:00, Laszlo Kishalmi (
> laszlo.kishalmi@gmail.com) escribió:
>
>> Would you consider to be a contributor and enhance this module:
>> https://github.com/apache/netbeans/tree/master/ide/markdown ?
>>
>>
>> On 9/18/22 13:47, Bilu wrote:
>>
>> awesome. just one feedback: you may want to consider using Netbeans icons
>> (for icons in the red rectangle) for better UX
>> Le 16/09/2022 à 17:48, Michael Bien a écrit :
>>
>> awesome! Even with auto completion :)
>>
>> markdown support is a fairly often requested feature [1], I am sure this
>> plugin is going to be popular.
>>
>> good job,
>>
>> -mbien
>>
>> [1] https://github.com/apache/netbeans/discussions/3477 |
>> https://github.com/apache/netbeans/issues/3714
>>
>>
>> On 16.09.22 05:45, Moacir da Roza wrote:
>>
>> Hi,
>> I'm working on a Markdown plugin for Netbeans, a few a days now.
>>
>> https://github.com/moacirrf/netbeans-markdown/releases
>>
>> Is almost functional, if anybody wants to test and send me some feedback,
>> i would be happy, i don't want publish yet i need to fix some issues like
>> synchronization of the code and preview panel.
>>
>> [image: image.png]
>> Thanks
>>
>> --
>> Moacir R.F
>> Desenvolvedor de Softwares
>>
>> https://www.moacirrf.com.br <http://www.moacirrf.com.br>
>>
>>
>>
>
> --
> *-------------------------------------------------------------------*
> Member of NetBeans Dream Team
> http://www.netbeans.org/community/contribute/dreamteam.html
> http://dreamteam.netbeans.org/
> NetBeans Community Docs Evangelist
>
> http://nb-community-docs.blogspot.com/2008/09/welcome-community-docs-evangelists.html
> http://avbravo.blogspot.com
> https://community.java.net/community/netbeans
> http://wiki.netbeans.org/NBDTCurrentMembers
>


-- 
Moacir R.F
Desenvolvedor de Softwares

https://www.moacirrf.com.br <http://www.moacirrf.com.br>

Re: Markdown Plugin

Posted by aristides villarreal <av...@gmail.com>.
testing it on Ubuntu 22.04, NetBeans 15.
[image: markdown.png]


El dom, 18 sept 2022 a la(s) 23:00, Laszlo Kishalmi (
laszlo.kishalmi@gmail.com) escribió:

> Would you consider to be a contributor and enhance this module:
> https://github.com/apache/netbeans/tree/master/ide/markdown ?
>
>
> On 9/18/22 13:47, Bilu wrote:
>
> awesome. just one feedback: you may want to consider using Netbeans icons
> (for icons in the red rectangle) for better UX
> Le 16/09/2022 à 17:48, Michael Bien a écrit :
>
> awesome! Even with auto completion :)
>
> markdown support is a fairly often requested feature [1], I am sure this
> plugin is going to be popular.
>
> good job,
>
> -mbien
>
> [1] https://github.com/apache/netbeans/discussions/3477 |
> https://github.com/apache/netbeans/issues/3714
>
>
> On 16.09.22 05:45, Moacir da Roza wrote:
>
> Hi,
> I'm working on a Markdown plugin for Netbeans, a few a days now.
>
> https://github.com/moacirrf/netbeans-markdown/releases
>
> Is almost functional, if anybody wants to test and send me some feedback,
> i would be happy, i don't want publish yet i need to fix some issues like
> synchronization of the code and preview panel.
>
> [image: image.png]
> Thanks
>
> --
> Moacir R.F
> Desenvolvedor de Softwares
>
> https://www.moacirrf.com.br <http://www.moacirrf.com.br>
>
>
>

-- 
*-------------------------------------------------------------------*
Member of NetBeans Dream Team
http://www.netbeans.org/community/contribute/dreamteam.html
http://dreamteam.netbeans.org/
NetBeans Community Docs Evangelist
http://nb-community-docs.blogspot.com/2008/09/welcome-community-docs-evangelists.html
http://avbravo.blogspot.com
https://community.java.net/community/netbeans
http://wiki.netbeans.org/NBDTCurrentMembers

Re: Markdown Plugin

Posted by Laszlo Kishalmi <la...@gmail.com>.
Would you consider to be a contributor and enhance this module: 
https://github.com/apache/netbeans/tree/master/ide/markdown ?


On 9/18/22 13:47, Bilu wrote:
>
> awesome. just one feedback: you may want to consider using Netbeans 
> icons (for icons in the red rectangle) for better UX
>
> Le 16/09/2022 à 17:48, Michael Bien a écrit :
>> awesome! Even with auto completion :)
>>
>> markdown support is a fairly often requested feature [1], I am sure 
>> this plugin is going to be popular.
>>
>> good job,
>>
>> -mbien
>>
>> [1] https://github.com/apache/netbeans/discussions/3477 | 
>> https://github.com/apache/netbeans/issues/3714
>>
>>
>> On 16.09.22 05:45, Moacir da Roza wrote:
>>> Hi,
>>> I'm working on a Markdown plugin for Netbeans, a few a days now.
>>>
>>> https://github.com/moacirrf/netbeans-markdown/releases
>>>
>>> Is almost functional, if anybody wants to test and send me some 
>>> feedback, i would be happy, i don't want publish yet i need to fix 
>>> some issues like synchronization of the code and preview panel.
>>>
>>> image.png
>>> Thanks
>>>
>>> -- 
>>> Moacir R.F
>>> Desenvolvedor de Softwares
>>>
>>> https://www.moacirrf.com.br <http://www.moacirrf.com.br>
>>
>>

Re: Markdown Plugin

Posted by Bilu <al...@gmail.com>.
awesome. just one feedback: you may want to consider using Netbeans 
icons (for icons in the red rectangle) for better UX

Le 16/09/2022 à 17:48, Michael Bien a écrit :
> awesome! Even with auto completion :)
>
> markdown support is a fairly often requested feature [1], I am sure 
> this plugin is going to be popular.
>
> good job,
>
> -mbien
>
> [1] https://github.com/apache/netbeans/discussions/3477 | 
> https://github.com/apache/netbeans/issues/3714
>
>
> On 16.09.22 05:45, Moacir da Roza wrote:
>> Hi,
>> I'm working on a Markdown plugin for Netbeans, a few a days now.
>>
>> https://github.com/moacirrf/netbeans-markdown/releases
>>
>> Is almost functional, if anybody wants to test and send me some 
>> feedback, i would be happy, i don't want publish yet i need to fix 
>> some issues like synchronization of the code and preview panel.
>>
>> image.png
>> Thanks
>>
>> -- 
>> Moacir R.F
>> Desenvolvedor de Softwares
>>
>> https://www.moacirrf.com.br <http://www.moacirrf.com.br>
>
>

Re: Markdown Plugin

Posted by Michael Bien <mb...@gmail.com>.
awesome! Even with auto completion :)

markdown support is a fairly often requested feature [1], I am sure this 
plugin is going to be popular.

good job,

-mbien

[1] https://github.com/apache/netbeans/discussions/3477 | 
https://github.com/apache/netbeans/issues/3714


On 16.09.22 05:45, Moacir da Roza wrote:
> Hi,
> I'm working on a Markdown plugin for Netbeans, a few a days now.
>
> https://github.com/moacirrf/netbeans-markdown/releases
>
> Is almost functional, if anybody wants to test and send me some 
> feedback, i would be happy, i don't want publish yet i need to fix 
> some issues like synchronization of the code and preview panel.
>
> image.png
> Thanks
>
> -- 
> Moacir R.F
> Desenvolvedor de Softwares
>
> https://www.moacirrf.com.br <http://www.moacirrf.com.br>