Skip to main content

Embrace Plain Text and LSP The Future of Noorg

· 5 min read
realjockel
Data Engineer

banner Why Plain Text Matters: A Deep Dive into Endless Possibilitiesp

Explore Noorg. The following is a deep dive into the endless possibilities of plain text and how it forms the foundation of tools like Noorg.

In the digital age, where note-taking tools are abundant and varied, plain text remains a cornerstone of simplicity, adaptability, and freedom. Why does plain text still matter, and how does it empower us to think beyond traditional paradigms? Let’s explore the endless possibilities of plain text and how it forms the foundation of innovative tools like Noorg.


Plain Text: Simplicity Meets Power

Plain text is not just a format—it’s a philosophy. It’s about embracing the fundamental nature of data as readable, writable, and universally accessible.

  • Universality: Plain text can be opened, read, and edited by any text editor on any operating system. From notepad.exe to Vim, from Visual Studio Code to nano, the options are endless.
  • Longevity: Proprietary formats may come and go, but plain text endures. A .txt file from the 1980s is still as accessible today as it was back then.
  • Portability: Plain text doesn’t lock you into a specific tool or ecosystem. Your data remains yours.
  • Processability: Plain text can be manipulated in infinite ways. Whether through scripts, command-line utilities, or full-fledged applications, plain text’s flexibility is unmatched.

Plain Text: Beyond Display

The beauty of plain text lies in its raw nature. It’s only text, but its simplicity opens doors to infinite interpretations and transformations:

  • Dynamic Processing: Metadata, tags, and structure can be added with simple conventions, like Markdown or frontmatter. Tools then transform these annotations into actionable insights.
  • Programmable Interactions: You can parse, analyze, and process plain text with any programming language. Imagine a plain text note becoming a task list, a calendar entry, or a project tracker—all through automation.
  • Unlimited Potential: The constraints of plain text are only defined by how it’s displayed. Text can be visualized as tables, diagrams, timelines, or any other form that suits your needs.

The Noorg Approach: Watchers Today, LSP Tomorrow

Noorg currently uses a background application and watcher pattern to process notes dynamically. While this approach is functional, it’s not the final form. Let’s break down why:

Watchers: The Current State

Noorg’s watcher monitors changes in your notes directory. When a file is saved, observers written in Rust, Python, or Lua react to those changes. This pattern provides real-time processing and flexibility but comes with challenges:

  • Redundancy: File watchers reimplement functionality already covered by other systems, like file system events or editor-specific plugins.
  • Integration Complexity: Although Noorgs is cross editort, the setup process can be cumbersome, requiring manual configuration and installation.
  • Cross-Platform Challenges: File watchers behave differently across operating systems, complicating implementation.

The Future: A Language Server Protocol (LSP) Implementation

The Language Server Protocol (LSP) offers a standardized way to communicate between editors and background processes. By transitioning to an LSP-based architecture, Noorg can achieve:

  • Editor-Agnostic Integration: Nearly every modern editor supports LSP. This means Noorg would work seamlessly with VSCode, Neovim, Emacs, Sublime Text, and more without separate plugins.
  • Centralized Functionality: Observers and metadata processing can be handled by the LSP server, reducing redundancy and simplifying updates.
  • Rich Features: With LSP’s capabilities, Noorg could provide contextual suggestions, dynamic views, and inline annotations directly within the editor.
  • Ease of Shipping: Building and shipping for all editors becomes as simple as distributing the LSP server. Editors handle the integration, reducing Noorg’s maintenance burden.

Maintaining Observer Power

An LSP-based Noorg would retain the full power of current observers. Scripts written in Rust, Python, or Lua could still process notes dynamically. The difference? Observers would hook into a unified, editor-friendly framework. For example:

  • Observers could add metadata in real-time as you type.
  • Dynamic views, like Kanban boards or tag-based summaries, could be rendered directly in the editor.
  • Advanced features, like inline content restructuring or API integrations, would become simpler to implement.

Plain Text + LSP: The Ultimate Combination

By embracing the simplicity of plain text and the power of LSP, Noorg can evolve into a truly universal tool. Here’s what this combination unlocks:

  • Offline First, Forever: Plain text ensures your data remains accessible, while LSP ensures rich functionality without cloud dependencies.
  • Infinite Extensibility: Use any programming language to build integrations, observers, and automations.
  • Universal Editor Support: Write in any editor, from Vim to VSCode, and let Noorg handle the heavy lifting.
  • Future-Proof: Standardized protocols and open formats ensure longevity and compatibility.

Embrace the Plain Text Revolution

Plain text is more than a format—it’s a gateway to creativity and control. With tools like Noorg, the potential of plain text is unlocked, empowering you to focus on what matters: your ideas.

As Noorg transitions to an LSP-based architecture, its flexibility and power will only grow, making it an indispensable tool for anyone who values simplicity, adaptability, and innovation. Join us in embracing plain text and building a future where note-taking is as limitless as your imagination.


Explore Noorg on GitHub and become part of the plain text revolution. Let’s redefine what note-taking can be.

Noorg is born 🎉

· 4 min read
realjockel
Data Engineer

banner


Capture Everything, Organize Nothing 📝

In a world with an abundance of note-taking tools, Noorg offers a different approach to managing your thoughts, ideas, and knowledge. Whether you're a developer, a creative, or simply someone who loves to take notes, Noorg was designed with one core principle: focus on capturing ideas, not organizing them.


Why Noorg? 🤔

Traditional note-taking systems often demand meticulous organization, rigid hierarchies, and time-consuming curation. Noorg is here to liberate you from these constraints. Inspired by the philosophy of "just write it down", Noorg shifts the focus from organization to effortless capture and processing.

Imagine being able to:

  • Write freely in any editor of your choice (Vim, Emacs, VSCode, Obsidian—you name it).
  • Automatically annotate and process notes using dynamic metadata.
  • Extend functionality with powerful integrations written in Python, Lua, and Rust.
  • Focus on what matters most: your ideas.

Who Is Noorg For? 🌟

Noorg is for everyone who wants a tool that adapts to their workflows rather than the other way around. It’s ideal for:

  • Developers who prefer working in their favorite editors.
  • Writers who need a system that doesn’t get in the way of creativity.
  • Knowledge workers tired of rigid folder structures and endless tagging.
  • Hobbyists who want to experiment with automation and integrations.

⚠️ Note: Noorg is currently in pre-alpha, so expect bugs and instability. Your feedback is crucial to shaping its future. Also it is only available for MacOS currently.

What Makes Noorg Special?

Editor-Agnostic and Seamless Integration 🔗

Noorg is not tied to any specific editor, meaning you can use it with your favorite tools. Write in Markdown, enrich your notes with frontmatter metadata, and let Noorg handle the rest.


Dynamic Observers 👀

Leveraging the observer pattern, Noorg provides real-time note processing without breaking your flow. For instance:

  • A time tracker monitors how much time you spend on topics.
  • Inline tags dynamically create a tagging system.
  • Observers can even generate a daily journal or tag notes based on content.

Extensible Runtime 🔧

At its heart, Noorg is a highly extensible runtime. Want to customize it? Use Python, Lua, or Rust to build your own note-processing workflows, from automatic tagging to complex data integrations. The possibilities are endless:

  • Create Kanban boards for project tracking.
  • Automate time tracking and task prioritization.
  • Develop custom dynamic views with SQL-like queries.

Offline-First and Free 🌐

Noorg respects your privacy and autonomy. It’s fully offline, with no cloud dependencies, free, and open source. Your notes stay with you, and the community drives its growth.


Use Cases: What Can You Do with Noorg? 💡

  1. Dynamic Journaling: Automatically compile a daily journal from your notes.
  2. Kanban Boards: Organize tasks visually.
  3. Tagging Systems: Use inline tags to categorize and create dynamic note views.
  4. Time Tracking: Monitor your focus and productivity.
  5. Custom Automation: Build workflows with Python, Lua, or Rust, such as integrating APIs or generating reports.

Why Noorg Was Created 🛠️

Noorg was born out of frustration with overly complex note-taking systems. It’s for the thinkers who just want to capture their thoughts without the cognitive overhead of organizing them. It's for those who value simplicity, adaptability, and innovation in their tools.


Caution: Pre-Alpha Stage ⚠️

Caution: Noorg is currently in a pre-alpha stage. While it offers powerful features, it is still under active development and may not be stable. We strongly advise starting slowly and backing up your note directory regularly. Experiment with Noorg in a safe environment to discover its potential without risking your important data.


Join the Noorg Community 🤝

Noorg is free, open source, and community-driven. We believe in building tools together that empower people to think freely and creatively. Join us on this journey to redefine note-taking.


Get Started Today 🚀

Install Noorg and experience a new way of managing your thoughts:

Start here:

Get Started