SaaSHub helps you find the best software and product alternatives Learn more →
Top 9 Kotlin Markdown Projects
-
ltex-ls
LTeX Language Server: LSP language server for LanguageTool :mag::heavy_check_mark: with support for LaTeX :mortar_board:, Markdown :pencil:, and others
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Project mention: Found a good open-source note software quillpad | news.ycombinator.com | 2024-08-11
-
Nothing unexpected here, either. The fancy Markdown output you may have noticed in the screenshot above is provided by the incredible compose-markdown library of Jeziel Lago. We just need to invoke the MarkdownText() composable.
-
-
The Latex to Quarkdown comparison in the github README[0] is a much better introduction than the slide show.
Or, maybe I'm just an old and ornery programmer who frequently says in his head "GET TO THE POINT!"
[0]: https://github.com/iamgio/quarkdown?tab=readme-ov-file#compa...
-
-
-
bitdowntoc
Online and command-line Markdown TOC generator, with built-in support for BitBucket Server, GitHub, Gitlab, dev.to and more!
Project mention: From Jar to Brew: distribute your Java programs easily with Homebrew and GitHub Actions | dev.to | 2024-05-20This is inspired by my work to distribute bitdowntoc with brew and aims at answering two questions:
-
kotlin4example
Literate programming for Kotlin. Write markdown based documentation for your kotlin project with working examples.
Project mention: Docusaurus – Build optimized websites quickly, focus on your content | news.ycombinator.com | 2024-08-28I actually wrote a kotlin library (https://github.com/jillesvangurp/kotlin4example) a while ago to help me write documentation that is generated from code that actually compiles and runs.
Instead of embedding code in markdown, I actually generate the markdown from code. Which with Kotlin is easy because you can write your own DSLs. And I get to refactor my code and documentation at the same time. It has some other nifty features like capturing output that you can show in the Markdown and a few other things.
If you want to see it in action, check out the documentation for my kt-search project. There are probably a lot of other libraries out there that do similar things. But it's a thing that most projects don't seem to rely on for their documentation. And breaking code samples are a major hurdle for writing documentation to begin with.
I find that addressing that gets you in a mode where you are documenting things by default. And good documentation also reveals design flaws because you are kind of forced to eat your own dog food by writing working code that shows how you would use a particular feature. I'm basically constantly trying to make life easier for both myself and my users.
Kotlin Markdown discussion
Kotlin Markdown related posts
-
On building a digital assistant for the rest of us (part 1)
-
Found a good open-source note software quillpad
-
From Jar to Brew: distribute your Java programs easily with Homebrew and GitHub Actions
-
What is the closest to Google Keep but self hosted?
-
Python Networking: Servers
-
A "real" alternative/copy of Google keeps
-
Note taking app with reminders?
-
A note from our sponsor - SaaSHub
www.saashub.com | 5 Oct 2024
Index
What are some of the best open-source Markdown projects in Kotlin? This list will help you:
Project | Stars | |
---|---|---|
1 | ltex-ls | 764 |
2 | quillpad | 722 |
3 | compose-markdown | 565 |
4 | stack | 522 |
5 | quarkdown | 286 |
6 | wysiwyg | 130 |
7 | BeauTyXT | 96 |
8 | bitdowntoc | 86 |
9 | kotlin4example | 17 |