[PR #6430] [MERGED] AI Generated documentation for excel formula #13573

Closed
opened 2026-04-10 21:58:13 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6430
Author: @lelemm
Created: 12/16/2025
Status: Merged
Merged: 12/22/2025
Merged by: @lelemm

Base: masterHead: docs/excel-formula


📝 Commits (10+)

  • 858a353 ai generated documentation
  • 90f159b Merge remote-tracking branch 'origin/master' into docs/excel-formula
  • c3bcc58 added words to expect
  • 795d795 removed placeholder images
  • 7dd7be3 Add release notes for PR #6430
  • e91a27c [autofix.ci] apply automated fixes
  • bc45b2b Remove release notes for experimental formulas
  • b2962c9 Checkpoint before follow-up message
  • 16aca1f Checkpoint before follow-up message
  • d967587 Remove experimental formula card from reports

📊 Changes

8 files changed (+290 additions, -0 deletions)

View changed files

📝 .github/actions/docs-spelling/expect.txt (+26 -0)
📝 packages/docs/docs-sidebar.js (+1 -0)
📝 packages/docs/docs/budgeting/rules/index.md (+4 -0)
packages/docs/docs/experimental/formulas.md (+259 -0)
packages/docs/static/img/experimental/formulas/add-formula-card.png (+0 -0)
packages/docs/static/img/experimental/formulas/enable-formula-mode.png (+0 -0)
packages/docs/static/img/experimental/formulas/formula-editor-and-queries.png (+0 -0)
packages/docs/static/img/experimental/formulas/rule-formula-toggle.png (+0 -0)

📄 Description


Note

Adds experimental Excel formula mode docs (formula cards & rule formulas), links it in sidebar and related pages, updates spell-check exceptions with Excel function names, and adds release notes.

  • Docs:
    • Experimental: Add packages/docs/docs/experimental/formulas.md describing Excel Formula Mode (Formula cards & Rule formulas).
    • Navigation: Link new page in packages/docs/docs-sidebar.js under experimental.
    • Cross-references:
      • Add “Experimental: rule formulas” section to packages/docs/docs/budgeting/rules/index.md.
      • Mention experimental “formula card” in packages/docs/docs/reports/index.md.
  • Tooling:
    • Extend spell-check exceptions in .github/actions/docs-spelling/expect.txt with Excel function identifiers (e.g., AVERAGEA, COUNTBLANK, HLOOKUP, IFERROR, VLOOKUP, WEEKNUM, etc.).
  • Release notes:
    • Add upcoming-release-notes/6430.md entry.

Written by Cursor Bugbot for commit 7dd7be34b1. This will update automatically on new commits. Configure here.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/6430 **Author:** [@lelemm](https://github.com/lelemm) **Created:** 12/16/2025 **Status:** ✅ Merged **Merged:** 12/22/2025 **Merged by:** [@lelemm](https://github.com/lelemm) **Base:** `master` ← **Head:** `docs/excel-formula` --- ### 📝 Commits (10+) - [`858a353`](https://github.com/actualbudget/actual/commit/858a353d83cc11a358775d98f60c5e8bdba8864e) ai generated documentation - [`90f159b`](https://github.com/actualbudget/actual/commit/90f159b81af8ab8b34dc8cc79fd72d46c664b893) Merge remote-tracking branch 'origin/master' into docs/excel-formula - [`c3bcc58`](https://github.com/actualbudget/actual/commit/c3bcc5883d5c78cef9de398d8dc17e02b8c84fd9) added words to expect - [`795d795`](https://github.com/actualbudget/actual/commit/795d795d450b437b7aec8a5348582cc34cb20936) removed placeholder images - [`7dd7be3`](https://github.com/actualbudget/actual/commit/7dd7be34b18bb23a120009525aae8b8a53dd1932) Add release notes for PR #6430 - [`e91a27c`](https://github.com/actualbudget/actual/commit/e91a27c524ddd1470a26fd7afd06cf352456aa96) [autofix.ci] apply automated fixes - [`bc45b2b`](https://github.com/actualbudget/actual/commit/bc45b2b08bebafc36e5f0d6df9899eadc0a0cd38) Remove release notes for experimental formulas - [`b2962c9`](https://github.com/actualbudget/actual/commit/b2962c939706653fe9c471057b0dbce7d34af81f) Checkpoint before follow-up message - [`16aca1f`](https://github.com/actualbudget/actual/commit/16aca1f85168126cfe7771479056ef4e917fe694) Checkpoint before follow-up message - [`d967587`](https://github.com/actualbudget/actual/commit/d967587e559ef63a45693a02aea9b1d518a83cad) Remove experimental formula card from reports ### 📊 Changes **8 files changed** (+290 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/actions/docs-spelling/expect.txt` (+26 -0) 📝 `packages/docs/docs-sidebar.js` (+1 -0) 📝 `packages/docs/docs/budgeting/rules/index.md` (+4 -0) ➕ `packages/docs/docs/experimental/formulas.md` (+259 -0) ➕ `packages/docs/static/img/experimental/formulas/add-formula-card.png` (+0 -0) ➕ `packages/docs/static/img/experimental/formulas/enable-formula-mode.png` (+0 -0) ➕ `packages/docs/static/img/experimental/formulas/formula-editor-and-queries.png` (+0 -0) ➕ `packages/docs/static/img/experimental/formulas/rule-formula-toggle.png` (+0 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Adds experimental Excel formula mode docs (formula cards & rule formulas), links it in sidebar and related pages, updates spell-check exceptions with Excel function names, and adds release notes. > > - **Docs**: > - **Experimental**: Add `packages/docs/docs/experimental/formulas.md` describing Excel Formula Mode (Formula cards & Rule formulas). > - **Navigation**: Link new page in `packages/docs/docs-sidebar.js` under `experimental`. > - **Cross-references**: > - Add “Experimental: rule formulas” section to `packages/docs/docs/budgeting/rules/index.md`. > - Mention experimental “formula card” in `packages/docs/docs/reports/index.md`. > - **Tooling**: > - Extend spell-check exceptions in `.github/actions/docs-spelling/expect.txt` with Excel function identifiers (e.g., `AVERAGEA`, `COUNTBLANK`, `HLOOKUP`, `IFERROR`, `VLOOKUP`, `WEEKNUM`, etc.). > - **Release notes**: > - Add `upcoming-release-notes/6430.md` entry. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 7dd7be34b18bb23a120009525aae8b8a53dd1932. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-10 21:58:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#13573