Your comments

Thanks, I'll try to reproduce the problem.

How exactly are you trying to open the file?

If you add Working Copy as an external folder to Textastic, you should be able to open any file.

See https://www.textasticapp.com/v9/manual/integration_other_apps/git_client_working_copy.html

You can already do this by using iPadOS' Split View and "Preview in Safari" in Textastic. 

A screenshot of this is in the manual at https://www.textasticapp.com/v10/manual/viewing_editing_files/web_preview.html#preview-in-safari

Currently Textastic for iOS and Textastic for macOS are two separate apps for different platforms with different feature sets and require two separate purchases.

You can now use Cmd-L (or configure a custom keyboard shortcut) to go to a line number in Textastic 9.6.

I assume that the .html file is stored somewhere in the "Local Files" or in the "iCloud" location.

  • In the same folder, tap the "+" button in the bottom toolbar.
  • Enter a file name with a ".css" file extension -> this opens a new CSS file in a new tab.
  • In the .html file, add a link tag to the head section as described at https://www.w3schools.com/tags/tag_link.asp 
  • If you now open the web preview using the glasses icon while the tab with the .html file is open, you should see the CSS styles from the .css file applied. You can also open the web preview on the .css file and enter the path to the .html file in the address bar of the web preview. This allows you to preview the website while previewing the .css file without having to switch to the .html file first.

Alternatively, you can add the CSS directly to the .html file using a style tag in the header section as described at https://www.w3schools.com/tags/tag_style.asp.

The current version can already display tab characters. The next update of Textastic (9.6) will also support showing spaces and newlines. 

Ok, then it looks like this is actually a bug in Apple's Cocoa framework since both TextEdit and Xcode use NSDocument which should handle file saving and symbolic links correctly. 

I'll still try to reproduce the issue and report it to Apple. 

Ok, I'll try to reproduce the problem. I'm glad you catched the issue before it caused damage. 

Could you please send me a copy of the smb.conf file (or just the relevant parts of it) so I'm using the same settings?

Hmm, interesting, does Samba/SMB even support symbolic links (since it is a Windows protocol)?

What happens when you try to edit the same file using Apple's TextEdit? It uses the same NSDocument architecture provided by Apple's Cocoa framework that is also used by Textastic.