Giter Site home page Giter Site logo

noblenote's People

Contributors

aragua avatar nebomuk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

aragua jcbmca

noblenote's Issues

session management

add session management to handle unflushed journals if the application closes/standby etc:

QCoreApplication:

void qAddPostRoutine ( QtCleanUpFunction ptr )
void QCoreApplication::aboutToQuit () [signal]

for standby etc.
QSessionManager

no system tray icon

Create a window icon and a system tray icon with options for hide and show.

Drag and drop

Enable to drag Notes and drop them into other folders.

Create journal files and the actual notes

If a note was modified (on runtime), check if the journal file is newer than the note (when the note-editor starts up), if so, let the user decide which version she/he wants to keep.

If there is a journal file but no note, then create the note from it.

If there is a journal file with a newer modification date than the note, ask the user which one she/he wants to keep.

custom xml format for notes

print out every QTextFragment with different format

QTextFrame * frame = this->textEdit->document()->rootFrame();

for(QTextFrame::Iterator it = frame->begin(); it != frame->end(); ++it)
{
    for(QTextBlock::Iterator i = it.currentBlock().begin(); i != it.currentBlock().end(); ++i)
    {
        qDebug(i.fragment().text().toAscii());
    }
}

no system tray icon

Create a window icon and a system tray icon with options for hide and show.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.