-
-
Notifications
You must be signed in to change notification settings - Fork 524
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
Add VS Code cli integration instructions #495
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added how to ignore history appending for zsh
Fixed "-on today" option inclusive date parsing
…m being used. Now editing one entry results in "[1 entry modified]"
Fixed a bug. --edit now shows [1 entry modified] not [1 entries modified]
Handle situation where a specified jounal is not found.
Unicode fixes
Added basic logging feature to understand how is configuration loaded
corrects issue jrnl-org#316
fix small typo
Correct issue jrnl-org#259, also fix issue with specifying DayOne journals in install
readme.md: homebrew instructions
* Update installation.rst * minor fixes to encryption.rst instruct user to set `HISTIGNORE` while maintaining their existing `HISTIGNORE` minor whitespace change
The keyring package broke backward compatibility in version 8.0 by moving some keyring backends to another package, keyrings.alt, as documented in the changelog [1]. This change broke behave tests which were trying to use keyring.backends.file.PlaintextKeyring - no longer existing in keyring package. This commit adds the keyrings.alt package as dependency so that the PlaintextKeyring class can be used. [1] https://pythonhosted.org/keyring/history.html#id22
Add more recent Python versions including development branches and nightly build.
Hello! Jrnl has been a dormant for a few years but new maintainers are getting it going again. Thanks for the PR. We'd love to merge this in. Would you mind rebasing to the latest master to resolve these merge conflicts? |
All contained within #611. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
quick instructions for using VS code as an external editor.