Skip to content

jfveronelli/sqink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqink

release status coverage

Scroll, Quill & INK is a multiplatform note taking application. Some of its features are:

  • Relies on the Markdown format, showing the notes in HTML.
  • Can synchronize notes using Dropbox or Google Drive.
  • Uses tags and stars to classify notes.
  • Filters list of notes by tag or by any word.
  • Able to add a photo per note.

Screenshots

Download

Windows binary

Download sqink-<version>-win32.exe from here, execute the file to extract the application, and the run sqink.exe to start.

The application may be run from a USB stick. No other requirements are needed.

Other platforms

A working Python 3.4 environment is required.

The PySide 1.2 package must be already installed. Usually it can be installed with PIP:

python -m pip install -U PySide

Download sqink-<version>-linux.tar.gz from here, unpack file, and run as:

python sqink.py

Author

Julio Francisco Veronelli julio.veronelli@crossknight.com.ar

Thanks

This application would not be possible without the following libraries and resources:

MIT License

Copyright (c) 2014 CrossKnight

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.