In order to open a file from Tasker in Markor (e.g. to edit a newly created blog post), create a “Send Intent” step with:

  • Action: android.intent.action.SEND
  • Cat: None
  • Mime Type: text/plain
  • Data: content://net.dinglisch.android.taskerm.fileprovider/external_files/path/to/the/file (be sure to replace /path/to/the/file with the absolute path to the file you want to open)
  • Package: net.gsantner.markor
  • Class: net.gsantner.markor.activity.DocumentActivity

Source