Support Custom Macros Workspace via Direct Text Editing#313
Open
HuangxinDong wants to merge 7 commits into
Open
Support Custom Macros Workspace via Direct Text Editing#313HuangxinDong wants to merge 7 commits into
HuangxinDong wants to merge 7 commits into
Conversation
allow user to paste
replace textarea with contenteditable DIV and update related logic
Owner
|
Thanks for the contribution! I will try to take a look at this as soon as I have some time, but apologies in advance if it ends up taking a little while, as it's a busy period. |
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 faced similar confusion with #296 and #226 when I first started using quiver
So I've implemented support for defining and editing custom LaTeX macros directly within the application. Users can now enter, edit, and apply custom macro definitions, and these macros are included in exports and can be loaded from shared URLs.
The customised macros work just like the imported ones:
https://github.com/user-attachments/assets/77e9621b-3bf5-431b-a4ba-3c02adc0d4b0
Currently, the customised macros will be overwritten by those imported from URL. The imported macros are also displayed in the edit field. Once edited, the export link will be updated.
Screen.Recording.2026-04-16.at.10.33.25.AM.mov