Obsidian
obsidian.md Windows, MacOS, Linux, Android, iOS, WebA powerful knowledge base that works on top of local plain-text Markdown files. It has a strong community, and a lot of plugins and themes. Generally privacy-respecting, but no encryption out of the box, and some of the code is obfuscated or not fully open source
- Homepage: obsidian.md
- GitHub: github.com/obsidianmd/obsidian-releases
- Privacy: obsidian.md/privacy
- Web info: web-check.xyz/results/obsidian.md
Obsidian Privacy Policy
Privacy Policy Summary
- There is a date of the last update of the agreements
Documents
- Privacy PolicyCreated 30 May 21, Last modified 2 years ago
About the Data
This data is kindly provided by tosdr.org. Read full report at: #3870
Obsidian Source Code
Author
Description
Community plugins list, theme list, and releases of Obsidian.
Homepage
https://obsidian.md/License
Created
08 May 20
Last Updated
07 Apr 24
Latest version
Primary Language
Size
21,104 KB
Stars
7,844
Forks
1,871
Watchers
7,844
Language Usage
Star History
Top Contributors
-
@lishid (379)
-
@ericaxu (286)
-
@joethei (114)
-
@liamcain (47)
-
@chrisgrieser (25)
-
@Quorafind (24)
-
@mgmeyers (21)
-
@phibr0 (18)
-
@valentine195 (18)
-
@kometenstaub (16)
-
@RyotaUshio (14)
-
@deathau (14)
-
@aidenlx (13)
-
@Lisandra-dev (11)
-
@kepano (11)
-
@Bluemoondragon07 (10)
-
@Vinzent03 (10)
-
@claremacrae (9)
-
@ozntel (9)
-
@vrtmrz (8)
-
@tgrosinger (8)
-
@TfTHacker (8)
-
@nathonius (8)
-
@HananoshikaYomaru (8)
-
@alangrainger (8)
-
@mProjectsCode (7)
-
@NomarCub (7)
-
@gapmiss (7)
-
@Benature (7)
-
@fyears (6)
Recent Commits
-
Obsidian Bot (07 Apr 24)
chore: Update plugin stats
-
Johannes Theiner (06 Apr 24)
Remove plugins due to deleted account
-
Stellar (06 Apr 24)
Fix name typo
-
Stellar (06 Apr 24)
Update plugin author name: Formatto
-
Obsidian Bot (06 Apr 24)
chore: Update plugin stats
-
Brandon Philips (30 Mar 24)
community-plugins.json: add Supernote integration
-
Johannes Theiner (05 Apr 24)
fix
-
Chris Gurney (26 Mar 24)
Update community-plugins.json Submitting note-toolbar for approval.
-
Johannes Theiner (05 Apr 24)
Update community-plugins.json
-
huterguier (25 Mar 24)
Add Mehrmaid plugin
-
Obsidian Bot (05 Apr 24)
chore: Update plugin stats
-
Johannes Theiner (04 Apr 24)
fix json
-
Johannes Theiner (04 Apr 24)
Update community-css-themes.json
-
Obsidian Bot (04 Apr 24)
chore: Update plugin stats
-
AwesomeDog (29 Mar 24)
fix for requirements
-
AwesomeDog (29 Mar 24)
Add Community Theme Soothe
-
Wapply (30 Mar 24)
Update community-plugins.json
-
Wapply (29 Mar 24)
Add plugin: Autoplay & Loop
-
Wapply (29 Mar 24)
Add plugin: Autoplay & Loop
-
Chris Grieser (03 Apr 24)
archive "Smarter Markdown Hotkeys" Most of the plugin's features have been implemented by Obsidian core by now. The few features that are not part of core are available by via other plugins. A deprecation notice has been there at the plugin's readme for a few months now.
-
Echo (03 Apr 24)
Apply feedback Omit "Obsidian" and use the proper capitalization of Markdown.
-
Echo (03 Apr 24)
Update plugin: formatto-format Change the plugin description
-
Obsidian Bot (03 Apr 24)
chore: Update plugin stats
-
Leyang (02 Apr 24)
Update lifeos plugin repo
-
Obsidian Bot (02 Apr 24)
chore: Update plugin stats
-
lishid (30 Mar 24)
Update public to v1.5.12.
-
Obsidian Bot (01 Apr 24)
chore: Update plugin stats
-
Obsidian Bot (31 Mar 24)
chore: Update plugin stats
-
Obsidian Bot (30 Mar 24)
chore: Update plugin stats
-
Obsidian Bot (29 Mar 24)
chore: Update plugin stats
Obsidian Website
Website
Obsidian - Sharpen your thinking
Obsidian is the private and flexible note‑taking app that adapts to the way you think.
Redirects
Does not redirect
Security Checks
All 66 security checks passed
Server Details
- IP Address 104.26.1.147
- Location San Francisco, California, United States of America, NA
- ISP CloudFlare Inc.
- ASN AS13335
Associated Countries
-
US
Saftey Score
Website marked as safe
100%
Blacklist Check
obsidian.md was found on 0 blacklists
- ThreatLog
- OpenPhish
- PhishTank
- Phishing.Database
- PhishStats
- URLhaus
- RPiList Not Serious
- AntiSocial Blacklist
- PhishFeed
- NABP Not Recommended Sites
- Spam404
- CRDF
- Artists Against 419
- CERT Polska
- PetScams
- Suspicious Hosting IP
- Phishunt
- CoinBlockerLists
- MetaMask EthPhishing
- EtherScamDB
- EtherAddressLookup
- ViriBack C2 Tracker
- Bambenek Consulting
- Badbitcoin
- SecureReload Phishing List
- Fake Website Buster
- TweetFeed
- CryptoScamDB
- StopGunScams
- ThreatFox
- PhishFort
Website Preview
Obsidian Docker
Container Info
Obsidian
[Obsidian](https://obsidian.md) is a note-taking app that lets you create, link, and organize your notes on your device, with hundreds of plugins and themes to customize your workflow. You can also publish your notes online, access them offline, and sync them securely with end-to-end encryption.
DockerHub Metrics
- Pull Count 158
- Stars None
- Date Created 06 Apr 24
- Last Updated 12 hours ago
View on DockerHub
linuxserver/obsidianRun Command
docker run -d \ -p 3000:3000/tcp \ -p 3001:3001/tcp \ -e PUID=${PUID} \ -e PGID=${PGID} \ -e TZ=${TZ} \ -v /volume1/docker/obsidian/config:/config \ --restart=unless-stopped \ linuxserver/obsidian:latest
Compose File
version: 3.8 services: obsidian: image: linuxserver/obsidian:latest ports: - 3000:3000:tcp - 3001:3001:tcp environment: PUID: 1024 PGID: 100 TZ: Europe/Amsterdam volumes: - /volume1/docker/obsidian/config:/config restart: unless-stopped
Environment Variables
- Var Name Default
- PUID 1024
- PGID 100
- TZ Europe/Amsterdam
Port List
- 3000:3000/tcp
- 3001:3001/tcp
Volume Mounting
- /volume1/docker/obsidian/config /config
Permissions
- read ✅ Yes
- write ✅ Yes
- admin ✅ Yes
Obsidian Reviews
More Digital Notes
-
S.Notes is a free, open-source, and completely encrypted private notes app. It has a simple UI, yet packs in a lot of features, thanks to the Extensions Store, allowing for: To-Do lists, Spreadsheets, Rich Text, Markdown, Math Editor, Code Editor and many more. You can choose between a number of themes (yay, dark mode!), and it features built-in secure file store, tags/ folders, fast search and more. Standard Notes is actively developed, and fully open-source.
-
A secure, collaborative notebook. Self-host it yourself, or use their hosted plan (free edition or $3/ month for premium).
-
An offline markdown-based note editor for desktop, with a simple, yet feature-rich UI. All notes are saved individually as .md files, making them easy to manage. No mobile app, built-in cloud-sync, encryption or web UI. But due to the structure of the files, it is easy to use your own cloud sync provider, and additional features are provided through extensions.
-
Cross-platform desktop and mobile note-taking and todo app. Easy organisation into notebooks and sections, revision history and a simple UI. Allows for easy import and export of notes to or from other services. Supports synchronisation with cloud services, implemented with E2EE.
-
Privacy-first, open-source knowledge base that works on top of local plain-text Markdown and Org-mode files. Supports lots of different note modes, including task management, PDF annotation, flashcards, whiteboards strong markdown support and more. Includes themes and extensions, backed by a strong community
-
Privacy first, open-source alternative to Notion, monday.com and Miro. It is a knowledge management tool that allows you to create, organize and share your knowledge.
-
Private & encrypted rich-text documents. Cryptee has encryption and anonymity at its core, it also has a beautiful and minimalistic UI. You can use Cryptee from the browser, or download native apps. Comes with many additional features, such as support for photo albums and file storage. The disadvantage is that only the frontend is open source. Pricing is free for starter plan, $3/ month for 10GB, additional plans go up-to 2TB.
Not Open Source
About the Data: Obsidian
API
You can access Obsidian's data programmatically via our API.
Simply make a GET
request to:
https://api.awesome-privacy.xyz/productivity/digital-notes/obsidian
The REST API is free, no-auth and CORS-enabled. To learn more, view the Swagger Docs or read the API Usage Guide.
About the Data
Beyond the user-submitted YAML you see above, we also augment each listing with additional data dynamically fetched from several sources. To learn more about where the rest of data included in this page comes from, and how it is computed, see the About the Data section of our About page.
Share Obsidian
Help your friends compare Digital Notes, and pick privacy-respecting software and services.
Share Obsidian and Awesome Privacy with your network!