Great to see this. I’m using better-bibtex and the citation plugin currently in an extended workflow I’m calling the Obsidian Academic Stack. Would love to know if your plugin could enhance the stack. What is the Obsidian Academic Stack? I’ve been working on a stack which allows a workflow from Zotero > Obsidian > Pandoc > Word (with proper citations). The idea being that essays and thesis can be written using Obsida…
I do the same except in Emacs. If it is useful, see the pandoc command I've created in .emacs to enable output to multiple formats.
Show HN: I built an Obsidian plugin to create notes from BibTeX
11–16 of 16 posts
Re: Show HN: I built an Obsidian plugin to create notes from BibTeX
#12Great to see this. I’m using better-bibtex and the citation plugin currently in an extended workflow I’m calling the Obsidian Academic Stack. Would love to know if your plugin could enhance the stack. What is the Obsidian Academic Stack? I’ve been working on a stack which allows a workflow from Zotero > Obsidian > Pandoc > Word (with proper citations). The idea being that essays and thesis can be written using Obsida…
Re: Show HN: I built an Obsidian plugin to create notes from BibTeX
#13So happy to see that Obsidian has a thriving plugin ecosystem. Been considering creating an Obsidian plugin as an excuse to learn typescript, but every time I wonder whether a plugin for $foo exists, the answer turns out to be yes.
So Obsidian gets all the benefits of a thriving ecosystem, makes a lot more money and the plugin creators get none of the benefits? It's a bit unfair isn't it?
I note that obsidian itself is free. I pay for the built-in sync as that's cheaper than implementing it myself, and there are other paths to sending the developers money, but they're all optional.
Re: Show HN: I built an Obsidian plugin to create notes from BibTeX
#14So happy to see that Obsidian has a thriving plugin ecosystem. Been considering creating an Obsidian plugin as an excuse to learn typescript, but every time I wonder whether a plugin for $foo exists, the answer turns out to be yes.
Simple idea: mark entire notes or portions of notes as “deprecated” and then have a toggle button that shows/hides deprecated text.
Re: Show HN: I built an Obsidian plugin to create notes from BibTeX
#15Great to see this. I’m using better-bibtex and the citation plugin currently in an extended workflow I’m calling the Obsidian Academic Stack. Would love to know if your plugin could enhance the stack. What is the Obsidian Academic Stack? I’ve been working on a stack which allows a workflow from Zotero > Obsidian > Pandoc > Word (with proper citations). The idea being that essays and thesis can be written using Obsida…
Thank you very much for this guide. I don't know if this falls under your project scope, but I have a suggestion. By default, Obsidian saves links in notes using the "shortest path" , which reduces compatibility: the links don't work in anything but Obsidian. I found two plugins that manage relative links: https://github.com/val3344/obsidian-update-relative-links https://github.com/dy-sh/obsidian-consistent-attachmen…
Happy to include but could you unpack the problem / solution a bit more cause I mostly get it but not fully there.
Re: Show HN: I built an Obsidian plugin to create notes from BibTeX
#16Earlier quoted context omitted.
Thank you very much for this guide. I don't know if this falls under your project scope, but I have a suggestion. By default, Obsidian saves links in notes using the "shortest path" , which reduces compatibility: the links don't work in anything but Obsidian. I found two plugins that manage relative links: https://github.com/val3344/obsidian-update-relative-links https://github.com/dy-sh/obsidian-consistent-attachmen…
Thanks. I’m wondering if this is somewhat related to the embedding images issue I discuss. Seems like obsidian was doing weird path reference logic. Could you give the ‘Embeds your images’ section of my README a read and see if you think it’s related. Happy to include but could you unpack the problem / solution a bit more cause I mostly get it but not fully there.
Adding one of these "Consistent Attachments and Links" libraries makes the links more explicit and hence more portable.
I think that's pretty desirable, I'll add a discussion on my project, feel free to raise other topics in discussion any time folks.
https://github.com/evolve2k/obsidian-pandoc-academic-word-do...