fix: strip token_list_to_plaintext #13

Open
lyz wants to merge 2 commits from lyz/org-rw:fix/strip-title into develop
Collaborator

otherwise when you do headline.title.get_text() you may have trailing
whitespaces.

The other changes were made by black

otherwise when you do headline.title.get_text() you may have trailing whitespaces. The other changes were made by `black`
lyz added 1 commit 2025-01-25 13:24:29 +00:00
otherwise when you do headline.title.get_text() you may have trailing
whitespaces
requested review from kenkeiras 2025-01-25 13:25:35 +00:00
kenkeiras added 1 commit 2025-04-15 21:57:57 +00:00
Owner

This might be implemented specifically for the Headlines, but ideally we should not change the content of all text elements, even if it means keeping trailing spaces.

This might be implemented specifically for the Headlines, but ideally we should not change the content of all text elements, even if it means keeping trailing spaces.
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u fix/strip-title:lyz-fix/strip-title
git checkout lyz-fix/strip-title

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout develop
git merge --no-ff lyz-fix/strip-title
git checkout lyz-fix/strip-title
git rebase develop
git checkout develop
git merge --ff-only lyz-fix/strip-title
git checkout lyz-fix/strip-title
git rebase develop
git checkout develop
git merge --no-ff lyz-fix/strip-title
git checkout develop
git merge --squash lyz-fix/strip-title
git checkout develop
git merge --ff-only lyz-fix/strip-title
git checkout develop
git merge lyz-fix/strip-title
git push origin develop
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: kenkeiras/org-rw#13
No description provided.