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

Feature request: allow pure markdown source mode #2552

Closed
NeverwinterMoon opened this issue Oct 29, 2018 · 8 comments
Closed

Feature request: allow pure markdown source mode #2552

NeverwinterMoon opened this issue Oct 29, 2018 · 8 comments

Comments

@NeverwinterMoon
Copy link

Current behavior

Now there are two view modes:

  • split panels with markdown source text on the left and output of compiled markdown on the right
  • "smart mode" where when you are not editing the file, it shows the compiled output and when you click on it, it switches to the markdown editing. When the editor loses focus, it automatically switches to compiled view.

I find both modes useless. The first takes too much screen space and the last keeps toggling between the source and compiled view too often.

Expected behavior

Ideally, I would love to see it the way Bear does it - there is always only one view. It basically compiles the source on the fly, it works perfectly. But if this is something too hard to do or not desired for the most users, at least I would want to be able to enable just the source code mode (edit mode).

@NeverwinterMoon NeverwinterMoon changed the title Feature request: allow pure markdown mode Feature request: allow pure markdown source mode Oct 29, 2018
@ZeroX-DG
Copy link
Member

You can custom how the preview mode should be toggled in the setting. In your case, I think you should set it to right click
image

@NeverwinterMoon
Copy link
Author

@ZeroX-DG Thanks a lot for your help, I did go through the settings but missed that one!

But still, I would leave this ticket as a feature suggestion. Having two different modes does not make much sense. For instance, Bear (which is hands down the best markdown editor I used) has one mode - it's a combination of Boostnote's preview and source views. Basically, it creates the preview on the fly in the same view as you edit. So it looks nice and is easy to use.

@NeverwinterMoon
Copy link
Author

This is how it looks:

image

So the markdown is already parsed on the fly and you can type in the same view.

@ZeroX-DG
Copy link
Member

@NeverwinterMoon I know what you're thinking, your feature request is kinda like this one: #1971
The team hasn't had the time to look into that feature yet. However, I'll tell the team about that feature too, it looks cool 😄

@NeverwinterMoon
Copy link
Author

@ZeroX-DG OK, after a few hours of use, I noticed a bug when using "Switch to Preview: On Right Click". Basically, it works fine until reopening of the app. When I shut it down and re-open it, I can't start editing. I click on the editor view, but the cursor is not placed anywhere. To solve this, I have to click on "Toggle Mode" twice, then I can start editing. Basically, the "on right click" is definitely broken.

Tested this on Windows and macOS with Boostnote 0.11.10. The same buggy behaviour on both platforms, sad to say.

@ZeroX-DG
Copy link
Member

ZeroX-DG commented Oct 30, 2018

@NeverwinterMoon The setting is a bit confusing, you must right click to go to preview and when you're in preview mode right click to go back to editor mode

@NeverwinterMoon
Copy link
Author

@ZeroX-D What I meant is that every time i restart the app, it shows the editor in the edit mode (not preview), but I can’t edit. This applies only to existing notes. If I create a new note, it’s editable right away.

@ZeroX-DG
Copy link
Member

Oh sorry, haha, if so can you open up the dev tool to identify the problem? Please open a new issue for it if necessary.

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