Tray Menu#1
Merged
Merged
Conversation
only try to detect after pasting and mode has not been set and default snippet language is "Auto Detect"
## Description There was a misspelling on the word "escluir", the correct one is "excluir", as you can see on [google translate](https://translate.google.com/?source=osdd#view=home&op=translate&sl=pt&tl=en&text=excluir) ## Type of changes - ⚪ Bug fix (Change that fixed an issue) - ⚪ Breaking change (Change that can cause existing functionality to change) - ⚪ Improvement (Change that improves the code. Maybe performance or development improvement) - ⚪ Feature (Change that adds new functionality) - ⚪ Documentation change (Change that modifies documentation. Maybe typo fixes) ## Checklist: - ⚪ My code follows [the project code style](docs/code_style.md) - ⚪ I have written test for my code and it has been tested - ⚪ All existing tests have been passed - ⚪ I have attached a screenshot/video to visualize my change if possible
new feature: auto detect snippet language
Localize tooltips for Japanese
Pt br translations
Add Japanese translation
typo on pt-BR.json
Update mousetrap
Replace current fullscreen button of SnippetNote to FullscreenButton module
Make only images and spans inside buttons undraggable
# Conflicts: # browser/main/TopBar/index.js # yarn.lock
* update katex to 0.10.1 * Update snapshot for markdown-test
Update FUNDING.yml
…cters (BoostIO#2994) * Fix: 2-byte character support of slug * Fix: Decodes slug to display slug * Fix: Removed a logic of replaceDiacritics * Fix: Fixed slugify to pass tests * Fix: Fixed not to remove underscore * Adds the test for slugify.js * Fix: Fix to jump to heading * Added a comment * Fix: Created click event only linking to heading * Fix: Fix to use handleLinkClick(e) * Fix: Changed the regex rule * Fix: Changed the regex rule of extractId
Simplified search input & fixed chinese character input
# Conflicts: # browser/main/Main.js # browser/main/NoteList/index.js # browser/main/modals/PreferencesModal/UiTab.js # lib/main-window.js
Redsandro
pushed a commit
that referenced
this pull request
Jul 2, 2019
Add polish language by wucian
Redsandro
pushed a commit
that referenced
this pull request
Jul 2, 2019
add language support for european portuguese
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I've merged master & fixed the merge conflicts. I've tested it on Windows 10.
I think this is working. I only changed the
list:jumpfor navigation inmain-window.jsso it's correctly navigating -list:jumpchanged because I think it's OK to just use the uuid.You've opened the PR BoostIO#1536 and I'd like to support here.
This PR to branch
trayis pretty big because your PR is lingering around for a year.