This is a [Joplin](https://joplinapp.org) plugin intended to address [this issue](https://discourse.joplinapp.org/t/local-imported-css-no-longer-accessible/41812).
npm install joplin-plugin-import-local-css@importsThis is a Joplin plugin intended to address this issue.
At present, it works by finding @imports in blocks, then manually fetching and inserting the corresponding CSS file.
```markdown
This is a note
``
Above, the @import ":/50775d77690042ad92fdc7478b539afa" imports CSS from a note with ID 50775d77690042ad92fdc7478b539afa. The note should contain a single css code block contianing the CSS to be imported. For example,``markdown`
Optionally, a comment can be included on the lines before the CSS block.css`
/ CSS here! /``
Currently, this plugin:
1. Searches for @imports in