-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add org-mode renderer #8
Comments
Like Orga, uniorg is also compatible with unified, but is more reliable. Here is a playground. As of rasendubi/uniorg#29, uniorg is ESM-only. @RangerMauve does that mean that it won't work with browserify in |
if browserify specifically doesn't work we could use whatever other bundler :) |
Implemented Orgmode Rendering Cleaned up for patch
IIUC, the current blocker is that
@RangerMauve would it be acceptable to add the |
Perhaps this issue is more appropriate than the emacs-orgmode thread Re: Adding text/org MIME type to jshttp/mime-db. Sun, 04 Aug 2024 20:19:53 -0700 In the case of HTTP, the source of I have no idea where list of media types that may be rendered internally is configured in the case of electron. This extension handles application/json and some JSON-based formats. Likely Finally check that servers do not send the |
Another possibility that @RangerMauve brought up was to add another Agregore extension which intercepts response headers, including |
Another extension with Should "open file" for Org mode documents work as well? Side note: I hope it will be impossible to inject JavaScript code from an Org mode file that is executed with extension privileges and in worst case it will be executed (if not suppressed by Content Security Policy or some other technique) in the context of document origin. |
I'm not sure. I see electron builder.Interface.FileAssociation, but that's for associating a particular electron app with an extension.
I just tested opening a
I don't know. Perhaps @RangerMauve can chime in on this? |
At first glance it is to register media types at OS level, not within Electron applications. My expectation that it should be possible to define some hook that is similar to ChromeOS
It was an issue with old version of |
I think https://orga.js.org/playground/ could work well.
The text was updated successfully, but these errors were encountered: