Code Monkey home page Code Monkey logo

Comments (6)

luzpaz avatar luzpaz commented on June 15, 2024

Really dig this updater. I like it way better than the official AppImage one. Any progress on this issue. It's a cosmetic thing that could get in the way of adoption, which would be a shame

from appimageupdater.

antony-jr avatar antony-jr commented on June 15, 2024

Really dig this updater. I like it way better than the official AppImage one.

@luzpaz Thank you.

Any progress on this issue. It's a cosmetic thing that could get in the way of adoption, which would be a shame

Yes, I've been thinking about it... The problem is that there is no markdown parser in C++ that can parse github's style of markdown, since it supports both html mixed markdown we have to write our own markdown parser which supports partial html in C++. Its going to be tricky. The one of official examples in the docs implement this using QtWebEngine which I think is a overkill for an updater. So I think if I have some time I might look for some other alternatives or write my own github flavored markdown parser.

EDIT:

Note: Also notice that the title of the AppImage is truncated FreeCAD_0

To solve this I have to use libappimage or role my own code to extract the desktop file from the AppImage and the icon too.. The desktop file can give a concise name of the program rather than the file name.

from appimageupdater.

antony-jr avatar antony-jr commented on June 15, 2024

@luzpaz The latest version resolved everything you mentioned. Open a new issue if you feel something is missing.

Screenshot_20191024_091447

from appimageupdater.

antony-jr avatar antony-jr commented on June 15, 2024

It turns out Github had a free API to parse their flavor of Markdown. It was easy as a post request with our Markdown in question. https://developer.github.com/v3/markdown/

from appimageupdater.

luzpaz avatar luzpaz commented on June 15, 2024

Looks fantastic! Great job and tip! Do you know if hte appimage folks will integrate this ?

from appimageupdater.

antony-jr avatar antony-jr commented on June 15, 2024

Do you know if the appimage folks will integrate this ?

@luzpaz Do you mean the release notes? or the entire update window?

from appimageupdater.

Related Issues (20)

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.