#literate-programming
View:
  • 1.
    Literate Haskell
    2 years ago by James Jensen
    favorite
    share
    Score: 33/100
    Category: Coding & Technical Tools
    The Literate Haskell plugin enhances the integration of Haskell's native literate programming capabilities within Obsidian. It allows `.lhs` files to function like markdown files while supporting Haskell code blocks. This plugin simplifies the workflow by hiding the required `\begin{code}` and `\end{code}` delimiters in Haskell blocks, ensuring a cleaner and more readable code presentation. It is ideal for users who want to include runnable Haskell code within their notes while maintaining a seamless writing and coding experience.
    View Plugin Details