$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Step by step – Mindomo Installation on MX Linux

February 11, 2019 | By the+gnu+linux+evangelist.

Mindomo MX Linux - Installing

  1. 3. Installing Mindomo

    (Optional because you can simply Run App Image from Anywhere…)
    So Now, to Set up Mindomo on Arch
    First, Access the Target, usually in the Downloads folder:
    (But if you are in Trouble to Find it out on Terminal then See: How to Access Downloads Folder from Browser)

    cd && cd Downloads

    To Check that there is run:

    ls . | Mindomo

    Again Give Execution Permissions:

    chmod +x Mindomo*.AppImage

    Make a Folder to Hold the App Images with:

    mkdir $HOME/appImages

    And finally Switch Mindomo in the Location:

    mv Mindomo*.AppImage $HOME/appImages