scroll VS true-zen.nvim

Compare scroll vs true-zen.nvim and see what are their differences.

scroll

Tools for thought. An extensible alternative to Markdown. (by breck7)

true-zen.nvim

🦝 Clean and elegant distraction-free writing for NeoVim (by pocco81)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
scroll true-zen.nvim
34 20
331 929
1.5% -
6.5 0.0
4 days ago 3 days ago
JavaScript Lua
- GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

scroll

Posts with mentions or reviews of scroll. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-15.
  • [OC] Cancer in the United States: Heatmap Visualizations
    3 projects | /r/dataisbeautiful | 15 Mar 2023
  • Ask HN: What are you building that is taking multiple years to make usable?
    1 project | news.ycombinator.com | 11 Feb 2023
    It took me many years to get Scroll (https://scroll.pub/) to the point where I love it and am confident it will be the dominant language for writing going forward (replacing markdown).

    I first had to invent Tree Notation (2017), which I got wrong on my first two tries (2012's Note and 2013's Space). Then I needed to invent Grammar (2017), and then I made the predecessor to Scroll called Dumbdown (2019). 2 years after that I shipped the first version of Scroll (2021).

    Now we are on Scroll version 58 and it's blazing fast, very simple, extremely extendible, and scales very well.

    It was 90% me for a while, but recently been very much a team effort.

    It took a while to get right because it's a whole new kind of language, so there were a lot of mistakes that I made and had to undo, and it took a while to figure out exactly what was special about it and how to double down on that.

  • Ask HN: With recent layoffs, how would you advise new grads entering the market?
    1 project | news.ycombinator.com | 18 Jan 2023
  • Anyone interested in starting a local newspaper using new tech?
    2 projects | /r/Entrepreneur | 18 Jan 2023
    I recently started 2 new newspapers: https://longbeach.pub/ and http://hawaii.pub/. Very different from traditional newspapers in that they are: public domain, open source (view source on every page), and built using a new language (https://scroll.pub/).
  • Argdown: A simple syntax for complex argumentation
    4 projects | news.ycombinator.com | 18 Jan 2023
    Another cool site I found recently (via the replit guy) is https://www.rootclaim.com/

    Very cool way to present arguments.

    I'm thinking of taking that, as well as argdown, and building some easy to use keywords in scroll https://scroll.pub/

  • We Need to Know LR and Recursive Descent Parsing Techniques
    7 projects | news.ycombinator.com | 17 Jan 2023
    > Context-free grammars, and their associated parsing techniques, don't align well with real-world compilers, and thus we should deemphasise CFGs (Context-Free Grammars) and their associated parsing algorithms.

    I think CFG are highly overrated. Top down recursive descent parsers are simple and allow you to craft more human languages. I think building top down parsers is something every dev should do. It's a simple technique with tremendous power.

    I think the source code for Scroll (https://github.com/breck7/scroll/tree/main/grammar) demonstrates how liberating moving away from CFGs can be. Easy to extend, compose, build new backends, debug, et cetera. Parser, compiler, and interpreter for each node all in one place. Swap nodes around between languages. Great evolutionary characteristics.

    I'll stop there (realizing I need to improve the docs and write a blog post).

  • I am building a new kind of newspaper and so have been collecting and studying old newspapers. Here is one from my collection, an issue of the Columbian Centinel (Boston), from 1795, when George Washington was president. The classifieds make me laugh. Lots of Schooners for sale.
    3 projects | /r/Journalism | 16 Jan 2023
    - Uses a new language called Scroll: https://scroll.pub/
  • Start a Fucking Blog
    7 projects | news.ycombinator.com | 3 Jan 2023
    Also, put down Markdown and give our Scroll a try: https://scroll.pub

    It now powers sites like my own blog (https://breckyunits.com/), knowledge bases like PLDB.com, and our first new public domain daily newspaper called the Long Beach Pub (https://longbeach.pub/1-3-2023.html).

  • Programming languages in 25 days, Part 2: Reflections on language design
    3 projects | news.ycombinator.com | 3 Jan 2023
    > Java, Go, Javascript, Rust, etc are all regularly written with whitespace, and have tools to enforce such formatting, but they don't derive information from it.

    Ah you reminded me. A curious phenomenon I've observed with Prettier in JS and fmt in Go is languages are moving to standardized whitespace, but as you said, not yet deriving information from it. I don't know enough about Java or Rust but I suspect they probably both have adopted a Prettier/fmt like convention where all code is formatted on save. So it seems like we are moving to a world where it will be a simple flip of a switch to then start having popular languages extract meaning from the whitespace.

    > Also, Python has existed for decades and still there is little further adoption of indentation-sensitivity. It doesn't seem like a wave of indentation-sensitive languages will be coming any time soon.

    I think it's coming big time this year. I think our Scroll (https://scroll.pub/) will catch fire and be the go to language instead of Markdown by the end of the year. Then with the increasing success of TreeBase (powering PLDB and others) we will start to see JSON fall for config formats and document storage databases. A lot more will happen to, data vis will be a big one, but those 2 I'm reasonably certain of happening in 2023.

  • Ask HN: Programs that saved you 100 hours? (2022 edition)
    69 projects | news.ycombinator.com | 20 Dec 2022
    GoAccess: https://goaccess.io/. I don't miss Google Analytics at all.

    Loom. It's not open source I don't think but I'm digging it and excited when a public domain competitor comes out.

    Our https://scroll.pub/. It's far beyond markdown at this point. I am able to not only write better but also maintain thousands of pages of content by hand (well, most of the credit for that belongs to Apple M1s, Sublime Text, git, MacOS, and Github). The stuff we are doing with it now would just not be possible with anything else, and what we're coming out with next year is super exciting. It's all public domain.

true-zen.nvim

Posts with mentions or reviews of true-zen.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-14.
  • Authors: how do you make your plugin discoverable and appealing?
    9 projects | /r/neovim | 14 Dec 2022
    Duplicated idea, while it is true that your plugin does center buffer without hiding tabline or statusline, I can do the same in true-zen with 2 lines of configuration). In this case what I would want to strike for is making a very simple script.
  • tmux like zooming?
    4 projects | /r/neovim | 16 Nov 2022
    Check TrueZen from Pocco: https://github.com/Pocco81/true-zen.nvim
  • true-zen.nvim (rewrite): clean and elegant distraction-free writing for NeoVim
    2 projects | /r/neovim | 29 Jul 2022
    Heya! Meet true-zen.nvim, a plugin that de-clutters NeoVim's UI to enhance your coding experience.
  • Neovim distributions for writers
    7 projects | /r/neovim | 21 Apr 2022
    Have you considered using neovim with the [TrueZen plugin](https://github.com/Pocco81/TrueZen.nvim)? I threw that into NVChad and it turned into a very nice writing experience for me. YMMV.
  • TrueZen.nvim and gitsigns.nvim not working together?
    2 projects | /r/neovim | 23 Mar 2022
    At first I thougt, that this is due to the colorscheme I use (github-nvim-theme). There is the issue, that when I want to disable Ataraxis-mode, it throws an error and basically the whole Neovim-session is screwed (disabled ui-elements not being reenabled).
  • Write Thin to Write Fast
    6 projects | news.ycombinator.com | 9 Nov 2021
  • ataraxis.lua: distraction-free writing in neovim
    5 projects | /r/neovim | 22 Aug 2021
    TrueZen.nvim - seems to be a bit bloated and overkill for what it aims to be, a bunch of different modes and dozens of configurations options
  • What is the Proper Way to Enter a New Mode in a Hook? Also Lua Question
    2 projects | /r/neovim | 21 Aug 2021
    My second question is a bit more... complicated? I use TrueZen and honestly love it it works perfectly and the developer is awesome and always up for adding some neat things like including the ability to set quit to either quit or toggle, but I ran into one issue I can't seem to resolve with it. This may be a bit complicated so if I describe this incorrectly please let me know. TrueZen has built-in methods for toggle supported statuslines like lualine, but does not always toggle non-supported statuslines. I made a pull request about this, but as I got distracted and busy with uni I accidentally abandoned it (I apologies I know people doing that can be annoying). The pull request however did have some helpful information though, it seems what I need to do is create a custom function that toggles my statusline... but I don't know how. If you review the request here you can see a better more detailed explanation. From what I can tell, as someone who doesn't fully understand vim or lua, I need to create a function call, say togglel_my_statusline, and then call that function in true_zen.after_mode_ataraxis_on = function (). So I did some document reading figured out I could simply do opt.laststatus = 0 and as I simply set opt.statusline this should disable the statusline. I then simply created this
  • (Improvements) TrueZen.nvim: Clean and elegant distraction-free writing for NeoVim
    1 project | /r/neovim | 30 Jun 2021
    Hello! just wanted to take a minute or two from your time to let you know that TrueZen.nvim has changed quite a bit. I first wrote this plugin after being a few weeks into Nvim with lua knowledge that hadn't been used for around 4 months. As you'd expect, code quality was kind of bad.
  • Is There a Newer Goyo?
    4 projects | /r/neovim | 24 Jun 2021

What are some alternatives?

When comparing scroll and true-zen.nvim you can also consider the following projects:

breckyunits.com - Breck Yunits' Blog

zen-mode.nvim - 🧘 Distraction-free coding for Neovim

Zato - ESB, SOA, REST, APIs and Cloud Integrations in Python

goyo.vim - :tulip: Distraction-free writing in Vim

CameraTraps - PyTorch Wildlife: a Collaborative Deep Learning Framework for Conservation.

dashboard-nvim - vim dashboard

djot - A light markup language

NeoVim-Delightful - A charming and dazzling NeoVim configuration!

sumatrapdf - SumatraPDF reader

ataraxis.lua - A simple zen mode for improving code readability on neovim

ppg.report - Weather report tailored for paramotor pilots, available worldwide. 🌏 Combines winds aloft, nearby Terminal Aerodrome Forecasts, hourly forecast, NWS active alerts, FAA TFRs, SIGMETs, G-AIRMETs and CWAs

dotfiles