-
Notifications
You must be signed in to change notification settings - Fork 455
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
Remove note creation modal #427
Labels
Comments
/bounty $25 |
💎 $25 bounty • reorprojectSteps to solve:
Thank you for contributing to reorproject/reor! Add a bounty • Share on socials
|
/attempt #427
|
/attempt #427 Can I be assigned?
|
please go ahead @ezhil56x as you commented first |
/attempt #427 Options |
💡 @ezhil56x submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
🎉🎈 @ezhil56x has been awarded $25! 🎈🎊 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
when creating a note, a modal opens to name the file for that note first before creating it.
Solution
Instead editor should open instantly (without opening modal) and the note should only be created only once there is content to be saved. The behaviour should be the same as obsidian.
writeEditorContentToDisk
function (or something similar) so that if a filepath is not provided, it is generated automatically. But make sure to check no other code is broken that calls the same functionContributing
please comment that you will attempt this before starting. A developer will then be assigned to this task. High quality, high readability code will receive a tip. Low quality code will not be accepted and a new developer will be assigned to the task.
The text was updated successfully, but these errors were encountered: