User Activity

  • Posted a comment on ticket #279 on NixNote

    Ok there is also easier workaround solution without the "sh" script I proposed before. This works both with v2.0 and v2.1 Just organize your workflow as follows: 1, do the download to "Directory1" - e.g. ~/Downloads 2, then setup "Import folders" to a subdirectory of it - Directory2 - e.g. ~/Downloads/nixnote 3, then download your files... 4, when finished, move all files from Directory1 to Directory2 - as "move" is "atomic" operation, the problem should nort occur. Eg. mark all files in ~/Downloads...

  • Modified a comment on ticket #279 on NixNote

    I did a quick workaround fix this in v2.1.0-beta3d - https://github.com/robert7/nixnote2/releases Currently the ignored extensions are not configurable, but for now all file with ".tmp" in file name are ignored. So you can create simple bash script could be used to copy files to import folder. Example: 1 2 3 4 5 6 7 8 9 10#!/bin/bash if [ ! -f "$1" ]; then echo 1st param needs to be existing file!; exit 1; fi if [ ! -d "$2" ]; then echo 2nd param needs to be existing directory!; exit 1; fi # copy...

  • Posted a comment on ticket #279 on NixNote

    I did a quick workaround fix this in v2.1.0-beta3d - https://github.com/robert7/nixnote2/releases Currently the ignored extensions are not configurable, but for now all file with ".tmp" in file name are ignored. So you can create simple bash script could be used to copy files to import folder. Example: 1 2 3 4 5 6 7 8 9 10#!/bin/bash if [ ! -f "$1" ]; then echo 1st param needs to be existing file!; exit 1; fi if [ ! -d "$2" ]; then echo 2nd param needs to be existing directory!; exit 1; fi # copy...

  • Posted a comment on ticket #282 on NixNote

    OK great. In case you find some problems - then pls create a issue on github project page - I wrote some intro https://github.com/robert7/nixnote2/wiki/HowTo---create-issue In case you find more problems, then create one issue per topic. Regarding crash: I do suspend my notebook occasionaly and didn't experienced a crash so far.

  • Posted a comment on ticket #282 on NixNote

    I restored the "Open Note in New Tab" in version "beta-2" - https://github.com/robert7/nixnote2/releases

  • Posted a comment on ticket #282 on NixNote

    OK. I actually removed the "open note in tab" on purpose, because I found it useless and confusing :) .. but OK, I agree there can be different viewpoints/use cases, so I will restore it in next version.

  • Modified a comment on ticket #100 on NixNote

    You are correct, I provide only binaries for Linux (as I don't use Windows). But as the project is open source, anyone who has enough interest in Win binaries, can compile it himself (or find someone who can do it). Minor adjustment in build script will probably needed, but it should be possible quite easy. But to be honest, I don't see much point in NixNote for Windows as there is quite decent oficial Evernote client. You may be interested in another quite similar project to NixNote called Quentier...

  • Posted a comment on ticket #100 on NixNote

    You are correct, I provide only binaries for Linux (as I don't use Windows). But as the project is open source, anyone who has enough interest in Win binaries, can compile it himself (or find someone who can do it). Minor adjustment in build script will probably needed, but it should be possible quite easy. You may be interested in another quite similar project to NixNote called Quentier - https://github.com/d1vanov/quentier, which by coincidence has Russian author and also a Russian localisation....

View All

Personal Data

Username:
robert7
Joined:
2018-08-17 14:46:01

Projects

  • No projects to display.

Personal Tools