
vimtex
TeXworks
Table Generator
TeXnicCenter
Texpad
WinEdt
Bakoma Tex
TeXlipse
AsyncRun.vim
Vim-Plug
Markdown Preview for (Neo)vim
EnTT
vimtex
AsyncRun.vimBased on our record, vimtex should be more popular than AsyncRun.vim. It has been mentiond 52 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
2- For writing: you can use https://github.com/lervag/vimtex for LaTeX On top of these, you can use tmux with tmuxp to open projects instantly. You can replicate such environment with Emacs using org mode and/or auctex. No use for an added layer (web tech) for this, introducing more code to write and learn. - Source: Hacker News / over 1 year ago
I use vimwiki almost daily, but it's not professional use, just daily notes and organizing my life. I started using zim but I found I really missed writing/editing with vim. Then I found vimwiki. There are things I'm not super happy about with it. I saw that /u/lervag (love his vimtex plugin) released a wiki plugin and I was/am interested in it, but I have so much in my wiki right now that I don't want to deal... Source: about 3 years ago
Definitely get vimtex and set it up so you can view the compiled document in one window, and your notes in the other. Get used to vim a bit with some vim tutorial (there are a bunch out there), and have latex shortcuts you use in all your documents. Source: about 3 years ago
I do think VSCode is a great tool and I recommend it frequently to people, but I still want to set the record straight here. Yes, vim is obviously limited in the sense that as a CLI app it doesn't draw it's own PDF or HTML windows, that's fair. But it can remote control your favorite PDF viewer or browser for roughly the same functionality. I'm currently writing my thesis using vimtex and it's quite smooth. And... Source: about 3 years ago
Obsidian is limited by its use of markdown files. You can use Overleaf, Vimtex, or LaTeX workshop on VS Code to render your tex documents. Source: about 3 years ago
Asyncrun - ๐ Run Async Shell Commands in Vim 8.0 and NVim and Output to the Quickfix Window !! - Source: dev.to / over 1 year ago
I'm familiar with asyncrun.vim, but it outputs as quickfix. I specifically want to filter editor text (as stdin/stdout). Source: about 3 years ago
If you want to open a new terminal in the CWD of neovim, you couls either use neovim's built in terminal or, if it needa to be kitty, use the neovim AsyncRun-plugin and start kitty with the necessary command-line options to start in neovims's CWD(I uae this with Alacritty instead of Kitty). Source: over 3 years ago
For running the file there are several tools. I have been using asynctasks.vim which is built on top of asyncrun.vim which I usually use to open a tmux pane and run the code/test. I've been looking at switching to overseer.nvim but haven't yet. I use justfiles to define all of my tasks. Source: over 3 years ago
I can :Man blah to look up docs or :AsyncRun to build/run with jumpable output in the quickfix. Doing it within vim means I can pull from any register for pasting, yank without a mouse, hide buffers or move them to tabs, etc. Source: over 3 years ago
TeXworks - The TeXworks project is an effort to build a simple TeX front-end program (working environment)...
Vim-Plug - :hibiscus: Minimalist Vim Plugin Manager. Contribute to junegunn/vim-plug development by creating an account on GitHub.
Table Generator - WYSIWYG table editor that allows you to generate code in LaTeX, HTML, Markdown, Text-only
Markdown Preview for (Neo)vim - Preview markdown on your modern browser with synchronized scrolling and flexible configuration.
TeXnicCenter - TeXnicCenter is a feature rich and easy-to-use integrated environment for creating LaTeX documents...
EnTT - Header-only C++ game development library with innovative ECS (Entity-Component-System).