Where is Android Studio Markdown support plugin preview preference?

I want to show preview for markdown. But it is not shown.

I am using Markdown support by JetBrains. And Android Studio 3.1

Plugin

I found IntelliJ help.

https://www.jetbrains.com/help/idea/markdown.html Jetbrains Help

But I can not see that preference.

Preference

How can I see markdown preview?


  1. Go to File>Preferences>Editor>File Types then select Files Opened In AssociatedApplications and add *.md to the list

Go to File>Preferences>Editor>File Types then select Files Opened In AssociatedApplications and add *.md to the list

  1. Reassign the wild card

Reassign the wild card

  1. Do likewise for the Text file type

Do likewise for the Text file type

  1. Enable the Markdown

Enable the Markdown

  1. Go with Vladimir Schneider

Go with Vladimir Schneider

  1. Preview like a bawse!

Preview like a bawse!


I'm unable to make it work.

I suggest giving up and opening it in Visual Studio Code.

Right-click tab with your file, select Split Right. In second instance, right-click tab again and select Open in Preview.

Now you have text and preview at the same time.


There is another plugin which is "Markdown Navigator Enhanced" and that I tested on Android Studio 3.5.2, it enables a toolbar with some editing functions as well as the preview options.

You can Edit, preview or do both in a split window, you can even show the HTML code.

The plug-in is paid, but it has a 30-days trial that can be good for a short usage.


Download plugin first,and then you'd better do something to active it:

Windows: AndroidStudio ->File -> Editor ->Coe Style -> File Types->Markdown-> + -> *.md -> ok -> ok

Mac: AndroidStudio -> Preferences -> Editor -> FileTypes -> Markdown-> + -> *.md -> ok -> ok

Then enjoy writing in md.