top | item 38456185

(no title)

shark8me | 2 years ago

This is neat! Where do you type in the bols ? In Obsidian, using plain text?

discuss

order

mrniket|2 years ago

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>