rename the plugin to dotpm - #270
Open
StepanKropachev wants to merge 1 commit into
Open
Conversation
The repository moved to the dotpm organization (#269) and the site is at dotpm.pm, but the plugin still introduced itself as "Project Manager" in the community store, the installed-plugins list, and every command label. One name across store, site, and repo is what makes the project read as maintained. The manifest id stays `project-manager`. All history hangs off it: the download count in Obsidian's stats file, the community.obsidian.md plugin page, the `.obsidian/plugins/project-manager/` folder in every vault, and the update path. Command ids are namespaced by it too, so existing hotkeys keep working.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Renames the plugin's display name from "Project Manager" to
dotpm, so the community store, the site at dotpm.pm, and the repository all agree. Follows the move announced in #269.The manifest
idis untouched — stillproject-manager. Everything worth keeping is keyed to it, not to the name or the repo:community-plugin-stats.jsoncommunity.obsidian.md/plugins/project-managerpage.obsidian/plugins/project-manager/folder in every existing vault, so settings and task files stay putproject-manager:*), so user hotkeys keep workingChanges
manifest.json—name→dotpmsrc/migration.ts,src/store/ProjectStore.ts— the sevenProject Manager:notice prefixes →dotpm:README.md— heading, image alt, command references, TaskNotes section, install steppackage.json— descriptionCHANGELOG.md—Changedentry under[Unreleased]User-visible effect
Commands appear as dotpm: Archive completed tasks rather than Project Manager: Archive completed tasks, and the plugin re-sorts in the installed list. Cosmetic, but it is the part existing users will notice.
Follow-ups (not in this PR)
bump.ymlso the released manifest carries the new name. Obsidian's bot validates the listing against the released manifest, so this has to land first.obsidianmd/obsidian-releaseschangingname,author, andrepoincommunity-plugins.json— three fields,idleft alone. Not filed yet.pnpm check,pnpm check:submission, 417 tests, and the build all pass.🤖 Generated with Claude Code