connectednotes VS morphy

Compare connectednotes vs morphy and see what are their differences.

connectednotes

A note taking app based on Zettelkasten. (by tsiki)

morphy

A simple static site generator (by kiramclean)
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
connectednotes morphy
2 3
26 2
- -
0.0 1.8
almost 2 years ago over 3 years ago
TypeScript Clojure
MIT License Eclipse Public License 1.0
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.

connectednotes

Posts with mentions or reviews of connectednotes. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-18.
  • Looking for feedback and/or test users for my free & open source Zettelkasten app
    5 projects | /r/Zettelkasten | 18 Jan 2021
    Hey, thanks for taking a look! Good to know the mobile view is fine, most of the time I test on my laptop. The tech stack is Typescript/Angular plus some libraries like Codemirror for the editor and Cytoscape for graphing. The github is at https://github.com/tsiki/connectednotes is you're interested in taking a closer look.
  • Ask HN: Show me your Half Baked project
    154 projects | news.ycombinator.com | 9 Jan 2021
    https://connectednotes.net (github: https://github.com/tsiki/connectednotes)

    It's essentially Zettelkasten based note taking + flashcards + FOSS

    It's a bit beyond half-baked but I'm currently trying to crush most annoying bugs for the alpha release and there's plenty of those, so it's not exactly baked either.

morphy

Posts with mentions or reviews of morphy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-09.
  • Ask HN: Show me your Half Baked project
    154 projects | news.ycombinator.com | 9 Jan 2021
    This is so true but my biggest struggle. Everything I have just shipped before I thought it was ready did really well, yet I still struggle to do it. I built my own static site generator, which I use for my own blog: https://github.com/kiramclean/morphy

    I need to at least add documentation, and obviously there's a million other things I think I need before I tell anyone else about it.

  • How To Set Up Codecov For a Clojure Deps Project
    3 projects | dev.to | 31 Dec 2020
    I recently set up code coverage reporting with Codecov for a Clojure project of mine that uses tools.deps and builds on CircleCI. It turned out to be pretty easy but the documentation for the various parts was a bit ambiguous, so I wrote down the steps here in case you're looking to do the same. You can see all the changes it took together in context in this commit where I set it up for my project.