jun7 / rox-filer

ROX file manager
24 stars 6 forks source link

Make `rox -U file:///path#anchor` open in browser #236

Closed step- closed 1 year ago

step- commented 1 year ago

ROX-Filer before this patch

(1) open local html file in browser:

(2) soap error:

(3) delayed_error "File doesn't exist, or I can't access it":

ROX-Filer after this patch

Case (2) isn't an error anymore: file opens in http browser, which understands the #anchor suffix. No change to case (3), which remains an error.

jun7 commented 1 year ago

Sorry for waiting.

step- commented 1 year ago

Thank you!