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

Feat: Command to switch to source mode while in normal mode. #4

Closed
Feel-ix-343 opened this issue Mar 22, 2024 · 2 comments
Closed

Feat: Command to switch to source mode while in normal mode. #4

Feel-ix-343 opened this issue Mar 22, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@Feel-ix-343
Copy link

Sometimes I want to see the source in normal mode.

@MeanderingProgrammer
Copy link
Owner

Seems reasonable enough

@MeanderingProgrammer MeanderingProgrammer added the enhancement New feature or request label Mar 22, 2024
MeanderingProgrammer added a commit that referenced this issue Mar 22, 2024
## Details

Feature suggested through: #4

Sometimes user would like to see raw view in normal mode.

Created a `toggle` which essentially enables / disables this entire plugin.

Wrapped this in user command `RenderMarkdownToggle`.
@MeanderingProgrammer
Copy link
Owner

Added feature in: fea6f3d

Can use RenderMarkdownToggle user command or hookup a keymap to the require('render-markdown').toggle() function.

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

No branches or pull requests

2 participants