[Feature] add a whitespace when rules append to notes or prepend to notes #1436

Closed
opened 2026-02-28 19:43:30 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @meonkeys on GitHub (Sep 21, 2024).

Verified feature request does not already exist?

  • I have searched and found no existing issue

💻

  • Would you like to implement this feature?

Pitch: what problem are you trying to solve?

If I use "append to notes" or "prepend to notes" in a rule, the new text is added right next to the old. For example:

note before rule applied rule note after rule applied
foo append to note #bar foo#bar
foo prepend to note #bar #barfoo

This may have the effect of producing altered notes with new or broken tags or typos.

Describe your ideal solution to this problem

When appending or prepending, add an additional whitespace character as padding to avoid typos and breaking tags.

note before rule applied rule note after rule applied
foo append to note #bar foo #bar
foo prepend to note #bar #bar foo

Teaching and learning

Mention the new behavior in the changelog / release notes.

Originally created by @meonkeys on GitHub (Sep 21, 2024). ### Verified feature request does not already exist? - [X] I have searched and found no existing issue ### 💻 - [X] Would you like to implement this feature? ### Pitch: what problem are you trying to solve? If I use "append to notes" or "prepend to notes" in a rule, the new text is added right next to the old. For example: | note before rule applied | rule | note after rule applied | |---|---|---| | `foo` | append to note `#bar` | `foo#bar` | | `foo` | prepend to note `#bar` | `#barfoo` | This may have the effect of producing altered notes with new or broken tags or typos. ### Describe your ideal solution to this problem When appending or prepending, add an additional whitespace character as padding to avoid typos and breaking tags. | note before rule applied | rule | note after rule applied | |---|---|---| | `foo` | append to note `#bar` | `foo #bar` | | `foo` | prepend to note `#bar` | `#bar foo` | ### Teaching and learning Mention the new behavior in the changelog / release notes.
GiteaMirror added the needs votesfeature labels 2026-02-28 19:43:30 -06:00
Author
Owner

@github-actions[bot] commented on GitHub (Sep 21, 2024):

Thanks for sharing your idea!

This repository uses lodash style issue management for enhancements. That means enhancement issues are automatically closed. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution).

The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+

Don’t forget to upvote the top comment with 👍!

@github-actions[bot] commented on GitHub (Sep 21, 2024): :sparkles: Thanks for sharing your idea! :sparkles: This repository uses lodash style issue management for enhancements. That means enhancement issues are automatically closed. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution). The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+ Don’t forget to upvote the top comment with 👍! <!-- feature-auto-close-comment -->
Author
Owner

@meonkeys commented on GitHub (Sep 21, 2024):

Note there is a current workaround: simply include a whitespace before or after the text to be appended or prepended. E.g.

note before rule applied rule note after rule applied
foo append to note #bar foo #bar
foo prepend to note #bar #bar foo

However, this may result in leading or trailing whitespace in notes:

note before rule applied rule note after rule applied
`` append to note #bar #bar
`` prepend to note #bar #bar
@meonkeys commented on GitHub (Sep 21, 2024): Note there is a current workaround: simply include a whitespace before or after the text to be appended or prepended. E.g. | note before rule applied | rule | note after rule applied | |---|---|---| | `foo` | append to note ` #bar` | `foo #bar` | | `foo` | prepend to note `#bar ` | `#bar foo` | However, this may result in leading or trailing whitespace in notes: | note before rule applied | rule | note after rule applied | |---|---|---| | `` | append to note ` #bar` | ` #bar` | | `` | prepend to note `#bar ` | `#bar ` |
Author
Owner

@meonkeys commented on GitHub (Sep 21, 2024):

related: #3197

@meonkeys commented on GitHub (Sep 21, 2024): related: #3197
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#1436