Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Artawower/orgnote
Zettelkasten environment for productive people
https://github.com/Artawower/orgnote
Last synced: 4 months ago
JSON representation
Zettelkasten environment for productive people
- Host: GitHub
- URL: https://github.com/Artawower/orgnote
- Owner: Artawower
- License: gpl-3.0
- Created: 2022-02-08T20:31:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T20:22:07.000Z (9 months ago)
- Last Synced: 2024-10-30T14:19:36.121Z (4 months ago)
- Language: Shell
- Size: 43.8 MB
- Stars: 315
- Watchers: 11
- Forks: 3
- Open Issues: 16
-
Metadata Files:
- Readme: README.org
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
:PROPERTIES:
:ID: orgnote
:END:#+html:
#+html:![]()
#+html:
#+html:#+TITLE: ✨ Org Note. Note taking application.
#+html:
#+html:
#+html:* Introduction
#+html:
#+html:![]()
#+html:
#+html:What is this project for and who is it for? It's just a system of notes. There's another one. I've tried note-taking in various apps like evernote, notion, obsidian, etc. for quite some time.
Most of them, however, soon enough came to a state of littering. At this point, I simply gave up taking notes of any kind.
After a while, when I got familiar with emacs and discovered org-roam, I discovered that note taking can be done comfortably and easily, without much of a problem with structure.
This project is based on the Zettelkasten approach, and borrows a lot of ideas from emacs + org-roam, allowing you to store notes in the cloud and emacs seamlessly.* Connected links
- [[https://org-note.com/][Official website]]
- [[https://github.com/Artawower/orgnote/wiki][WIKI]]
- [[https://github.com/Artawower/orgnote-client/releases][Download official application]]
- [[https://github.com/Artawower/orgnote-backend][Org Note backend]]
- [[https://github.com/Artawower/orgnote-client][Org Note client]]
- [[https://github.com/Artawower/orgnote-extensions][List of extensions and themes]]
- [[https://github.com/Artawower/orgnote-api][Create your own plugin!]]
- [[https://github.com/Artawower/orgnote-publisher][NPM binary package for note syncing]]
- [[https://github.com/Artawower/orgnote.el][Emacs package for note synchronization.]]
- [[https://github.com/Artawower/org-mode-ast][Typescript abstract syntax tree for org mode.]]
- [[https://en.wikipedia.org/wiki/Zettelkasten][About Zettelkasten approach]]
- [[https://discord.gg/SFpUb2vSDm][Discord server]]* Contribute guide
Any contribution is very much appreciated! Please read the [[./CONTRIBUTE.org][style guide]] before contributing to avoid misunderstandings!I would also appreciate it if you would join my patreon.
** How to update version of the application.
#+BEGIN_SRC bash
./update-version.sh
#+END_SRC