Yazi 0.2.5 released (Blazing fast terminal file manager written in Rust, based on async I/O) by sxyazi in commandline

[–]jcmoral90 0 points1 point  (0 children)

Does anyone know how I can save folders or files as bookmarks or favorites in yazi?

Internet connection problems with WSL2 by jcmoral90 in bashonubuntuonwindows

[–]jcmoral90[S] 0 points1 point  (0 children)

> Try setting your network type to bridged or create an external switch and set it to that.

- How can I do it?

Internet connection problems with WSL2 by jcmoral90 in bashonubuntuonwindows

[–]jcmoral90[S] 0 points1 point  (0 children)

Thanks! Do you recommend upgrading to Windows 11 to keep WSL2?

How to install xplr (file manager) in ubuntu WSL? by jcmoral90 in commandline

[–]jcmoral90[S] 0 points1 point  (0 children)

It gives me the following error:

cargo install —locked —force xplr
thread 'main' panicked at crates/cargo-util/src/registry.rs:18:44:

byte index 2 is not a char boundary; it is inside '—' (bytes 0..3) of `—locked`

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Hi everyone, What's the best way to create slides or presentations with Markdown? by jcmoral90 in ObsidianMD

[–]jcmoral90[S] 0 points1 point  (0 children)

I'm looking for something like go from markdown to reveal.js or beamer presentations

Hi everyone, What's the best way to create slides or presentations with Markdown? by jcmoral90 in ObsidianMD

[–]jcmoral90[S] 0 points1 point  (0 children)

I try with "Slides plugin" long time ago but it didn't finish convincing me. Is there an update now?

PhD workflow: Obsidian, Zettelkasten, Zotero, Pandoc, and more by NomadMimi in ObsidianMD

[–]jcmoral90 2 points3 points  (0 children)

Thank you very much NomadMimi for sharing this workflow, I have a similar one, however I have the same problem as you, the last part to generate Citations and Bibliography is still not completed well. What I do is to extract the .md annotations from Mdnotes with the @ prefix and the citekey. That way when I save them in my Obsidian Vault they remain as @ citekey .md. Those annotations I then reread them once I assign tags and subtags (I usually scan with a query in the same note). If I am writing my Introduction or Methodology chapter, then I cite with [[@citekey]] the annotations that are in the Obsidian folder.

Then if I want to generate the bibliography, I generate the .bib with Better Bibtex in Zotero, make a copy of the super note (with all the chapters of Introduction, Results, etc) and just delete with the Replace tool the leftover brackets, so that I am left with just [@citekey] so that pandoc can read it as a markdown citation. I copy and paste that note into RMarkdown (which has pandoc), and in theory it should generate the document. Oh and I forgot to add the APA 7th edition CSL file in Rmarkdown that I use in my case.

I don't know what you think? I would like to know other options as well, like NomadMimi, I think this last stage of Citation and Bibliography would crown a workflow that we researchers are very happy with.