128
What's the deal with ONLYOFFICE?
(lemmy.world)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
Well, Obsidian, Notion, Anytype, Affine can give you a hint of possible directions in this transition. While they still retain document-oriented features, like the concept of Page, they also try to really go for a much richer experience that does away with the limitations inherited from paper-based solutions. Double-linking, composability, fractal properties of pages and nesting (especially in Notion and Anytype), block-based UI, seamless integration of text, databases, and embeds, heavy use of transclusion and other stuff like that.
I would say this alternative system is far from cohesive and mature, but it's clear some software is emancipating itself from whatever Onlyoffice represents.
Maybe you would find this video interesting: https://www.youtube.com/watch?v=KXiQlLHuK7g
Cool thanks. I get the distinction now. I use Joplin for some of the features mentioned and do like it. Notion sounds pretty neat too.
I'll also toss out Zettlr, which is ideal for technical/scientific writing and publishing. Massive displacement in the scientific/technical community pushing out the incumbent Google, Microsoft, and (gasp) raw LaTeX.
Glancing through zettlr's website and docs, Im not sure I understand it. Is it just notetaking software, that utilizes pandoc to build professional documents (via pdflatex)? Whats an example use case?
The general idea is that you use it to take notes on research papers or websites (optionally though it's Zotero integration), then when the time comes to write a technical paper, you can research from the comfort of your Zettelkasten, directly cite the research you took notes on and automate proper citations with BibTex, write in raw markdown if preferred, create tables natively, embed charts and graphs directly and properly track them using figure notation, do full layout templates in LaTeX, support LaTeX math equations, and a lot more.
Basically it solves the fragmentation problem researchers have had for a long time by integrating all the standards instead of trying to centrally replace them or declare them unnecessary.