Make the funding call-to-action more prominent#2101
Closed
bbatsov wants to merge 2 commits into
Closed
Conversation
Built on the completion categories already advertised, wired via with-eval-after-load so Embark and Marginalia stay soft dependencies. - projectile--embark-project-file-target + ...-transform: an Embark `project-file' transformer that AUGMENTS Embark's own rather than replacing it. It resolves a candidate against the Projectile root only when the file actually lives there (existence guard), and otherwise defers to whatever transformer Embark already had. So Embark's file actions hit the right file even when default-directory is a subdirectory, and non-Projectile `project-file' completions are provably unaffected. - projectile-embark-project-map: an action keymap for the new `projectile-project' category (switch/vc/dired/remove). This category is Projectile-only, so it can't collide with anything. Project-switch completions move from `file' to `projectile-project', with a Marginalia annotator reusing the built-in file annotator so annotations are unchanged. Marked experimental in the changelog.
Add a bold funding callout up top (in the spirit of CIDER's README) that links to a new Funding section, add a GitHub Sponsors badge, and collect the funding channels under the Funding heading.
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.
Brings the funding ask in line with what CIDER's README does: a short personal note followed by a bold call-to-action up top that links to a dedicated Funding section, plus a GitHub Sponsors badge alongside the existing ones. The individual funding channels now live under a
## Fundingheading instead of being tucked into the intro.