Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@agreatfool/obsidian-utils
Advanced tools
obsidian utility tool, help to generate frontmatter, etc
Command line tools to help obsidian stuff
Need to install LocateMe first:
$ brew update --verbose && brew install locateme
Use it once: $ locateme
, and you will get the error:
2021-08-31 10:47:01.299 locateme[32912:640457] [error code] != kCLErrorLocationUnknown: Error Domain=kCLErrorDomain Code=1 "(null)"
2021-08-31 10:47:01.299 locateme[32912:640457] Error: Error Domain=kCLErrorDomain Code=1 "(null)"
Go to security setting panel, give the location access to locateme, then it should be working correctly:
$ locateme -f "{\"lat\":\"{LAT}\",\"lon\":\"{LON}\"}"
{"lat":"XX.234463","lon":"XXX.482957"}
This tool is using:
You will need to prepare:
Write a config file obsidian_utils_config.yaml
, it's recommended to be put in your obsidian vault dir. It's content:
amapJsKey: "..."
amapWebKey: "..."
nowapiAppKey: "..."
nowapiSign: "..."
$ obsidian-utils -d ~/Downloads/your/vault -c ~/Downloads/your/vault/obsidian_utils_config.yaml -a util
$ # OR
$ obsidian-utils -d ~/Downloads/your/vault -a index
obsidian-utils help:
$ obsidian-utils -h
Usage: obsidian-utils [options]
Obsidian utility, help to generate frontmatter, etc
Options:
-V, --version output the version number
-a, --action <string> which action will be executed: util | diary | index
-t, --datetime <string> the datetime of the document to be created, format:
'YYYY-MM-DD HH:mm:ss'
-d, --dest <dir> directory of output destination
-c, --config <path> file path of the config yaml, example could be find at:
${source_root}/config.example.yaml; required if action is
"util | diray"
-h, --help display help for command
FAQs
obsidian utility tool, help to generate frontmatter, etc
The npm package @agreatfool/obsidian-utils receives a total of 1 weekly downloads. As such, @agreatfool/obsidian-utils popularity was classified as not popular.
We found that @agreatfool/obsidian-utils demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.