From ac04e653ca805620c8da39d0cb968005cc1ec07c Mon Sep 17 00:00:00 2001 From: Alexander Pozdneev Date: Mon, 1 May 2023 19:22:45 +0100 Subject: [PATCH] Remove old info --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 31e5155..3e31368 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ The repo depends on the latest plugin API (obsidian.d.ts) in Typescript Definiti **Note:** The Obsidian API is still in early alpha and is subject to change at any time! This sample plugin demonstrates some of the basic functionality the plugin API can do. -- Changes the default font color to red using `styles.css`. - Adds a ribbon icon, which shows a Notice when clicked. - Adds a command "Open Sample Modal" which opens a Modal. - Adds a plugin setting tab to the settings page.