Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tutorial] Use writer on latest Jetbrains #98

Open
HookWoods opened this issue Jan 16, 2023 · 7 comments
Open

[Tutorial] Use writer on latest Jetbrains #98

HookWoods opened this issue Jan 16, 2023 · 7 comments

Comments

@HookWoods
Copy link

HookWoods commented Jan 16, 2023

Here is the tutorial to use mintlify writer on the latest Jetbrains product until the jar get published to JetBrains website:

1- You need at least Java 17 and git on your computer
2- Then git clone this repo: git clone https://github.com/mintlify/writer.git
3- Then type cd IntelliJ
4- Then type ./gradlew clean buildPlugin

5- The plugin will be built for the latest version under build/distributions
CleanShot 2023-01-16 at 13 11 27

6- Open your ide (Webstorm, Intellij, ...)
7- Go to Settings > Plugins > Click on the 3 dots near Installed
CleanShot 2023-01-16 at 13 09 43

8 - Select the zip from instruction 5, restart your ide and it's done!
CleanShot 2023-01-16 at 13 10 47

@JinChengneng
Copy link

Hi Hugo @HookWoods, thank you very much for your step-by-step instructions. I'd like to try it right away. Thanks again!

@rbouma
Copy link

rbouma commented Jan 18, 2023

@HookWoods Thank you very much for this temporarily solution. It was taking too long for Jetbrains to include the new build in the plugin store.

@oskhel
Copy link

oskhel commented Jan 25, 2023

Hi, thank you for the guide.
I got the error below at first, but managed to get around it by changing version of kotlin.jvm in intellij/build.gradle.kts

// Kotlin support
//id("org.jetbrains.kotlin.jvm") version "1.6.10"
id("org.jetbrains.kotlin.jvm") version "1.8.0"

The error:

e: /Users/{user}/www/writer/intellij/src/main/kotlin/com/mintlify/document/services/MyProjectService.kt: (9, 9): Class 'kotlin.Unit' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
The class is loaded from /Users/{user}/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/LATEST-EAP-SNAPSHOT/cc032a91ab71245ad3610d01e5eb34d4cee881bc/ideaIC-LATEST-EAP-SNAPSHOT/lib/3rd-party-rt.jar!/kotlin/Unit.class
e: /Users/{user}/www/writer/intellij/src/main/kotlin/com/mintlify/document/services/MyProjectService.kt: (9, 9): Class 'kotlin.io.ConsoleKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
The class is loaded from /Users/{user}/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/LATEST-EAP-SNAPSHOT/cc032a91ab71245ad3610d01e5eb34d4cee881bc/ideaIC-LATEST-EAP-SNAPSHOT/lib/3rd-party-rt.jar!/kotlin/io/ConsoleKt.class

Task :compileKotlin FAILED

FAILURE: Build failed with an exception.

@nitatemic
Copy link

Hi, thank you for the guide. I got the error below at first, but managed to get around it by changing version of kotlin.jvm in intellij/build.gradle.kts

// Kotlin support
//id("org.jetbrains.kotlin.jvm") version "1.6.10"
id("org.jetbrains.kotlin.jvm") version "1.8.0"

I made the modification you indicated and managed to make a build that works under Webstorm 2022.3.2. Here is my build.
Mintlify Doc Writer-1.2.3.zip

@cokolwiekpl
Copy link

Build created by @nitatemic works with IntelliJ IDEA 2022.3.2 also.

@ghost ghost pinned this issue Mar 16, 2023
@shizeying
Copy link

go to releases

@Lucarrdt
Copy link

Lucarrdt commented Apr 9, 2023

go to releases

thanks this works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants