How to disable connection with Marked2?

Viewed 13

How to disable connection with Marked2?
View > Enable Marked Streaming Preview
When I use nvUltra Marked Streaming Preview, always turned on Marked2.
Then I got such anowncements.

/Users/kuni33/marked2scripts/rmarkdownformarked2.sh: line 10: cd: /Users/kuni33/Tinderbox2024/Streaming: No such file or directory
/Users/kuni33/marked2scripts/rmarkdownformarked2.sh: line 15: tempforstreamingpreview.qmd: Read-only file system
Error in abs_path(input) :
The file 'tempforstreamingpreview.qmd' does not exist.
Calls: -> setwd -> dirname -> abs_path
In addition: Warning message:
In normalizePath(x, winslash = winslash, mustWork = must_work) :
path[1]="tempforstreamingpreview.qmd": No such file or directory
Execution halted
rm: tempforstreamingpreview.qmd: No such file or directory

How can I do View > Enable Marked Streaming Preview with Marked 3 ?
Yours,WAKAMark

2 Answers

Both Marked 2 and Marked 3 use the x-marked:// url handler, and that can conflict. The easiest way to fix this is to use SwiftDefaultApps. Find the URL scheme for x-marked and change the target to Marked 3.

Marked 3 offers an x-marked-3 url scheme that does the same thing but which will always trigger Marked 3, but that won't help unless you have control over the source app. Which app are you trying to trigger the Streaming Preview from?

Open the SwiftDefaultApps pane in System Settings, select URI Schemes, scroll down to x-marked (not x-marked-3) and select Marked.app (it should have the new Marked icon with the blue background). If Marked.app isn't shown as an otpion, click "Other…" and locate Marked.app in your Applications Folder.

Thanks Brett,
I got it.
When I reissued the command in the Streming Preview Menu in Marked3, the grayout in nvUltra was displayed normally.