Obsidian / Umbraco Stuff
# help-with-other
d
I just created a note so I don't have to ask or research how to add a Blockquote button to Umbraco, something I have done a dozen times but always forget. I am not sure what to name it or how best to tag Umbraco versions what do you all think of this? How can it be improved? https://cdn.discordapp.com/attachments/1266311319074766880/1266311319439540439/image.png?ex=66a4afd1&is=66a35e51&hm=96ef42c3c4a39071be05cb4dd0b73e938d914be3ab4939fed9735941910ced88&
h
here are a few others I have used 🙂
Copy code
"Commands": [
          {
            "Alias": "codesample",
            "Name": "Code Sample",
            "Mode": "Insert"
          },
          {
            "Alias": "emoticons",
            "Name": "Emoticons",
            "Mode": "Insert"
          },
          {
            "Alias": "forecolor",
            "Name": "Change Color",
            "mode": "Selection"
          },
          {
            "Alias": "fontselect",
            "Name": "Change Font Family",
            "Mode": "Selection"
          },
          {
            "Alias": "fontsizeselect",
            "Name": "Change Font Size",
            "Mode": "Selection"
          }
        ],
        "Plugins": [
          "codesample",
          "emoticons",
          "textcolor",
          "colorpicker"
        ],
d
Thanks @huwred - in this case I am asking about naming and tagging the information for easier retrieval in Obsidian.
h
you may want to add a "RichTextEditor" tag
d
Good call
9 Views