Plugin Integration Levels

  • RED: Rejected
  • Yellow: Trialing
  • Green: Adopted
table without id
	file.link as "Self Index",
	date(verified-date) as "Verified", 
	published-date as "Published", 
	file.size as "kB"
from "General"
where file.name = this.file.name
sort file.name
table without id
	file.link as "Recently Modified Plugins",
	date(verified-date) as "Verified", 
	published-date as "Published", 
	file.size as "kB"
from "General/Guides & Practices/Obsidian Plugin Reviews"
where 
	file.name != this.file.name and
	file.mtime >= date(today) - dur(1 week)
sort verified-date

Reviewed

Rejected