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

obsidian-daily-notes-interface

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

obsidian-daily-notes-interface

Interface for creating daily notes in Obsidian

  • 0.5.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
495
increased by4.87%
Maintainers
1
Weekly downloads
 
Created
Source

NPM

Obsidian Daily Notes interface [FOR DEVELOPERS]

Replicates the daily-notes plugin in Obsidian but allows creating a note for any day (past or present).

Installation

The best way to use this package is to add it to your dependencies:

# if you use npm:
npm install --save obsidian-daily-notes-interface

# or if you use Yarn:
yarn add obsidian-daily-notes-interface

Basic Usage

import { createDailyNote } from 'obsidian-daily-notes-interface';
...

createDailyNote(moment());

FAQs

Package last updated on 04 Jan 2021

Did you know?

Socket

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.

Install

Related posts

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