lmt icon indicating copy to clipboard operation
lmt copied to clipboard

literate markdown tangle

Results 8 lmt issues
Sort by recently updated
recently updated
newest added

Even if the first code block of a file has the += prefix, it still overwrites the target file. Making this software difficult to use if you want to tangle...

I wrote a [literate program blog post implementing a quicksort](https://tobilehman.com/posts/literate-quicksort/), and the first draft tangled, but this final draft did not tangle: [index.md](https://raw.githubusercontent.com/tlehman/tobilehman.com/mainline/content/posts/literate-quicksort/index.md) I went through the README and the...

Assuming a folder `~/literate` and a file `~/literate/conf.md`, this works: ```bash cd ~ cd literate lmt conf.md ``` but this doesn't ```bash cd ~ lmt literate/conf.md ``` The command runs...

After testing a file in github discussions https://github.com/driusan/lmt/discussions/22, lmt seems to fail with Windows style `\r\n` line endings. I haven't had a chance to dig into why, but there's likely...

# Adding directives Currently, LMT provides a great way to weave code from most flavors of Markdown. However, the lack of a directive system makes it dificult to provide flexibility....

Given that clobbering the existing macro or file is rather a special case, it might be good to swap things around and make appending be the default. I'd suggest `!`...

This project looks _extremely_ promising to me; I'm so excited! But I'm not fluent in the idioms of go, so it's not obvious how to build, install, and invoke it....

#### Synopsis Recently, I’ve taken the liberty of packaging this tool for the Nix User Repositories. Would you add instructions for installing it from there? #### Install Instructions 1. Install...