New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

joplin-plugin-hotfolder

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

joplin-plugin-hotfolder - npm Package Compare versions

Comparing version 0.3.3 to 0.4.0

__tests__/filePattern.test.ts

0

.vscode/settings.json
{
"editor.tabSize": 2
}

10

CHANGELOG.md
# Changelog
## v0.4.0 (2021-05-06)
- Add: Wildcard and RegExp match for `Ignore Files`
- Add: `.*` (Dot files) as default for `Ignore Files`
- Optimize: Set note title without file extension #6
## v0.3.3 (2021-03-16)

@@ -9,7 +15,7 @@

Fix: File is not deleted on tagging error
- Fix: File is not deleted on tagging error
## v0.3.1 (2021-01-29)
Fix: Folder with a beginning dot is excluded #5
- Fix: Folder with a beginning dot is excluded #5

@@ -16,0 +22,0 @@ ## v0.3.0 (2021-01-29)

{
"name": "joplin-plugin-hotfolder",
"version": "0.3.3",
"version": "0.4.0",
"scripts": {
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
"prepare": "npm run dist",
"update": "npm install -g generator-joplin && yo joplin --update"
"prepare": "npm run test && npm run dist",
"update": "npm install -g generator-joplin && yo joplin --update",
"test": "jest"
},

@@ -14,2 +15,3 @@ "license": "MIT",

"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^14.0.14",

@@ -20,4 +22,6 @@ "chalk": "^4.1.0",

"glob": "^7.1.6",
"jest": "^26.6.3",
"on-build-webpack": "^0.1.0",
"tar": "^6.0.5",
"ts-jest": "^26.5.5",
"ts-loader": "^7.0.5",

@@ -35,3 +39,14 @@ "typescript": "^3.9.3",

"fs": false
},
"jest": {
"transform": {
".(ts|tsx)": "ts-jest"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
]
}
}

@@ -5,3 +5,3 @@ {

"app_min_version": "1.7.1",
"version": "0.3.3",
"version": "0.4.0",
"name": "Hotfolder",

@@ -17,4 +17,4 @@ "description": "Monitors a locale folder and import the files as a new note.",

],
"_publish_hash": "sha256:78b282341c4007469bff1eff367e5026037d90e23b9188f5e7f77ed3c37229e8",
"_publish_commit": "master:3beabd890a1549782a2b051bf5ae255368b2cf35"
"_publish_hash": "sha256:18b1217f407b886c7ac27ac31a9786b3798027f2ab83908da9ae92f4d12a128b",
"_publish_commit": "master:338859c9721bb9418487dfa04dab5b0a61827336"
}

@@ -29,2 +29,3 @@ # Joplin Hotfolder Plugin

The files are added as attachments unless the file extension is defined as `Add as text`.
After processing the file are deleted from the hotfolder.

@@ -38,3 +39,3 @@ ## Options

| Hotfolder Path | Files from this path will be imported as new notes. | |
| Ignore Files | Comma separated list of files to be ignored. | |
| Ignore Files | Comma separated list of files to be ignored.<br>Wildcards (`*`) or RegExp possible.<br>To ignore a file with a `*` in the name, escape the `*` with a `\`, example: `test\*file.log` | `.*` (Dot files like `.DS_Store`) |
| Add as text | Files with this file extension are imported as text and not as attachment. | .txt, .md |

@@ -41,0 +42,0 @@ | Notebook | In which notebook should the note be created. <br> Subnotebooks can be defined via `Project\Scans`. | Current selected Notebook |

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc