obsidian-full-calendar VS obsidian-git

Compare obsidian-full-calendar vs obsidian-git and see what are their differences.

obsidian-full-calendar

Keep events and manage your calendar alongside all your other notes in your Obsidian Vault. (by davish)

obsidian-git

Backup your Obsidian.md vault with git (by denolehov)
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-full-calendar obsidian-git
8 85
709 5,806
- -
3.5 8.2
17 days ago 17 days ago
TypeScript TypeScript
MIT License 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-full-calendar

Posts with mentions or reviews of obsidian-full-calendar. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-07.
  • New to obsidian
    3 projects | /r/ObsidianMD | 7 Oct 2023
    That said: - I assume you will be doing at least some highlighting / annotating of pdfs and / or websites. In that case, you might want to look into either plugins that automatically import your highlights from other tools (Zotero, Kindle or another e-ink device, Hypothes.is, Readwise, etc), or into plugins that allow for highlighting PDFs directly inside Obsidian (Obsidian Annotator). - Templater is useful for most folks that have to create many notes with repeated layout. If you have notes for each lesson, you could have a lesson note template, to create them faster and keep them consistent. - As a student, you have to keep track of your schedule when it comes to classes, exams, etc. - you could use a plugin to sync your existing Google calendar, or keep your calendar entirely in Obsidian (Full Calendar).
  • What is the best way to filter notes and display them on a calendar?
    2 projects | /r/ObsidianMD | 24 Jun 2023
    If you would like a regular calendar, I suggest the Full Calendar plugin. If you would rather have a table of meeting notes that also has the option to display a calendar view, then the Obsidian Projects plugin might work better! (Both of which make their calendars based on a folder as a source, but Projects can use Dataview plugin's queries as well.)
  • Is there a "perfect" GTD app?
    3 projects | /r/gtd | 13 May 2023
    Obsidian is a text editor, and I don't think it has a web interface despite being an Electron app, but it's so insanely customizable with plugins that it might be worth a look. I know you can do tasks and Kanban boards, it looks like there is a plug-in for calendars that at least will read entries, it might be possible to put together something very close to what you want there. And your data's always just stored as plain text so you don't have to worry about lock-in.
  • Individual entry notes instead of daily notes?
    2 projects | /r/ObsidianMD | 24 Feb 2023
    If yoy wanted to split each item as a note, I would use full calendar as your main view. Each calendar item is its own note in the background and you have a noice UI to view each note rather than a folder structure or dataview query
  • What does your default note template look like?
    1 project | /r/ObsidianMD | 13 Dec 2022
    integrated with this plugin: https://github.com/davish/obsidian-full-calendar
  • How to navigate daily journal better?
    1 project | /r/ObsidianMD | 20 Sep 2022
    The full calendar plugin does exactly what you describe. You should check it out
  • Obsidian Google Calendar Plugin
    1 project | /r/ObsidianMD | 14 Aug 2022
    Specifically which plugin are you using and what have you tried? I'm using this one: https://github.com/davish/obsidian-full-calendar with Google calendar and it works fine.
  • Obsidian full calendar plugin
    1 project | /r/PersonalKnowledgeMgmt | 3 Mar 2022

obsidian-git

Posts with mentions or reviews of obsidian-git. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-29.
  • How to improve your GitHub vanity metrics FAST
    2 projects | dev.to | 29 Jan 2024
    In practice I write in Obsidian, the best thing since slice bread for me. And it was obsidian-git, running every 10 minutes or so, who was keeping my GitHub vanity metrics very green.
  • A structured note-taking app for personal use
    20 projects | news.ycombinator.com | 21 Dec 2023
    > Joplin is using md to.

    The way it's handled can make the difference in control.

    > by separating that in their DB, it's a big NO for me since it's a closed silo.

    Joplin is using a popular open database with a healthy community and good tooling. It's as open as markdown. Maybe not for you, when you lack the knowledge, but markdown is similar closed for anyone not understanding filesystems and editors.

    > This: https://github.com/blacksmithgu/obsidian-dataview works so wonderful for me

    Good for you, but that is very low level in terms of data-handling. Dataview is really just an elaborated search, there is no good level of interaction. Datacore, the next project of the Dataview is supposed to bring this, but it's not even usable yet AFAIK. Coincidental, the Obsidian-devs are also working on that front, but nothing is finished yet.

    > https://github.com/denolehov/obsidian-git and b) easy to fix since it's a text file. Gosh!

    That's useless when the app itself is not working. And even worse if you are not realizing the errors early.

    > Aha. I don't think so. Which authority says that?

    My own experience. I've tested enough plugins over the years to know their dark corners.

    > And even if It's like that, my markdown files would survive everything

    The thing is, technically you are not even having proper markdown, but a fork with some extensions of Obsidian. So some features of your parts might break when switching away from Obsidian. And the reason for all this is also because markdown is lacking definitions for what obsidian-people are doing with it. Coincidentally, this seems also one of the reasons why Joplin is using a database.

    > And gosh, this is a good thing!

    Not if they all suck.

    > Installing multiple task plugins shows that something is "broke" on the user side.

    Sure, because the plugins are lacking features, its the users fault... Maybe some users have just very different levels of requirements from you.

  • Need some help: Obsidian/Obsidian Git can't sync/push to remote • "fatal: bad object refs/heads" and "conflicting files"
    1 project | /r/github | 24 Sep 2023
    2 projects | /r/git | 24 Sep 2023
  • Obsidian 1.4.10 Desktop (Public)
    5 projects | news.ycombinator.com | 12 Sep 2023
    The Obsidian team uses the "remote vault" feature[1] to collaborate on making Obsidian. Since Obsidian runs on local files you could use any shared file storage like Dropbox. If you want more granular version history, you can use Git, there's a nice plugin for it[2].

    [1]: https://help.obsidian.md/Obsidian+Sync/Share+remote+vaults

    [2]: https://github.com/denolehov/obsidian-git

  • Show HN: Open-source obsidian.md sync server
    7 projects | news.ycombinator.com | 24 Aug 2023
    I've been using the main Obsidian git extension, https://github.com/denolehov/obsidian-git. Took some work to set it up ergnonomically but it works great now. I enabled auto-commit and push on save, and auto-pull when you start the editor. No merge conflicts yet between two machines.

    Should note I use Obsidian for a journal, so it's pretty much append-only.

  • A Side Effect of Storing a Git Repository in iCloud Drive
    1 project | dev.to | 10 Aug 2023
    I use Obsidian to create notes as Markdown files on my computer and use the Obsidian Git plugin to version control the changes via Git. The Obsidian vault in which I store my notes is stored in a folder synced using iCloud Drive.
  • Syncthing is causing battery drain. Any free alternatives?
    5 projects | /r/ObsidianMD | 5 Jul 2023
    Up to my knowledge, Obsidian GIT doesn't support merge on mobile. There is a different approach for handling those on mobile using Command Line, you can find more info in this post and this article.
  • I hate sync so much
    1 project | /r/ObsidianMD | 3 Jul 2023
    Plugin: https://github.com/denolehov/obsidian-git
  • Seeing Edit History of a note?
    3 projects | /r/ObsidianMD | 3 Jul 2023
    I am using Git for that. Here is the extension that might help. https://github.com/denolehov/obsidian-git

What are some alternatives?

When comparing obsidian-full-calendar and obsidian-git you can also consider the following projects:

obsidian-kanban - Create markdown-backed Kanban boards in Obsidian.

syncthing-android - Wrapper of syncthing for Android.

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

longform - A plugin for Obsidian that helps you write and edit novels, screenplays, and other long projects.

obsidian-todoist-plugin - Materialize Todoist tasks in Obsidian notes

Trilium Notes - Build your personal knowledge base with Trilium Notes

obsidian-spaced-repetition - Fight the forgetting curve by reviewing flashcards & entire notes on Obsidian.md

obsidian-extract-pdf-highlights - Extract highlights, underlines and annotations from your PDFs into Obsidian

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

orgzly-android - Outliner for taking notes and managing to-do lists

tui.calendar - 🍞📅A JavaScript calendar that has everything you need.

breadcrumbs - Add typed-links to your Obsidian notes