Support other file-types/file-extensions #274
Replies: 4 comments 4 replies
-
file: https://github.com/redguardtoo/mastering-emacs-in-one-year-guide/blob/master/developer-guide-en.org Obsidian plugin: |
Beta Was this translation helpful? Give feedback.
-
Good catch!I tried the plugin you mentioned and the file you linked. At a quick glance it looks like the file is opening up in a quite normal editor, so I guess implementing support for these kind of files should be possible. But I can only confirm it when I actually start working on this. I need to check what kind of editor class it is, is it something trivial that is easy to implement, or is it specific to the Obsidian Org Mode plugin. Will see. I'll move this discussion to Ideas. 🙂 I don't know yet when I have time for working on this. TODO:
|
Beta Was this translation helpful? Give feedback.
-
Obstacles from Obsidian APII tried to implement this now, but did not get far, as I couldn't get it working by following Obsidian API. Current situationCurrently, SC expects to encounter a
What I triedI started to change SC in a way that it would expect a What could be triedAs Obsidian API for But if private API access is tolerated (SC does it in some cases, I have to admit), there might be a way. I could make SC check if a view - be it whatever subclass of There's still one small thing: I need to emphasize that this kind of private API access is unstable. Whatever update to the Org Mode plugin might change the Maybe this was a bit complicated story, but at least it cleared my thoughts on this feature. |
Beta Was this translation helpful? Give feedback.
-
Sorry for the late reply. Obsidian's backlink is based on file/title while org-roam is based on the id (UUIDv4) of file/title, so I gave up to find ways to make Emacs(org-mode org-roam) and Obsidian work together. After trying Obsidian-org-mode obsidian.el md-roam.el, I have moved/rewritten/converted 1/10 of Obsidian files (20000+) to org-roam nodes. |
Beta Was this translation helpful? Give feedback.
-
When I try to open an org file, shellcommands fails:
Beta Was this translation helpful? Give feedback.
All reactions