joplin-plugin-import-local-css
Advanced tools
Comparing version
{ | ||
"name": "joplin-plugin-import-local-css", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive", |
@@ -5,3 +5,3 @@ { | ||
"app_min_version": "3.0", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"name": "Import local CSS", | ||
@@ -24,4 +24,4 @@ "description": "Adds support for local CSS @imports and @importing CSS from notes.", | ||
"icons": {}, | ||
"_publish_hash": "sha256:3b890967ab776b7a8f368618aac5134b35e857cd4946bc38adf0be30e0c2afb8", | ||
"_publish_commit": "master:38519ca4dcdf4125b8c5e83aa4a192f42a1e87e7" | ||
"_publish_hash": "sha256:ccc07d3c1a9fbbb3cc6e606c558253e910185788739eb381b8cd528926b8b7ed", | ||
"_publish_commit": "master:0f14d9d2d8171493e91bd702ccf501b89098d3d9" | ||
} |
# Joplin Local CSS `@import`s | ||
This is a proof-of-concept plugin intended to address [this issue](https://discourse.joplinapp.org/t/local-imported-css-no-longer-accessible/41812). | ||
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). | ||
@@ -43,6 +43,5 @@ At present, it works by finding `@import`s in `<style>` blocks, then manually fetching and inserting the corresponding CSS file. | ||
1. `@import`s in multi-line comments are still imported. | ||
2. Using [CSS supports/layer](https://developer.mozilla.org/en-US/docs/Web/CSS/@import) import options is unsupported. | ||
3. Does not support the Rich Text Editor. | ||
4. On mobile, does not allow importing CSS from files (only from other notes). | ||
5. Import failure errors may be logged to Joplin's console as a result of the original `@import` statements (before replacement). | ||
1. Using [CSS supports/layer](https://developer.mozilla.org/en-US/docs/Web/CSS/@import) import options is unsupported. | ||
2. Does not support the Rich Text Editor. | ||
3. On mobile, does not allow importing CSS from files (only from other notes). | ||
4. Import failure errors may be logged to Joplin's console as a result of the original `@import` statements (before replacement). |
Sorry, the diff of this file is not supported yet
44161
-0.1%47
-2.08%