Ory Band
Ory Band
I got it! The problem was with my `.bash_profile` (Mac's `.bashrc`). I added the Cabal packages bin directory incorrectly. I changed this: ``` PATH="~/.cabal/bin:$PATH" ``` Into this: ``` PATH="$HOME/.cabal/bin:$PATH" ```...
Looking at your code I couldn't understand why you created a custom `` and execute that injected js code, instead of following pagedown's wiki instructions. Was there some trouble doing...
I'm building an admin with a markdown editor for Flask's `FileAdmin`, where each markdown file is a website page. The customer will be able to edit the pages' content using...
Thanks for the answer. :) Yeah that might work. Will fork and get to it once I have the time. I'll keep this issue open if I'll have any useful...
Also, you should test the file on the output of `nomad init` (an `example.nomad` file). Currently the indent result is quite chaotic.
can confirm. specifically this happens when going into vi-mode.
possibly related to #3 resurfacing? I'm using Alacritty with Tmux. Here's a snapshot of my current configuration: - https://github.com/oryband/dotfiles/blob/72b78abde1fddccc3de9808acfbe4085e16951f2/.zshrc - https://github.com/oryband/dotfiles/blob/72b78abde1fddccc3de9808acfbe4085e16951f2/.tmux.conf - https://github.com/oryband/dotfiles/blob/72b78abde1fddccc3de9808acfbe4085e16951f2/.config/alacritty/alacritty.yml