obsidian-linter
An Obsidian plugin that formats and styles your notes with a focus on configurability and extensibility. (by platers)
obsidian-periodic-notes
Create/manage your daily, weekly, and monthly notes in Obsidian (by liamcain)
Our great sponsors
obsidian-linter | obsidian-periodic-notes | |
---|---|---|
5 | 9 | |
262 | 365 | |
- | - | |
9.5 | 8.2 | |
about 8 hours ago | about 1 month 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.
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-linter
Posts with mentions or reviews of obsidian-linter.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-08-08.
-
how I can add YAML automatically?
Maybe Linter is something for you. I use it to add/remove frontmatter.
-
YAML tags vs Normal tags in Obsidian
And then i use [Linter](https://github.com/platers/obsidian-linter) the remove the "#".
-
Tool to automatically enforce Markdown style/formatting
There’s a linter plugin for Obsidian, too.
-
Do you start each note with a header that has the same name as the file?
I use https://github.com/platers/obsidian-linter, which can add the current file name as a header. I create a new file, press CTRL+S or CMD+S to trigger it, and everything is already in place.
-
easily track when files were created or modified?
You can use the frontmatter for this. I like the Linter plugin bc it can easily create and update that for you. As for linking to the calendar, there are a few ways to achieve that. You could probably use DataView with the frontmatter mentioned above, but I am not as familiar with that. I just the Calendar + Periodic Notes plugins to create daily notes using a template, which includes this:
obsidian-periodic-notes
Posts with mentions or reviews of obsidian-periodic-notes.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-06-09.
- Periodic notes: more than one daily note?
- Use Day Planner plugin with Periodic Notes (Daily Notes) plugin?
-
Starting out...
Talking of chronological notes you need to look at, it will answer your question "best way to be able to identify (and find) specific entries at a later date" https://github.com/liamcain/obsidian-periodic-notes
-
easily track when files were created or modified?
You can use the frontmatter for this. I like the Linter plugin bc it can easily create and update that for you. As for linking to the calendar, there are a few ways to achieve that. You could probably use DataView with the frontmatter mentioned above, but I am not as familiar with that. I just the Calendar + Periodic Notes plugins to create daily notes using a template, which includes this:
-
How do I implement text title within the daily note YYYY-MM-DD date format?
This is kinda different and doesn't solve the calendar problem, but in browsing around for a solution I came across this feature in the Periodic Notes plugin that I might start using now. You can add date variables to the file path, which means you can have a daily folder where you have your daily note plus other day specific notes that have their own titles. I think this approach to file organization might make more sense to my brain, at least for some things.
-
Daily Note Template based on file.title and not the time you create the note
I also use the Periodic Notes plugin but I don't think it does anything special to make Templater work for new notes.
-
Changing date format for daily notes
I recommend the Periodic Notes plugin as it lets you specify a custom naming format for your notes. It's a replacement for the core "daily notes" plugin.
- daily notes don't do it for me...
-
What is the proper way to organize your notes? What wrong methods have failed for you?
I use the obsidian-periodic-notes plugin to build a weekly dashboard containing transcluded daily notes to power a weekly review. This is hugely helpful to make sure things don't fall through the cracks.
What are some alternatives?
When comparing obsidian-linter and obsidian-periodic-notes you can also consider the following projects:
obsidian-calendar-plugin - Simple calendar widget for Obsidian.
Templater - A template plugin for obsidian
vscode-markdownlint - Markdown linting and style checking for Visual Studio Code
obsidian-dataview - A high-performance data index and query language over Markdown files, for https://obsidian.md/.
advanced-tables-obsidian - Improved table navigation, formatting, and manipulation in Obsidian.md
git - A fork of Git containing Windows-specific patches.
obsidian-git - Backup your Obsidian.md vault with git
remark - remark is a popular tool that transforms markdown with plugins. These plugins can inspect and change your markup. You can use remark on the server, the client, CLIs, deno, etc.