-
-
Notifications
You must be signed in to change notification settings - Fork 4
Description
So I've been testing the app for a while now and taking notes, so here's what i believe could be improved so far:
-
More fine grained settings for things such as the note text preview amount and text size (eg instead of a slider between 20 40 60 80 and 100, giving the option to use any number between 1 and 100, and applying this logic to all customizations for greater freedom)
-
custom color: the json string on the site doesn't involve that blue strip on the homepage that says "notes". But I'd suggest anyways removing the json approach and instead implementing a UI color picker (that alro allows you to type a color value instead of just giving a bunch of options) for all the different components
-
Hiding the ".md" extension when editing the note title (or giving the option to do so)
-
The option to make notes opening default as editing mode instead of view mode
-
Bug: scrolling when the preview is set to a big number, eg 80, is buggy (the issue disappeared when the length was 20)
-
Changing the above blue strip that says "notes" with something else more useful, maybe a breadcrumbs bar or a stats bar (eg number of notes and stuff)? Or actually maybe a stats bar that chsnges to a breadcrumbs when entering a folder
-
an option to see the file size/ words count/ date on the preview, maybe on the top right corner or anywhere standard or pretty
-
in notes previews, make the end of the preview be a fading off effect or 3 dots "..." Instead of an abrupt cut off
-
An option to "squish together" the previewed content of the note (basically removing the linrbreaks in the preview), and an option to toggle on/ off view mode in the previews (eg showing the "#text" as it is instead of making the word "text" big)
-
The ability to pin notes/ folders
-
Right to left writing support (eg for arabic)
-
On entering a file path to the "add image" option i was confused for why didn't the picture show, until realizing a "http://" was inserted. Copying an imagr from the web auto copies "http://" as well usually, so maybe this feature gotta go
-
makeing the + button only create notes, having a different one for the other action such as creating a folder/ drawing
-
Tagging: there's this app "tagspace" that integrates the tags directly in the titles (eg "a test not[tag].md"). I don't know ahout others but this feels way more elegent for me, so I'll highly recommend making this 1 of 2 tagging systems users could choose from
-
Smarter markdown features: this is more of a longer term vision, to implement things like being able to select a bunch of lines and with a button add a numbering extention at the beginning ("1. 2. 3."), detecting if the numbering is not right or not and fixing it (eg: if a series is "1. 2. 4. 5." Then pressing the numbering button should fix it to "1. 2. 3. 4.") or making creating markdown tables easy (eg: eith a ui popup table to write in the colums first before inserting the markdown table) And other such things, i thought of pointing that this will be a good direction to develop towards. I'd recommend looking at other apps such as markor for inspiration.
This is what i got so far, hope they're implementable