#syntax
View:
  • 1.
    Better Comment Toggle
    2 years ago by Gino Valente
    favorite
    share
    Score: 41/100
    Category: Coding & Technical Tools
    The Better Comment Toggle plugin improves comment management in Obsidian, offering enhanced functionality for toggling comments line-by-line or across selected ranges. It supports customizable start and end tokens, making it adaptable for various syntaxes, including code and math blocks. The plugin maintains proper indentation and allows users to style commented lines for better readability. Fully WYSIWYG, the plugin ensures that comments are visible exactly as they appear in the notes, without hidden metadata. Users can define their own comment styles, such as HTML or Obsidian-specific syntax, to suit their workflow.
    View Plugin Details
  • 2.
    APL Render
    2 years ago by my99n
    favorite
    share
    Score: 16/100
    Category: Coding & Technical Tools
    The APL Render plugin enables you to render APL code in Obsidian with ease. This plugin converts tick notation, such as `+/`-`)`j`i 100`, into its corresponding APL Unicode representation, like `(+/÷≢)∘⍳ 100`. Simply place your APL code in a code block with the language set to "APL" and the plugin will render it nicely. The plugin also supports rendering box notation, although this requires manual drawing or copying from RIDE. With the APL Render plugin, you can easily write and display APL code in Obsidian, making it an essential tool for any APL enthusiast.
    View Plugin Details