Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 7 additions & 20 deletions .github/workflows/wiki-page-count-badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:

permissions:
contents: write
pull-requests: write

jobs:
update-wiki-badge:
Expand Down Expand Up @@ -58,22 +57,10 @@ jobs:
print("README badge already up to date")
PY

- name: Create pull request for badge update
id: cpr
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "chore(readme): update wiki badge page count to ${{ steps.count.outputs.count }}"
title: "chore(readme): update wiki badge page count to ${{ steps.count.outputs.count }}"
body: "Automated update of the wiki page count badge in README.md."
labels: "automation"
branch: "automation/wiki-page-count-badge"
delete-branch: true

- name: Enable auto-merge for badge PR
if: steps.cpr.outputs.pull-request-number != ''
uses: peter-evans/enable-pull-request-automerge@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}
merge-method: squash
- name: Commit and push badge update
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git diff --quiet && git diff --staged --quiet || \
git commit -am "chore(readme): update wiki badge page count to ${{ steps.count.outputs.count }}"
git push
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Faster, smoother studying designed specifically for mobile workflows.
![Sprout Banner Five - Data Analysis](branding/Banner%20Five%20-%20Data%20Analysis.png)
![Sprout Banner Six - Anki Compatibility](branding/Banner%20Six%20-%20Anki%20Compatibility.png)
![Sprout Banner Seven - Card Creation](branding/Banner%20Seven%20-%20Card%20Creation.png)
![Sprout Banner Eight - Reminders & Gatekeeper](branding/Banner%20Eight%20-%20Reminders%20%26%20Gatekeeper.png)

## License

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified branding/Banner Five - Data Analysis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed branding/Banner Graphics.png
Binary file not shown.
Binary file modified branding/Banner Seven - Card Creation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
296 changes: 149 additions & 147 deletions dist/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/styles.css

Large diffs are not rendered by default.

135 changes: 48 additions & 87 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
},
"devDependencies": {
"@tailwindcss/cli": "^4.2.1",
"@types/node": "^25.3.3",
"@types/node": "^25.3.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/sql.js": "^1.4.9",
"@typescript-eslint/parser": "^8.56.1",
"@typescript-eslint/parser": "^8.56.0",
"@vitest/coverage-v8": "^4.0.18",
"concurrently": "^9.2.1",
"esbuild": "^0.27.3",
"eslint": "^9.39.3",
"eslint-plugin-obsidianmd": "^0.1.9",
"globals": "^17.4.0",
"obsidian": "^1.12.3",
"globals": "^17.3.0",
"obsidian": "^1.12.2",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"postcss-prefix-selector": "^2.1.1",
Expand Down
Loading
Loading