mrniket's comments

mrniket | 2 years ago | on: Show HN: SwaraNotebook – a notation editor for Indian classical music

Thanks :)

Yes, via code blocks. So once you install the plugin, you can type something like:

  ```palta
  taal: teental
  ---
  DhiGe Dhina TiriKit Dhina
  DhaGe NaDhi GeDhi NaNa
  TiKe Tina TiriKit Tina
  DhaGe NaDhi GeDhi NaNa
  ```
and it will render it in the correct format. It uses a web component behind it, so if you wanted to use it directly to render the above, it would be:

  <palta-note taal="teental">
    DhiGe Dhina TiriKit Dhina
    DhaGe NaDhi GeDhi NaNa
    TiKe Tina TiriKit Tina
    DhaGe NaDhi GeDhi NaNa
  </palta-note>
page 1