• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing only topics with the tag "obsidian". Back to normal view
    1. Using Obsidian or a similar PKM for curriculum, unit and lesson planning

      I was wondering if anyone else has considered using a PKM like Obsidian (markdown editor with linking) for the unit and lesson planning. Specifically, I am intrigued by the ability to link...

      I was wondering if anyone else has considered using a PKM like Obsidian (markdown editor with linking) for the unit and lesson planning.

      Specifically, I am intrigued by the ability to link curriculum documents, resources I have collected, within my lessons. And being able to see a graph view of how everything links together really tickles my brain, while still maintaining my structured folder hierarchy (a nice mix of classical file management, non-linear organization through tagging, and chronological view based on creation date or modification date). I also enjoy the TaskNotes plugin Kanban view, and it's one file per task approach (letting me put a lot of detail into the task, or linking the task to another file). Obsidian also offers an education discount for publish / sync, but I think I am going to stick with my DAV sync to my homelab/media-centre, and maybe publish some lesson plans on a free site host using a generator like quartz.

      Here is two published examples, one being more so lesson plans meant for teachers while the other is a component shared for students within a class. Both of these examples are American, so not 100% applicable to what I would do, but still really interesting to peak at.
      English - Curriculum & planning approach - Obsidian Publish
      Linear Algerbra - Course companion approach - Quartz

      I was just wondering what other educators have tried (even if it is something completely different!), what has worked for you in terms of understanding, as well as what works for you sharing stuff with colleagues or student teachers (university candidates partaking in their practicum).

      Addendum: I also have a paperless-ngx document server hosted, but this personally is more so for storing personal documents related to my banking, health, instructional manuals etc. All of the paperwork that is just so easy to lose, and is also part of my physical archival setup with ASN (archival serial number) QR stickers that I put on physical documents - I suck at physical organization so just numbering them and using tags and search on paperless just works for me.

      I also have zotero for research still, which integrates nicely with obsidian (I used to use logseq but when they shifted to a database format they removed the in-build integration.

      lastly, I do keep a physical planner, physical writing can help me with my day-to-day life; but for longer form stuff I do really need it digitally. I guess it is perhaps a little disjointed to be using a kanban board in my obsidian vault as well as a physical planner, but there is a certain work and personal separation that it allows for. Similar to my journaling in a physical notebook, there is an ephemeral nature to it that actually works very well for me vs something like my lesson planning which is recurring.

      9 votes
    2. What do you use to journal with?

      The recent PKM thread had me thinking about what folks are using as journaling app/portal. I do use Obsidian for my second brain right now and genuinely love it. But I find the mobile app on...

      The recent PKM thread had me thinking about what folks are using as journaling app/portal. I do use Obsidian for my second brain right now and genuinely love it. But I find the mobile app on Android to be a bit clunky, if I'm honest. Seems slow to open even with very few plugins. For jounaling I've used DayOne for years. I started back when it was iOS/MacOS only, but then switched phone to Android and haven't been back. But now they have an app and web app for that. What I don't like is the somewhat goofy format it saves in and it's on their servers. They used to allow you to at least leverage your own Dropbox, but no longer.

      For the past several months I've tried several FOSS options. Main criteria is that I could host it myself, supports offline entries stored in an open file format (preferably MarkDown), and had either multi platform app or a decent web app. That lead me to try these:

      Memos
      Pros:

      • Great persistent web app
      • Slick UI that is light and snappy
      • markdown support
        Cons:
      • Stuffs the .md inside a database file so can be a bit cumbersome to export data
      • No offline support. There is a 3rd party app that hopes to implement it

      Flatnotes
      Pros:

      • Incredibly simple
      • Another easily deployed app
      • Flat Markdown files
        Cons:
      • Web app on mobile is almost unusable as in it doesn't scale well to smaller screens
      • Very early development, but very likely to stay as minimalistic as it is now.
      • No offline and very unlikely to ever have it

      Joplin
      Pros:

      • Multi platform apps that perform well
      • End-to-end encryption supported
      • Could replace both DayOne and my To-do solution (Google Keep)
      • Offline support
        Cons:
      • More database stuff instead of flat markdown files

      One solution I've been testing lately is using IAWriter to write to a 'Journal' folder within my Obsidian vault on Google drive Obsidian Vault > Journal > 2023.... for example. This works surprisingly well. Of course IAWriter is a bit spendy at $29 for Android and then more $ for other platforms as they're sold separately.

      So I'm curious what other people are using for just simple daily journaling, random thoughts, etc. If there's an approach I've missed I'd love to hear it. Joplin is so dang close but not having the structure of plaintext files is a no go for me as I don't want to be trapped by any one product should something happen to the development down the road. Doesn't have to be free, but I want control of the entries either on my own server or cloud storage.

      46 votes
    3. What Obsidian plug-ins do you use?

      It seems that Obsidian is a very popular note-taking software within the community here, so I would like to know what plugins you use for your daily workflow in Obsidian. I will start: Advanced...

      It seems that Obsidian is a very popular note-taking software within the community here, so I would like to know what plugins you use for your daily workflow in Obsidian. I will start:

      • Advanced Tables: Very useful for adding and managing markdown tables using simple intuitive keyboard strokes.

      • Callout Manager: I tend to abuse the callout function (in my academic vault, I organize any kind of information inside a callout with the source of the info as the title), so it is good to have control of the colors for different kinds of callouts.

      • Minimal Theme Settings: Nothing much to talk about. Just some eye candy to make my notes easier on the eyes. Plus, the focus mode is very good for study sessions.

      • Obsidian Matrix: Allows me to organize some mathematical LaTeX code properly.

      • Reading Time: Useful to grasp the length of a longer note at a quick glance.

      • Recent Files: Helps me set myself around my files.

      • Style Settings: Complement of "Minimal Theme Settings" to achieve maximum eye candy.

      • List Callouts: I use it only in my personal projects vault. It helps me give particular emphasis to specific topics within my lists.

      • Table of Contents: Useful for longer, heavily-structured notes.

      Aside from that, I also have four CSS snippets:

      1. Align: Aligns my linked figures to the center of the page.
      2. Callout: Specifies the size of callouts (useful, as I mainly structure my notes inside callouts).
      3. Hide: Hides my "resources" folder from the Obsidian explorer (this folder contains files such as figures and PDFs that I link into my notes).
      4. Justify: Justifies all the text in read-mode.
      18 votes