obsidian-file-link VS ideas3

Compare obsidian-file-link vs ideas3 and see what are their differences.

obsidian-file-link

A plugin for the note taking app Obsidian to add better external file links to your notes. (by marcjulianschwarz)

ideas3

An Extra 100 Ideas For Computing - https://samsquire.github.io/ideas3/ (by samsquire)
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
obsidian-file-link ideas3
2 12
111 253
- -
3.8 0.0
6 months ago almost 2 years ago
TypeScript
MIT License -
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.

obsidian-file-link

Posts with mentions or reviews of obsidian-file-link. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-04.

ideas3

Posts with mentions or reviews of ideas3. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-22.
  • Ask HN: Anyone using or working on a life dashboard?
    4 projects | news.ycombinator.com | 22 Jul 2023
    I wrote some notes about this of what I want in my "life engine":

    https://github.com/samsquire/ideas#5-life-engine

    I never got into the quantified self but I did want a portal (such as similar to the Yahoo! and Excite.com days) in the early 2000s. of personal details that I can take actions on.

    Then a few years later I wrote about "life situational awareness apps"

    I want my phone and desktop computer system try to have widgets for "accommodation", "travel", "food".

    https://github.com/samsquire/ideas3#59-life-indicators---sit...

    I did write a question generator feed dashboard written in Electron that let you snap in data collectors that would let you save records of stock purchases and facts about yourself such as your salary. The idea is that you could get advice based on what you answer.

    https://github.com/samsquire/living-documents

    https://github.com/samsquire/living-documents-library (the app repository)

    Unfortunately it's probably not buildable and I forgot to take screenshots or videos.

  • It Took Me a Decade to Find the Perfect Personal Website Stack – Ghost+Fathom
    14 projects | news.ycombinator.com | 9 Jul 2023
    My blogging/journalling setup is simple.

    I just use GitHub. I just rely on the default repository view on GitHub.com

    I create a README.md and add markdown headings to the bottom or to the top (bottom if its a journal, top if it's a blog) and then when I get to 100-800 I create a new repository and repeat.

    https://github.com/samsquire/ideas (2013)

    https://github.com/samsquire/ideas4

    https://github.com/samsquire/ideas3

    https://github.com/samsquire/ideas2

  • Ask HN: Could you show your personal blog here?
    55 projects | news.ycombinator.com | 4 Jul 2023
    Thanks for posting this Ask HN question.

    I journal ideas and thoughts about computers and software. I am interested in software architecture, parallelism, async, coroutines, database internals, programming language implementation, software design and the web.

    https://github.com/samsquire/ideas (2013)

    https://github.com/samsquire/ideas2

    https://github.com/samsquire/ideas3

    https://github.com/samsquire/ideas4 <-- this is recent but needs editing

    https://github.com/samsquire/ideas5 <-- this is what I'm working on now

    https://github.com/samsquire/startups

    https://github.com/samsquire/blog <-- thoughts I want to write about, but incomplete

    I use README.md on GitHub and create a heading at the bottom for each entry. I use Typora on Windows or the GitHub web interface to edit.

  • Ask HN: What's You Life's Work?
    10 projects | news.ycombinator.com | 14 Dec 2022
  • Dealing with Your Ideas
    4 projects | news.ycombinator.com | 28 Oct 2022
  • DBOS: A Database-Oriented Operating System
    4 projects | news.ycombinator.com | 3 Sep 2022
    I journal computer ideas and the ideas from database engineering are yet to percolate everywhere, especially to the desktop environment. Why is every company building frontends and backends when the CRUD problem could be solved properly once and for all and reused everywhere? We did the same for communication and kernels with Linux, Windows and BSD, and BSD sockets which is shared by practically everybody. Your React frontend is legacy and shall be rewritten in 5 years. But BSD sockets or the Linux kernel doesn't get rewritten everyday.

    Rather than writing hand rolled code for querying data structures and manipulating them as Linux does, we can define queries that retrieve data structures in in the shape we're looking for.

    To put this simply, this is extremely high level, and the idea that data layout, data structure and algorithm can be unaggregated for cache locality and performance and developer experience. We can form materialized views on top of other materialized views and calculate the most efficient retrieval and storage format based on the structure of the data.

    I suspect a materialized view, as in the data structures of the Linux kernel is more efficient than materializing a join at runtime.

    One of my ideas is "ideas4 9. Query for data structure", https://github.com/samsquire/ideas4#9-query-for-data-structu... which is the idea we should be capable of querying to retrieve data structure in the shape we want. The shape of the data lends itself to solving certain kinds of problems.

    An ideas3 is "Query database" https://github.com/samsquire/ideas3#17-query-database, we persist queries as we persist data and use them to optimise query format.

    I also had the idea # 10. in ideas4 to persist data access patterns directly and optimise that. https://github.com/samsquire/ideas4#10-access-pattern-serial...

  • A fully open-source and end-to-end encrypted note taking alternative to Evernote
    21 projects | news.ycombinator.com | 3 Sep 2022
    I am more likely to journal and blog if the friction to creating a post is as simple as opening a document and writing. The important part of journalling or note software is that you actually create notes. I did use Hetzner to run a Wordpress blog but it had an overhead of server expenses and keeping Wordpress up-to-date.

    I don't want my data trapped in a proprietary system where it is difficult to export, so I use plaintext. I looked into Publii [1] but I prefer my current plaintext setup. Today I journal software ideas, computer ideas, startup ideas and community ideas on GitHub in the open, as README.md files. My journal is all public on GitHub at the following links. There are over 550+ journal entries, I am sure you shall enjoy them.

    https://github.com/samsquire/ideas

    https://github.com/samsquire/ideas2

    https://github.com/samsquire/ideas3

    https://github.com/samsquire/ideas4

    https://github.com/samsquire/startups

    https://getpublii.com/

  • An Extra 100 Ideas for Computing
    1 project | news.ycombinator.com | 14 Jun 2022
  • Show HN: My Side Project Rocks – Share and discover side projects
    3 projects | news.ycombinator.com | 14 Jun 2022
  • Microgrants ($100–$500) for microprojects to make computing marginally better
    7 projects | news.ycombinator.com | 30 May 2022

What are some alternatives?

When comparing obsidian-file-link and ideas3 you can also consider the following projects:

obsidian-tracker - A plugin tracks occurrences and numbers in your notes

chrisfrew.in - chrisfrew.in Website Source

obsidian-readwise - Sync Readwise highlights into your obsidian vault

hugotunius.se - My website/blog. Jekyll, S3, Cloudflare

Obsidian_to_Anki - Script to add flashcards from text/markdown files to Anki

heneli.dev - Heap State. It's a blog

obsidian-3d-graph - 👓 A 3D graph for Obsidian!

periphery - A tool to identify unused code in Swift projects.

obsidian-importer - Obsidian Importer lets you import notes from other apps and file formats into your Obsidian vault.

ideas2 - Another 85+ Ideas for Computing https://samsquire.github.io/ideas2/

sidey - Sidey is a simple and minimalistic jekyll blogging theme.

ideas4 - An Additional 100 Ideas for Computing https://samsquire.github.io/ideas4/