Jacques-z

Results 10 comments of Jacques-z

I found this You found a dead link: `/guide/essentials/reactivity-fundamentals.html` when trying to read the next page of [Template Syntax](https://vuejs.org/guide/essentials/template-syntax.html#directives)

Thanks for your response and I made some changes. Added `Settings.dual_dialog_style` which has smaller `leftIdent` and `rightIndent`. With `TableStyle`, now it's top-aligned. If one of the lines is long, they...

Sorry for the late response, as this is quite beyond my scope. Here's a table for the tools I can come up wit. Maybe it's up to you to weigh...

Sorry but I have no idea QAQ I just want see it, wherever Maybe just before the filename? ~~Or, to be crazier, offer an option `--format` like `git log --format`~~

I tried to do this. Sorry as I'm quite new to these. Here are my questions: - I should read the docs of asciinema's and gotosocial's self-host doc, compare them...

I've [adjusted gts template](https://github.com/Jacques-z/ansible-role-atuin/tree/master) to make it run atuin service on my own server. Run `sub.sh` should substitute `gotosocial`s with `atuin`. But seems there's other stuff to be done(e.g. editing...

@moan0s Thanks for the instructions in [the other issue](https://github.com/mother-of-all-self-hosting/mash-playbook/issues/157#issuecomment-1977175164)! This enabled me to create an [atuin one](https://github.com/Jacques-z/ansible-role-atuin) by reading [its doc](https://docs.atuin.sh/self-hosting/docker/) and comparing [gitea](https://github.com/mother-of-all-self-hosting/ansible-role-gitea) and [gotosocial](https://github.com/mother-of-all-self-hosting/ansible-role-gotosocial). Unfortunately dunno how to...

I think [LunarVim](https://www.lunarvim.org) has written [a wonderful solution](https://github.com/abzcoding/lvim/blob/main/lua/user/markdown_syn.lua) to this issue. Maybe someone can just merge it to this plugin? ~~If no one does this and any group member of...

Sorry those links I mentioned were about preview(bold, italic, line-cross, etc.) in the neovim editor, as I thought mkdp takes care of it, too. Seems nvim has built-in support for...

BTW, the svgs aren't shown and TLS reported as not available with this template. Got them working by adding some `shellHook`: ```nix let pkgs = import { }; in pkgs.mkShell...