{"id":18623202,"url":"https://github.com/glottologist/notelink","last_synced_at":"2026-03-19T05:25:32.395Z","repository":{"id":40008810,"uuid":"463121808","full_name":"glottologist/notelink","owner":"glottologist","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-11T22:30:26.000Z","size":287,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-27T05:23:12.616Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/glottologist.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-24T11:26:44.000Z","updated_at":"2022-02-24T11:26:50.000Z","dependencies_parsed_at":"2024-12-27T05:22:44.338Z","dependency_job_id":"ae78bba8-4d01-4f52-becb-8f63b8c89095","html_url":"https://github.com/glottologist/notelink","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"Maxence-L/notenote.link","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glottologist%2Fnotelink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glottologist%2Fnotelink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glottologist%2Fnotelink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glottologist%2Fnotelink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glottologist","download_url":"https://codeload.github.com/glottologist/notelink/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239418544,"owners_count":19635203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T04:21:56.287Z","updated_at":"2026-02-08T13:31:32.115Z","avatar_url":"https://github.com/glottologist.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notenote.link\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/7b37d412-1240-44dd-8539-a7001465b57a/deploy-status)](https://app.netlify.com/sites/notenotelink/deploys)\n\n## Update !\n\nHi everyone ! I've been very busy lately, so I didn't check all of the issues and the PR, but as I have more free time now I'll restart working on the project. Thanks for all the kind messages by the way!\n\n## What is this?\n\nA digital garden using a custom version of `simply-jekyll`, optimised for integration with [Obsidian](https://obsidian.md). It is more oriented on note-taking and aims to help you build a nice knowledge base that can scale with time. \n\n**Demo is here: [notenote.link](https://notenote.link)**\n\nIf you want to see a more refined example, you can check my notes (in french) at [arboretum.link](https://www.arboretum.link/). Build time is approx. 15 seconds, FYI.\n\nIssues are welcome, including feedback ! Don't hesitate to ask if you can't find a solution. 💫\n\n![screenshot](/assets/img/screenshot.png)\n\n## What is different?\n\n- Markdown is fully-compatible with Obsidian (including Latex delimiters!)\n- There are now only notes (no blog posts).\n- There are cosmetic changes (ADHD-friendly code highlighting, larger font, larger page)\n- Code is now correctly indented\n- Wikilinks, but also alt-text wikilinks (with transclusion!) are usable.\n\n## How do I use this?\n\nYou can click on this link and let the deploy-to-netlify-for-free-script do the rest !\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/Maxence-L/notenote.link)\n\nFollow the [How to setup this site](https://notenote.link/notes/how-to-setup-this-site) guide, written by [raghuveerdotnet](https://github.com/raghuveerdotnet) and then adapted for this fork.\n\nIf you want to use it with Github Pages, it is possible, [please read this](https://github.com/Maxence-L/notenote.link/issues/5#issuecomment-762508069).\n\n## How can I participate?\n\nOpen an issue to share feedback or propose features. Star the repo if you like it! 🌟\n\n## How do I customize this for my needs?\n\nThings to modify to make it yours:\n\n- Meta content in [\\_layouts/post.html](_layouts/post.html):\n    ```html\n    \u003cmeta content=\"My linked notebook\" property=\"og:site_name\"/\u003e\n    ```\n- The favicon and profile are here: [assets/img/](assets/img/)\n- The main stuff is in [\\_config.yml](_config.yml):\n    ```yaml\n    title: notenotelink.netlify.com\n    name: notenote.link\n    user_description: My linked notebook\n\n    notes_url: \"https://notenotelink.netlify.com/\"\n    profile_pic: /assets/img/profile.png\n    favicon: /assets/img/favicon.png\n    copyright_name: MIT\n\n    baseurl: \"/\" # the subpath of your site, e.g. /blog\n    url: \"https://notenotelink.netlify.com/\" # the base hostname \u0026 protocol for your site, e.g. http://example.com\n    encoding: utf-8\n    ```\n- You may want to change the copyright in [\\_includes/footer.html](_includes/footer.html):\n   ```html\n   \u003cp id=\"copyright-notice\"\u003eLicence MIT\u003c/p\u003e\n   ```\n\n## How do I remove the \"seasons\" feature for the notes?\n\nDelete what's inside [\\_includes/feed.html](_includes/feed.html) and replace it with:\n\n```liquid\n{%- if page.permalink == \"/\" -%}\n    {%- for item in site.notes -%}\n        \u003cdiv class=\"feed-title-excerpt-block disable-select\" data-url=\"{{site.url}}{{item.url}}\"\u003e\n            \u003ca href=\"{{ item.url }}\" style=\"text-decoration: none; color: #555555;\"\u003e\n            {%- if item.status == \"Ongoing\" or item.status == \"ongoing\" -%}\n                \u003cul style=\"padding-left: 20px; margin-top: 20px;\" class=\"tags\"\u003e\n                    \u003cli style=\"padding: 0 5px; border-radius: 10px;\" class=\"tag\"\u003e\u003cb\u003eStatus: \u003c/b\u003e{{item.status | capitalize }}\u003c/li\u003e\n                \u003c/ul\u003e\n                \u003cp style=\"margin-top: 0px;\" class=\"feed-title\"\u003e{{ item.title }}\u003c/p\u003e\n            {%- else -%}\n                \u003cp class=\"feed-title\"\u003e{{ item.title }}\u003c/p\u003e\n            {%- endif -%}\n                \u003cp class=\"feed-excerpt\"\u003e{{ item.content | strip_html | strip | escape | truncate: 200}}\u003c/p\u003e\n            \u003c/a\u003e\n        \u003c/div\u003e\n    {%- endfor -%}\n{%- endif -%}\n````\n\nOn command-line, you can run `bundle exec jekyll serve` then go to `localhost:4000` to check the result.\n\n## What's coming?\n\n- [Open-transclude](https://subpixel.space/entries/open-transclude/) integration in the template, if possible.\n- Different themes! - Please tell me which you'd like to have!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglottologist%2Fnotelink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglottologist%2Fnotelink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglottologist%2Fnotelink/lists"}