Socket
Socket
Sign inDemoInstall

@aidenlx/folder-note

Package Overview
Dependencies
5
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @aidenlx/folder-note

Add description, summary and more info to folders with folder notes.


Version published
Weekly downloads
4
Maintainers
1
Install size
8.78 kB
Created
Weekly downloads
 

Readme

Source

AidenLx's Folder Note

Add description, summary and more info to folders with folder notes.

(Special thanks to xpgo for the obsidian-folder-note-plugin)

demo

More to come:

How to use

Check wiki for more details

API

run npm i -D @aidenlx/folder-note and add type.d.ts with following content to the src folder of your plugin:

import FolderNoteAPI from "@aidenlx/folder-note";
declare module "obsidian" {
  interface App {
    plugins: {
      plugins: {
        [id: string]: any;
        ["alx-folder-note"]?: {
          api: FolderNoteAPI;
        };
      };
    };
  }
}

Compatibility

The required API feature is only available for Obsidian v0.12.5+.

Installation

From GitHub

  1. Download the Latest Release from the Releases section of the GitHub Repository
  2. Put files to your vault's plugins folder: <vault>/.obsidian/plugins/alx-folder-note
  3. Reload Obsidian
  4. If prompted about Safe Mode, you can disable safe mode and enable the plugin. Otherwise, head to Settings, third-party plugins, make sure safe mode is off and enable the plugin from there.

Note: The .obsidian folder may be hidden. On macOS, you should be able to press Command+Shift+Dot to show the folder in Finder.

From Obsidian

Not yet available

  1. Open Settings > Third-party plugin
  2. Make sure Safe mode is off
  3. Click Browse community plugins
  4. Search for this plugin
  5. Click Install
  6. Once installed, close the community plugins window and the plugin is ready to use.

FAQs

Last updated on 12 Aug 2021

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc