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. Pablo74
    3. Posts
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 13
    • Best 0
    • Groups 0

    Posts made by Pablo74

    • QMarkdown, feature request: collapsible

      I ask developers of QMarkdown to add simple way - container - for collapsible markdown, as is described and shown here.

      It is an HTML combination of details and summary tags; it would be great if there were a simple way to use it in QMarkdown via shorthand like for example notes already exist as

      ::: tip
      content of note
      :::
      
      posted in [v1] App Extensions
      P
      Pablo74
    • RE: QMarkdown error while render "code"

      Hmm, strange thing happens. It works in editor, it although works in my page with disables custom CSS rules; problem is on my side, sorry of that!

      posted in Help
      P
      Pablo74
    • QMarkdown error while render "code"
      function add(a, b){
        return a+b;
      }
      

      When render -code- (as above), it renders with errors: in the left is line number, next to it is code itself. The code is moved aprox. 1/2 of line to the top.

      posted in Help
      P
      Pablo74
    • RE: QMarkdown 1.0.36 is not in CDN

      It works now, thank you!

      posted in Help
      P
      Pablo74
    • QMarkdown 1.0.36 is not in CDN

      I have reported this 16 days ago, nobody answered me.

      There is no 1.0.36 at cdn.jsdelivr.net - CDN returns
      Couldn’t find the requested release version 1.0.36.

      posted in Help
      P
      Pablo74
    • RE: QMarkdown v1.0.36 has been released! Enjoy!

      CDN returns “Couldn’t find the requested release version 1.0.36.”
      Version 1.0.35 is available ut the new one - 1.0.36 - still not.

      posted in [v1] App Extensions
      P
      Pablo74
    • RE: How to use Katex in QMarkdown?

      @Hawkeye64

      There IS a plugin markdown-it-mathjax, my problem is I don’t know how to extend it. I have read instructions, but not able to do it. I don’t use any build process, I use UMD files only.

      Thank you for your patience and help.

      posted in Help
      P
      Pablo74
    • RE: How to use Katex in QMarkdown?

      @Hawkeye64

      OK, I understand.
      I wish another “math type” posibility occurs in QMarkdown, maybe MathJax…?

      posted in Help
      P
      Pablo74
    • RE: How to use Katex in QMarkdown?

      @Hawkeye64

      Thank you for information. It is too difficult to me extend Markdown with Katex…

      posted in Help
      P
      Pablo74
    • How to use Katex in QMarkdown?

      I am not sure if Katex is supported in QMarkdown; I can’t find any info about it with the exception of: https://forum.quasar-framework.org/topic/6868/qmarkdown-v1-0-32-has-been-released

      Is there any documentation?

      posted in Help
      P
      Pablo74
    • RE: QMarkdown, UMD versions above 1.0.27 are broken

      Thank you for fix!
      Yeah, I know github issue is better way; have no account on github yet, so… I used this forum.

      posted in [v1] App Extensions
      P
      Pablo74
    • QMarkdown, UMD versions above 1.0.27 are broken

      UMD versions of QMarkdown, above 1.0.27 (i.e. 1.027 -> 1.0.31) are broken and don’t work. I have been tested

      <q-markdown>
      ::: info
      text 
      :::
      
      ::: info
      here be **dragons**
      with a `token`
      :::
      </q-markdown>
      

      It doesn’t render markdown.
      The problem is inside umd js code, it requires Prism file/module

      const Fr=require("prismjs");
      

      Chrome developer console says:

      Uncaught ReferenceError: require is not defined
      at index.umd.min.js:6
      at index.umd.min.js:6
      at index.umd.min.js:6

      Versions 1.0.27 and below work well.

      posted in [v1] App Extensions
      P
      Pablo74
    • How to use modal in different pages?

      I have some background in app development although I am still NOT an expert. I would like to write my Quasar app containing independent pages as Vue components (I know how to do it) with ability to display q-dialog with some content. There will be more than one dialog.

      The problem is: I don’t know how to use the same q-dialog (with the same content) in different pages.

      Thanks,
      Pablo

      posted in Help
      P
      Pablo74