diff --git a/community-plugins.json b/community-plugins.json index 984a88262c4..c1fa11dcb11 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -2004,7 +2004,7 @@ { "id": "obsidian-read-it-later", "name": "ReadItLater", - "description": "Collect interesting information from your clipboard into your vault. A website will be converted to MD, Tweets and YouTube Videos embedded, plain text will just saved into a new notice.", + "description": "Save online content to your Vault, utilize embedded template engine and organize your reading list to your needs. Preserve the web with ReadItLater.", "author": "Dominik Pieper", "repo": "DominikPieper/obsidian-ReadItLater" }, @@ -14566,12 +14566,19 @@ "description": "Forces Markdown files in specified folders to open in read-only mode.", "repo": "al3xw/force-read-mode" }, + { + "id": "note-from-form", + "name": "Note From Form", + "author": "Sergei Kosivchenko", + "description": "Define dynamic input form and use it to create notes", + "repo": "ArhiChief/obsidian-note-from-form" + }, { "id": "dataview-autocompletion", "name": "Dataview Autocompletion", "author": "Daniel Bauer", "description": "Adds autocompletion to Dataview metadata fields", "repo": "dnlbauer/obsidian-dataview-autocompletion" - } + } ]