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

Notes list features #526

Open
dxerw opened this issue Feb 26, 2017 · 15 comments
Open

Notes list features #526

dxerw opened this issue Feb 26, 2017 · 15 comments
Labels
Type: Feature adds functionality

Comments

@dxerw
Copy link

dxerw commented Feb 26, 2017

I love your project but I would like to recommend a few features if you don't mind :)

  • An option to pin/favorite Notes and show them on top of everything else
  • An option to show months (and the number of notes on that month)
  • An option to provide the title/date (either based on when it was last update for eg 20 minutes ago/yesterday/1 week ago/exact date if too old)/some of the text (if any) and a preview of an image (if there is one)

Something like this:

(Ehm my designing skills are non existent lol)

Thanks!

PS: Just in case it is possible, I'd like to be able to chose a custom icon for each folder too :)

@pbek pbek added the Type: Feature adds functionality label Feb 26, 2017
@pbek
Copy link
Owner

pbek commented Feb 26, 2017

Thank you for your suggestions.
You can ask @Maboroshy about his script in #524 to achieve your first wish.

@Maboroshy
Copy link
Contributor

@dxerw, what OS do you use?

@dxerw
Copy link
Author

dxerw commented Feb 26, 2017

Thank you for the reply @pbek! I am currently using Windows 7 @Maboroshy mate :)

@Maboroshy
Copy link
Contributor

Then I should put more effort into making that script windows compatible... 😉

@Maboroshy
Copy link
Contributor

Maboroshy commented Mar 1, 2017

Messing third evening with script.startDetachedProcess and script.startSynchronousProcess to rename files in Windows with no avail. 😲 All I've got is some cmd windows with "invalid file path" flashing. And I thought making it work in Linux was pain...

I wonder if whole process scripting thing was tested in Windows. C++ code has some fine tuning for OSX but nothing for Windows. Not sure how it deals with "\" vs "/" issue.

@pbek
Copy link
Owner

pbek commented Mar 1, 2017

Yes, maybe your paths have "/" in it? Qt uses "/" under Windows. (I learned that the hard and painful way)

@Maboroshy
Copy link
Contributor

Maboroshy commented Mar 1, 2017

I've tried fullFileName.replace("/","\\") with no success.

Also in Windows you can't just do move "file1" "file2", it has no "move" binary, cause it's a cmd internal command. And that means my binary is cmd and move "file1" "file2" is a one of it's arguments. And that means I must assemble it by myself with all the quoting hell it makes... And people think bash quoting is pain...

@pbek
Copy link
Owner

pbek commented Mar 1, 2017

What if you would write a batch file that does the job and call that... (like I did for the Windows updater)

@Maboroshy
Copy link
Contributor

I think batch file is an overkill for that simple task. I'll better wait till there'll be a full-featured "create note" scripting function and "delete note" function. 😉
Windows stuff is pulling too much time, so I'll go with Linux-only for now. Maybe some "detach process guru" will make it work. It's Github after all.

@pbek
Copy link
Owner

pbek commented Mar 2, 2017

When are you learning C++ and Qt? ;)

@Maboroshy
Copy link
Contributor

When there'll be some functionality I really want that can be made only on C++.
For now bash is enough... well, 1000 lines of bash. 😬

@pbek
Copy link
Owner

pbek commented Mar 3, 2017

Maybe you want to switch to Python? :)

@Maboroshy
Copy link
Contributor

Maboroshy commented Mar 3, 2017

I really want to, even completed some online courses. But when I have free evening for hacking, which is not often these days, it's either starting something from scratch on Python, with months till it become something cool, or putting more features to my script on bash.

I guess I just don't have a good idea for some completely new project and have many ideas for Bash-note. I really use most of its features every day and with QOwnNotes scripting I can make it do almost anything as the back-end with QOwnNotes being the front-end.

@pbek
Copy link
Owner

pbek commented Mar 3, 2017

That also sounds wonderful! 👏

@Li-An
Copy link

Li-An commented Nov 5, 2017

+1 for all the suggestions here (Windows 10). The pin note feature is the one I loved in ResophNotes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature adds functionality
Projects
None yet
Development

No branches or pull requests

4 participants