Building a Personal Internet from Markdown Files

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • cmark

    CommonMark parsing and rendering library and program in C

  • I seem to be in the middle of trying to build something similar to this. I want it to run on an android phone but otherwise the same sort of idea, offline-first information I want access to.

    There's some weirdness around android browsers refusing to load html from the phone itself on security grounds. The OP uses a "progressive web app" which seems to be the proper way to do this at some point in the past, but firefox has killed that for some reason. Thus the most difficult part of the project seems to be persuading my phone to render html without copying the files to some server (or running a fileserver on the phone itself, to look at from the phone, which seems absurd).

    What I can offer for people stumbling down the same path:

    - Obsidian works fine as for ad hoc authoring of markdown while walking around

    - It is known on stack overflow that markdown can't be sanely parsed into an AST

    - That knowledge is kind of a branding misfire, the 'markdown' one is looking for is here https://github.com/commonmark/cmark

    - That cmark binary + some foreach-file style script will turn markdown into html or xml. If you choose makefile and put spaces in the name of files you'll have a moderately bad few minutes cursing your tools

    - Given that output xml/html, you can build whatever other html you see fit

    - That html can be written back to the obsidian vault and opened by a phone browser (at least if it's a single file)

    - CSS thus far appears to be required, I was really hoping to annotate the html instead

    First 90% done here, second 90% to go.

  • folderbase

    Convert your Markdown Notes into a website / digital garden

  • Hey Rafi,

    Isn't your repository at https://github.com/rafic20/folderbase missing the PHP file? Or am I looking at the wrong place?

  • 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.

    InfluxDB logo
  • phonk

    PHONK is a coding playground for new and old Android devices

  • https://phonk.app/ just added this to my bookmarks not affiliated

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Phonk - JavaScript scripting for Android devices

    1 project | news.ycombinator.com | 28 Mar 2024
  • Phonk: Creative scripting for new and old Android devices

    1 project | news.ycombinator.com | 1 May 2023
  • JanOS – Turn your phone into an IoT board

    2 projects | news.ycombinator.com | 28 Apr 2023
  • Project ideas with phonk

    2 projects | /r/arduino | 11 Feb 2023
  • Phonk – Self-contained Creative scripting toolbox for Android devices

    1 project | news.ycombinator.com | 10 Feb 2023