oh i love this so much, will be watching this project
In 4th image, Is it a mindmap or just an image?
It’s interactive graph, like org-roam-ui has
So you have build this feature yourself , is there any instructions I could follow to build it myself someday?
Do you mean graph construction? Or how to create something like that from scratch in your application?
In the first case, just create notes with links to other notes, for example like this [[id:][link-name]], the graph will be built automatically.
In the second case, have a look at https://github.com/vasturiano/force-graph.
Do you need to be using org-roam to use this? Looks very promising but my system is all based around just regular org.
Org roam is just an approach to have links between notes, you are free to use OrgNote without such links. Currently there is only one limitation, you need to have an id property for each note you want to synchronize.
This is a temporary limitation, I plan to generate an id for any org file the user intends to synchronize (if that file doesn’t already have an id).
It would be great to make it work without a backend, syncing files through the gitlab api, like Organice does
I don’t plan to implement this, however, in future versions, I will provide a client-side API that will allow developers to write their own sync provider
Hey! This looks very promising! A quick question if you don’t mind me asking:
Is the pwa version meant to be self hosted or to be locally run similarly to or-roam-ui?
I if can self host it on a server and sync/edit notes this would be a dream come true for me :)
Thanks!
Hi!, you don’t need to run it locally, just create a bookmark from the site as described here https://github.com/Artawower/orgnote/wiki/orgnote-install, or download it from release page if you have android phone You can deploy your own backend, but I think right now some env values are hardcoded and you might run into a problem, besides there is no manual on how to do it. Also, I need to provide the functionality to choose a server from the client side… Right now you are forced to recompile app for a new server with new
API_URL
andAUTH_URL
env variables
Great work mate. Keep it up. I tinkered with native iOS app for a bit and abandoned few years back. Will try this one.
Congratulation! It looks awesome! I’m the author of Metanote. You’ve implemented the feature that I wanted to do but haven’t completed yet. If there’s an opportunity, I hope we can discuss and collaborate.
Hey! No problem! if you have any questions or suggestions, contact me via email app.orgnote@gmail.com or directly via discord
Looks freaking awesome!
Hey, guys! A little over a year ago I started working on a mobile app to sync notes from org-roam with my phone, so far this is what I’ve got. The main motivation is to take notes not only in emacs but also on mobile devices. Also, I would like to share my notes with colleagues and friends without the crooked synchronization via markdown
This is an early beta version of the app, however I would like to open access to test offline functionality, active testers will also get access to synchronization in the future.
Pretty cool! Currently I’m using Orgzly (well… Orgzly revived since development stopped https://github.com/orgzly-revived/orgzly-android-revived )
Web might be enough for me but do you plan on making an Android version?
Right now I use git to track all of my org documents but syncing and capturing from my phone is a pain. I need git because I run actions to update calendar services when things change. Would love something that I could seamlessly integrate with capture that also is a useful note viewer.
This could be awesome
This looks amazing! I’ve been wishing for something like that for a while.
from what I’ve heard this would be difficult. But do you consider creating an ios app long-term?
Wow, looks awesome!
This was always my dream for org-roam-ui, but sadly life got in the way of me making it a reality. Very happy to see it could inspire someone to do a proper job of it,good luck!
Is there any chance I can use it on an iphone?
Right now you can install PWA for ios, it works almost like a native app.
An ios developer account costs about 100$ per year. If we raise this amount on patreon, I will publish the app in app store as well