Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Note is not created if "." in the filename #17

Closed
shevabam opened this issue Feb 6, 2018 · 11 comments
Closed

Note is not created if "." in the filename #17

shevabam opened this issue Feb 6, 2018 · 11 comments
Labels
bug 🐛 Something isn't working good first issue 👍 Good for newcomers wontfix

Comments

@shevabam
Copy link

shevabam commented Feb 6, 2018

Current Behavior

In the window for creating a note, if I enter a filename with a ".", the note does not register.

Steps to Reproduce (for bugs)

  1. Create note
  2. Fill "name" field
  3. Fill "Filename" field with a "."
  4. Click on "Create" button ; the note is not saved

Your Environment

  • Version used: v1.1.0
  • Operating System and version: Windows 7 64 bits
@lauthieb
Copy link
Owner

lauthieb commented Feb 6, 2018

Ok, thanks for the issue. I will fix it soon ;)

@lauthieb lauthieb added the bug 🐛 Something isn't working label Feb 6, 2018
@lauthieb lauthieb self-assigned this Feb 6, 2018
@lauthieb lauthieb added this to the V1.2.0 milestone Feb 6, 2018
@sleeyax
Copy link

sleeyax commented Dec 11, 2018

Is it just me, or is this still not fixed in v1.2.1?

@n-develop
Copy link

I just downloaded and installed v1.2.1 and it's not working yet.
In case it is important for reproduction: I use Windows 10 64 Bit

@acumulus8
Copy link

Getting the same issue with same version as @n-develop

@lauthieb lauthieb reopened this Mar 20, 2019
@lauthieb
Copy link
Owner

Hey @acumulus8, I will investigate if this happens always on v1.2.2

@lauthieb lauthieb added the hacktoberfest Good issue for Hacktoberfest! label Oct 1, 2019
@bastienterrier
Copy link

Hello, I'm currently looking at your projet: great btw!
And I'm experiencing the same issue. After debugging the code and check on internet what's going wrong, I found this issue: louischatriot/nedb#399
neDB does not support dot, neither MongoDB. (And they won't)

So, one possibility would be to encode the . to store the file in the DB during local file creation, and decode it during render :)
What do you think @lauthieb?

@lauthieb
Copy link
Owner

Thanks for the investigation @bastienterrier.
You’re right, sure that your solution could resolve this bug.

@lauthieb lauthieb removed the hacktoberfest Good issue for Hacktoberfest! label Nov 2, 2019
@lauthieb lauthieb removed this from the V1.2.0 milestone Jul 22, 2020
@lauthieb lauthieb removed their assignment Jul 22, 2020
@lauthieb lauthieb added the good first issue 👍 Good for newcomers label Jul 22, 2020
@stale
Copy link

stale bot commented Nov 4, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Nov 4, 2020
@lauthieb
Copy link
Owner

lauthieb commented Nov 5, 2020

Not stale

@stale stale bot removed the wontfix label Nov 5, 2020
@stale
Copy link

stale bot commented Jan 4, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jan 4, 2021
@lauthieb lauthieb removed the wontfix label Jan 5, 2021
@stale
Copy link

stale bot commented Mar 6, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Mar 6, 2021
@stale stale bot closed this as completed Mar 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug 🐛 Something isn't working good first issue 👍 Good for newcomers wontfix
Projects
None yet
Development

No branches or pull requests

6 participants