Add vim plugin for Logseq markdown with task tracking and wiki navigation#1
Conversation
Co-authored-by: benjaminoakes <5323+benjaminoakes@users.noreply.github.com>
…iki links Co-authored-by: benjaminoakes <5323+benjaminoakes@users.noreply.github.com>
Co-authored-by: benjaminoakes <5323+benjaminoakes@users.noreply.github.com>
…eview Co-authored-by: benjaminoakes <5323+benjaminoakes@users.noreply.github.com>
Co-authored-by: benjaminoakes <5323+benjaminoakes@users.noreply.github.com>
|
I have:
However, I also don't see any visual change when I (While this is is running in Please add whatever is necessary to fix this or debug output to help diagnose. If possible, add automated tests that can be run in CI. |
…llation troubleshooting Co-authored-by: benjaminoakes <5323+benjaminoakes@users.noreply.github.com>
Fixed in commit 5df3459. The issue was that ftdetect was using Added
If
You can also run The plugin now correctly overrides markdown filetype detection for files in Logseq directories, and syntax highlighting (TODO/DOING/DONE with colors) should work automatically. |
Co-authored-by: benjaminoakes <5323+benjaminoakes@users.noreply.github.com>
|
…o shell Co-authored-by: benjaminoakes <5323+benjaminoakes@users.noreply.github.com>
|
... Fixed in commit f2f8a46. The issue was that vim/nvim were outputting ANSI escape sequences (terminal control codes) that were being printed to your shell, causing them to be interpreted as commands. The fix uses vim's vim ... -c "redir! > $TEMP_OUTPUT" -c "LogseqDebug" -c "redir END" -c "quit" ... </dev/null >/dev/null 2>&1The test script now outputs clean text without any control sequences that could interfere with your shell. |
:Ltagcommand for tag search with editable results buffergffunctionality for tags to trigger tag search:Ltodaycommand to jump to today's journal entrygffunctionality for wiki links [[page]]:Lsearchcommand for searching across entire Logseq directoryOriginal prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.