You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After leaving a career in software to focus on a model of relativity related to my formal education in physics and astrophysics I became increasingly frustrated by existing note taking options. I eventually gave up on existing note taking applications, and decided to build my own personal app that would be focused around my workflow as an independent researcher. After almost 3 years of research this personal app grew and grew, and I eventually decided to rework that app into an open source framework focused around extensibility and the workflow of a modern student, academic, researcher or STEM professional.
14
+
15
+
## Why choose UhLittleLessDum:
16
+
11
17
-[x] Write your notes in modern markdown, [mdx](https://mdxjs.com). All of the simplicity of markdown with the ability to embed entire react components.
12
18
-[x] Take advantage of mdx by embedding:
13
19
-[x] Videos with the ability to link to specific time stamps elsewhere in your notes.
-[x] Jupyter cells and notebooks, either embedded within a mdx note or as a standalone component.
24
30
-[x] Pdf's, both embedded directly within a note or as a standalone component with support for multiple views
25
31
-[ ] While linking an mdx note to a PDF is currently very straightforward, an improved annotation experience is planned for the near future.
26
-
-[x] During the conversion of this framework from a personal tool to an open sources framework, my focus was on the ease of extensibility. Anyone familiar with React, Node, or even just Css can extend this app by creating their own plugin, and simplying adding that plugin to their configuration file. Developers can add:
32
+
-[x] During the conversion of this framework from a personal tool to an open sources framework, my focus was on the ease of extensibility. Anyone familiar with React, Node, or even just Css can extend this app by creating their own plugin, and simply adding that plugin to their configuration file. Developers can add:
27
33
-[ ] Embeddable components
28
34
-[ ] Slot components (Override existing components that appear elsewhere in the app, outside of a user's note)
0 commit comments