-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixing bug #537, image filenames and web links are not included in wo… #696
Conversation
…cluded in words cloud anymore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! I only have cosmetic comments.
I'm thinking about adding small tests for this. I should make a new file in tests/ right? Will tox automatically run it if its there? |
Good idea! If it doesn't fit with some other tests that are already there, yes, please add a new test file. Tox will pick it up automatically. |
I tried to write a test for this functionality but since the class Cloud takes an instance of journal, I figured it would be complicated to instanciate Journal and insert simple text into it. @jendrikseipp do you think there's an easy way to do it? |
I agree that testing this is too complicated. So no need to add a test here. |
I'm assuming the ball is in your court. Give me a shout when you want me to review your changes. |
…#703) * Fixing url not recognized when hashtag symbol is followed by slash. Issue jendrikseipp#556 * Adding more cpp directives to hashtag pattern in t2t. Adding comment regarding what each hashtag regex is used for in both files. --------- Co-authored-by: Jendrik Seipp <[email protected]>
…ipp#687) This can be used to merge one rednotebook directory into another. --------- Signed-off-by: Simon Glass <[email protected]> Co-authored-by: Jendrik Seipp <[email protected]>
It is useful to be able to merge notebooks regularly across multiple machines. The existing script adds the new material again, even if a previous merge already added it. Add a check for this, so that repeated merging will not create lots of duplicate text. Also include a summary of what happened and mention a script dependency. Signed-off-by: Simon Glass <[email protected]>
* Bump pyinstaller from 5.0 to 5.13.1 in /win Co-authored-by: Jendrik Seipp <[email protected]>
Co-authored-by: Jendrik Seipp <[email protected]>
…and preprocessor directives (fixes jendrikseipp#738).
Thanks @laraconda ! |
…rds cloud anymore.
Bug: #537
Summary of the changes in this pull request
Pull request checklist
CHANGELOG.md
including my name and issue and/or pull request number.TODO.md
.