Skip to content
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

Expand the command palette with default overleaf shortcuts #78

Open
joandrsn opened this issue Feb 25, 2021 · 1 comment
Open

Expand the command palette with default overleaf shortcuts #78

joandrsn opened this issue Feb 25, 2021 · 1 comment

Comments

@joandrsn
Copy link

Currently the command palette only has one command in it (Character count).
I have a suggestion to add more commands to it, specifically a lot of the default overleaf commands.
Here are the commands I have in mind:

  • Toggle comment
  • Italic text
  • Bold text
  • To Uppercase
  • To Lowercase
  • Toggle Track Changes
  • Add a comment
  • Show hotkeys (Produces the overlay with hotkeys)
hrjakobsen added a commit that referenced this issue Apr 5, 2021
Following Issue #78 this patch adds commands to the command palette
that wraps the current selection in textbf, textit, or texttt.
hrjakobsen added a commit that referenced this issue Apr 5, 2021
Following Issue #78 this patch adds commands to the command palette
that wraps the current selection in textbf, textit, or texttt.
hrjakobsen added a commit that referenced this issue Apr 5, 2021
Following Issue #78 this patch adds commands to the command palette
that wraps the current selection in textbf, textit, or texttt.
@hrjakobsen
Copy link
Owner

Ignoring my failed attempts at using git, I have implemented a few shortcuts for font changes that uses the same mechanism as "wrap in command" for inserting the relevant \textbf, \textit, and \texttt macros around the currently selected text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants