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

delete html editing buffer for markdown-export #224

Closed
berquist opened this issue Jul 17, 2017 · 3 comments
Closed

delete html editing buffer for markdown-export #224

berquist opened this issue Jul 17, 2017 · 3 comments

Comments

@berquist
Copy link

It would be nice to at least have a toggle or setting for this. For example, it messes with with ido matching precedence in other panes.

@jrblevin
Copy link
Owner

I see three options, roughly in order of my preference at the moment:

  1. Always kill the HTML output buffer after exporting to a file.
  2. Use bury-buffer to put it at the end of the list, but keep it around just in case.
  3. Add a customizable variable for whether to kill it or not.

Anyone have thoughts or comments on this?

@berquist
Copy link
Author

Unless you're averse to adding options, another possibility is a combination of 3 and a variable for 2. This would be the most flexible.

Personally, I have no need to ever look at the file unless I'm debugging.

@jrblevin
Copy link
Owner

jrblevin commented Nov 8, 2017

To avoid overcomplicating things, I added an option to kill the buffer which defaults to t. The new variable is markdown-export-kill-buffer.

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

No branches or pull requests

2 participants