No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. zuck
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 5
    • Best 3
    • Groups 0

    zuck

    @zuck

    8
    Reputation
    487
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    zuck Follow

    Best posts made by zuck

    • Alighieri, a distraction-free writer tool

      Hi guys,

      I’ve just released a new application based on Quasar Framework, called Alighieri.

      It’s a distraction-free editor for writers and novelists which aims to let you to concentrate on content instead of formatting.

      It uses an approach similar to Hemingway App (but completely free) and Medium (for content editing).

      You can try it at:

      https://zuck.github.io/alighieri/

      If you want to contribute, please use the official GitHub repository:

      https://github.com/zuck/alighieri/

      At the moment it’s just a BETA but it already allows you to write your masterpiece and to export it to Markdown, Plain Text or HTML formats. In the near future Microsoft Word (.docx) will be supported too.

      A desktop version based on Electron is also on the roadmap, so stay tuned!

      Alighieri UI

      Hope you enjoy it!

      Emanuele

      posted in Show & Tell
      zuck
      zuck
    • RE: how can I use electron apis

      Actually webpack targets have to been swapped, so electron-renderer should be add to root’s webpack, while electron-main to electron wrapper.

      posted in Help
      zuck
      zuck
    • RE: how can I use electron apis

      Also, remember that in Vue components, you’re on renderer process, so you have to invoke Electron features using remote module.

      I forked your repo and fixed with a little integration demo. I will send you a PR…

      posted in Help
      zuck
      zuck

    Latest posts made by zuck

    • RE: Alighieri, a distraction-free writer tool

      Thank you all!

      Please, if you have any suggestion to improve the app, don’t hesitate to report it here (or on Github)!

      posted in Show & Tell
      zuck
      zuck
    • RE: Quasar admin examples

      Awesome example! Thank you!

      posted in Show & Tell
      zuck
      zuck
    • Alighieri, a distraction-free writer tool

      Hi guys,

      I’ve just released a new application based on Quasar Framework, called Alighieri.

      It’s a distraction-free editor for writers and novelists which aims to let you to concentrate on content instead of formatting.

      It uses an approach similar to Hemingway App (but completely free) and Medium (for content editing).

      You can try it at:

      https://zuck.github.io/alighieri/

      If you want to contribute, please use the official GitHub repository:

      https://github.com/zuck/alighieri/

      At the moment it’s just a BETA but it already allows you to write your masterpiece and to export it to Markdown, Plain Text or HTML formats. In the near future Microsoft Word (.docx) will be supported too.

      A desktop version based on Electron is also on the roadmap, so stay tuned!

      Alighieri UI

      Hope you enjoy it!

      Emanuele

      posted in Show & Tell
      zuck
      zuck
    • RE: how can I use electron apis

      Also, remember that in Vue components, you’re on renderer process, so you have to invoke Electron features using remote module.

      I forked your repo and fixed with a little integration demo. I will send you a PR…

      posted in Help
      zuck
      zuck
    • RE: how can I use electron apis

      Actually webpack targets have to been swapped, so electron-renderer should be add to root’s webpack, while electron-main to electron wrapper.

      posted in Help
      zuck
      zuck