{"id":26510953,"url":"https://github.com/developmentcool2449/onyx-emacs","last_synced_at":"2025-10-18T13:09:44.309Z","repository":{"id":280335013,"uuid":"939583520","full_name":"DevelopmentCool2449/onyx-emacs","owner":"DevelopmentCool2449","description":"Onyx Emacs - An emacs android configuration for note taking with org-mode and markdown","archived":false,"fork":false,"pushed_at":"2025-03-20T19:14:04.000Z","size":859,"stargazers_count":29,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T20:45:46.094Z","etag":null,"topics":["android","denote","emacs","emacs-android","emacs-configuration","markdown-mode","org-mode"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DevelopmentCool2449.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-26T19:18:46.000Z","updated_at":"2025-03-20T19:14:07.000Z","dependencies_parsed_at":"2025-03-02T20:40:55.041Z","dependency_job_id":null,"html_url":"https://github.com/DevelopmentCool2449/onyx-emacs","commit_stats":null,"previous_names":["developmentcool2449/onyx-emacs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevelopmentCool2449%2Fonyx-emacs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevelopmentCool2449%2Fonyx-emacs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevelopmentCool2449%2Fonyx-emacs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevelopmentCool2449%2Fonyx-emacs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevelopmentCool2449","download_url":"https://codeload.github.com/DevelopmentCool2449/onyx-emacs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244722742,"owners_count":20499154,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","denote","emacs","emacs-android","emacs-configuration","markdown-mode","org-mode"],"created_at":"2025-03-21T02:18:38.487Z","updated_at":"2025-10-18T13:09:44.302Z","avatar_url":"https://github.com/DevelopmentCool2449.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+title: OnyX - An Emacs Android configuration for Org and Markdown Note Taking\n#+author: Elijah Gabe P.\n\n*NOTE: THIS REPOSITORY HAS BEEN ARCHIVED, IT IS NO LONGER BEING MAINTAINED.*\n\n[[./assets/readme-images/screenshot.jpg]]\n\nOnyX *Emacs* is a configuration focused on creating and managing *Org-mode* and *Markdown*\nbased notes *for Android*, with an *intuitive* an easy UI.\n\n*⚠️ NOTE: This configuration is intended for Emacs Android Port and may not work correctly on other OS.*\n\n* Requirements\n+ Android 2.2 or 15.0 version.\n+ Android Emacs Port (latest release).\n+ =Symbols Nerd Font= and =RobotoMono Nerd Font=.\n+ ~git~ /(optional)/\n\n* Installation\n** Installing Emacs\nThe most recommended way to install Emacs is [[https://f-droid.org/en/package/org.gnu.emacs][from F-Droid]], download the build that\nis *compatible with your architecture* /(usually those with the \"recommended\" label)/.\n\nIf you have problems installing packages, [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Android-Software.html][it may be necessary to install\nadditional applications such as Termux]], you can find specific builds to allow\nthe use of Termux applications on [[https://sourceforge.net/projects/android-ports-for-gnu-emacs/files/termux/][Android ports for GNU Emacs Files sourceforge]]\nand install both Emacs and Termux .apk packages.\n\n** Installing OnyX\nDownload this repository, inside OnyX folder create a directory called =fonts= and\ninstall the fonts you prefer to use in Emacs (Onyx uses =Symbols Nerd Font= and\n=RobotoMono Nerd Font= fonts, make sure they are downloaded in fonts folder, you\ncan download them [[https://www.nerdfonts.com/font-downloads][here]]).\n\nAnd move Onyx Directory to the path you prefer on Android (usually,\nit's recommended somewhere in =/storage/emulated/0/=).\n\nOnce downloaded, launch Emacs, go to *Edit \u003e Execute Command* and type ~eshell~\n\nwithin eshell prompt, it's best to delete the old ~/.emacs.d directory if exists,\nrun this command to remove it recursively:\n\n#+begin_src shell\nrm -r ~/.emacs.d\n#+end_src\n\nNow run this command to make a symbolic link from Onyx path\nto ~/.emacs.d directory:\n\n#+begin_src shell\nln -s /storage/emulated/0/\u003cpath-to-onyx\u003e ~/.emacs.d\n#+end_src\n\nThen close emacs and reopen it, and OnyX will take care of making a symbolic link\nfrom the fonts folder to ~/fonts.\n\n* User configurations\nOnyX tries to be as simple as possible regarding configurations, inside the OnyX\ndirectory you can find a file =user-configurations.el= that is intended to save\npersonal configurations and packages, you can also customize all the internal\nfiles of OnyX.\n\n*Feel Free to do so!*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevelopmentcool2449%2Fonyx-emacs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevelopmentcool2449%2Fonyx-emacs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevelopmentcool2449%2Fonyx-emacs/lists"}