Our key values are simplicity and universality. People often say that the two can not be combined. Are they right? At OrgPad, we prove them wrong. But why does OrgPad succeed somewhere, where everybody else failed? The key is a simple realization. In order to succeed, we have to mimic the way we operate in our heads not the way we work in the physical world. This revelation leeds to vast consequences. OrgPad removes obstacles by combining the most important features of all common software tools in one. Thanks to the careful selection and masterful implementation of these features, OrgPad can be used by anyone in just a few seconds. OrgPad simply allows you to work in one place. Is that all? No. OrgPad is also a visual tool that leads you to information decomposition and consequent depiction of the relations among the individual parts. This gives you a better understanding of what you are working on and you will be able to progress faster. OrgPad revolutionizes the way you work. It significantly increases your productivity and helps you focus on whats important. OrgPad solves the rest for you.
Presentations
Collaborative Workspace
Online Access
Images and links
Social Platform
Security
Notes
structured data
Check out OrgPad which I am developing. It works differently that nodes are much more powerful, can contain arbitrary texts, links, images, videos or even other nested diagrams. So one can create really powerful things in it. Source: almost 2 years ago
Check out OrgPad. We offer a free canvas where anything can be placed and connected in an arbitrary way. One can insert images, videos, or even other websites and OrgPad documents. And beautiful presentations can be easily created. Source: almost 2 years ago
You can check out OrgPad. We are much more visually focused and the system is very powerful. Many people from Zettelkasten community use our product. Source: almost 2 years ago
At OrgPad, we apply a similar approach to all animations in the 2D canvas. You can try it out even on our home page which is actually done as an interactive OrgPage: https://orgpad.com. The motion is much more natural and smooth, as if things had a bit of mass/ momentum. We have an internal debugger that can be enabled using a keyboard shortcut to configure the anim framework live. There you can play with many... - Source: Hacker News / almost 2 years ago
Check out OrgPad. It lets you have a text/image area with each bubble to do, I think, exactly what you're looking for. Source: about 2 years ago
I guess basically for anything. From AutoCAD (https://en.wikipedia.org/wiki/AutoLISP) extensions to grammar checking engines (https://www.grammarly.com/blog/engineering/running-lisp-in-production/)? If you count Clojure and ClojureScript as kind of Lisp then for instance our whole product (https://orgpad.com) backend and frontend is written in it. Of course there is also some SQL, CSS etc. In between but basically... - Source: Hacker News / over 2 years ago
We are using Material-ui for OrgPad by building our own wrapper for components we needed, plus adding some new components. I wanted to describe components by Clojure data and integrate them with the rest of our system (i.e., centralised mouse handling). For example, to create a Share button, we use the following code:. Source: over 2 years ago
I am using OrgPad in the first phase of thinking or storyboarding – it allows including huge amount of content into nodes (including videos) – after this I export the linear "walk" through my graph and put it into Roam as a standard outline. Source: over 2 years ago
Either Ajax request or use Websockets. If you are not familiar with web development in general or in Clojure(Script) in particular, I recommend this book: https://pragprog.com/titles/dswdcloj3/web-development-with-clojure-third-edition/. I have used its second edition when I started building OrgPad's backend and it was great. Source: over 2 years ago
At OrgPad, we use Shadow-cljs with Reagent and Re-frame and it is great: https://orgpad.com/s/it-architecture. For generating CSS, we use Garden. For Websockets, we use Sente. Other than that, we try to keep the number of dependencies as small as possible. Shadow-cljs offers a lot of things: integration with NPM, build-in support for web workers, etc. Source: over 2 years ago
I prefer to draw/think of higher abstractions within the code, like interactions between different modules, etc. Code itself is much better for viewing individual functions. At OrgPad, we use OrgPad to visualize everything, to plan our development, to track progress, etc. I have even made a short video when I describe six different ways we use OrgPad for development. Source: over 2 years ago
You can check out OrgPad. It is possible to create arbitrary diagrams, put arbitrary contents into nodes, including images, videos or even other embedded websites. We frequently used this to track todolists for various projects, for example one approach is to color finished tasks by green; but this is fully up to you. We do not have any connections to calendar, automatic notification of upcoming tasks, etc., but... Source: over 2 years ago
Check out OrgPad. It is very powerful and we actively develop it and improve it all the time. It gives you total freedom how you want to place stuff, you can easily combine images, videos, embed one document into another. Exporting is possible to PDF (https://orgpad.com/s/print) and we plan to further improve this function later this year. Source: almost 3 years ago
In OrgPad, we use IntelliJ with Cursive and there are completions on two key things: ClojureScript function names and keywords. We use a lot of fully qualified keywords, so I quickly get offers what is used elsewhere. And I can also quickly search for usages of functions and keywords. Source: almost 3 years ago
Your belief that static types matter is bullshit. I have spent last 3.5 years coding OrgPad in Clojure (mainly ClojureScript) and things which would be caught by a type checker are incredibly rare and almost always are discovered pretty much immediately as typos while writing the code (swapped function arguments, misspelled keys, the data having a different structure). If you really believe that these are serious... Source: almost 3 years ago
Check out https://orgpad.com. When I was doing math/computer science research at university, I have used an early prototype for my teaching, my research and conference presentations. After I left academia, I went to Google which I left 1.5 years later to work on OrgPad full time. The idea itself was created by a great Czech mathematician Zdenek Hedrlin who was thinking about 40 years how to use computers to better... Source: almost 3 years ago
I love the part where he says that he made Clojure for himself and solving other people's problems is tricky. I fully agree with that and in OrgPad, we also started by solving our own problems. And there are actually a few more parallels between OrgPad and Clojure. Source: almost 3 years ago
We have recently added editing for mobile and tablet devices for OrgPad and it is really amazing. Data are automatically stored online and available from everywhere. Check out our new intro page https://orgpad.com built directly in OrgPad. Source: about 3 years ago
It is still linear/ rigid in a way. We try to break this approach with OrgPad (https://orgpad.com/) and propose an alternative way of working with and thinking about information. In OrgPad, you have cells (nodes/ vertexes) and connect them with one or more directed or undirected connections (links/ edges) or can leave them without a connection. This is all done using a mouse and dragging or clicking. 7-year-olds... - Source: Hacker News / about 3 years ago
Check out https://orgpad.com. It allows to visually organize arbitrary data, exactly as needed. We use it for everything within OrgPad and many other people use it, from university studies/research to IT specialists. If you want, we can arrange a video call to discuss your needs. Source: about 3 years ago
My way for building the first version of OrgPad server as well. Over time, we have evolved the stuff and add other things (sending emails, S3 storage, scheduling using tea-time). Source: about 3 years ago
Do you know an article comparing OrgPad to other products?
Suggest a link to a post with product alternatives.
This is an informative page about OrgPad. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.