mirror of
https://github.com/svemagie/obsidian-micropub.git
synced 2026-05-15 20:08:51 +02:00
feat: add evergreen to valid garden stages
This commit is contained in:
+1
-1
@@ -254,7 +254,7 @@ export class Publisher {
|
|||||||
if (clean.startsWith(GARDEN_TAG_PREFIX)) {
|
if (clean.startsWith(GARDEN_TAG_PREFIX)) {
|
||||||
const stage = clean.slice(GARDEN_TAG_PREFIX.length) as GardenStage;
|
const stage = clean.slice(GARDEN_TAG_PREFIX.length) as GardenStage;
|
||||||
const valid: GardenStage[] = [
|
const valid: GardenStage[] = [
|
||||||
"plant", "cultivate", "question", "repot", "revitalize", "revisit",
|
"plant", "cultivate", "evergreen", "question", "repot", "revitalize", "revisit",
|
||||||
];
|
];
|
||||||
if (valid.includes(stage)) return stage;
|
if (valid.includes(stage)) return stage;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user