themedleb

Results 13 comments of themedleb

Or better add `dir="auto"` to every tag: p li h1 h2 ..., so every tag will be aligned based on the content it has. That way it will be perfect!

Yup, this better be implemented in the core project. Unfortunately I can't contribute directly, since this is beyond my knowledge, all I know is HTML, CSS and a little bit...

My temporary workaround for this is to install "JSLoader" app, then go to Settings => "JavaScript loader" (Under "Administration" section) then add/paste this code: ``` setInterval(function addDirAutoAttribute() { var theID...

Yes, I'm using Firefox in this example, indeed, it is strange. Thank you.

Thank you, very appreciated.

It's fine, I think it has to do with the tiptap project. Either way, thank you for trying :heart: .

I just want to use it for command line/bash operations, is that possible in Linux? (I don't think that X11 is needed for command line related stuff).

> In my understanding the way to upload .md files to ~codimd~ hedgedoc is with the [CLI Tool](https://github.com/codimd/cli) currenlty Yes, But right now, Hedgedoc only does it 1 file at...

> Are copying your .md files by hand in new pads If you mean copy and paste the files, **1.** I don't think that's a good practice, since they need...

@DerMolly I used Hackmd, and they provide importing notes one after one manually through the CLI, I found a workaround to import all my files using a Linux script, and...