Operating system
Linux
Joplin version
3.1.22
Desktop version info
Joplin 3.1.22 (prod, linux)
Client ID: 9959465eea794e60b1b95760c308ca91
Sync Version: 3
Profile Version: 47
Keychain Supported: No
Revision: da10297
Automatic Backlinks to note: 3.0.3
Backup: 1.4.2
Combine notes: 1.2.2
Conflict Resolution: 1.2.3
Diff view: 0.1.1
Favorites: 1.3.2
Hotfolder: 1.2.0
Inline tags: 1.3.0
Inline TODO: 1.7.1
Kminder Mindmap: 0.8.6
Markmap: 1.7.0
Note list (Preview): 1.1.0
Note overview: 1.7.1
Note Rename: 1.0.0
Note Tabs: 1.4.0
Persistent Editor Layout: 2.2.0
Quick Links: 1.3.2
Resume Note: 0.1.1
Space Indenter: 0.2.5
Tagging: 1.0.3
Templates: 2.4.0
Sync target
Joplin Cloud
Editor
Markdown Editor
What issue do you have?
I highly customize many of my notes with various CSS stacks. I used to be able to import local CSS from anywhere on my filesystem and also from a URL on the internet. The remote (URL on the internet) still functions just fine, but the local imports seem to be failing now. Here's what I see in the debug console:
Result of @import "/home/todd/pathto/manuscript.css";
GET joplin-content://note-viewer//tmp/.mount_joplin9pVwSp/resources/app.asar/gui/note-viewer/file/home/todd/pathto/manuscript.css net::ERR_UNEXPECTED
Result of @import "file:///home/todd/pathto/manuscript.css";
Not allowed to load local resource: file:///home/todd/pathto/manuscript.css