beorg is a to-do list and task manager app that puts you in control. You can see what needs to be done on a weekly agenda from the moment you open the app. From simple task lists to managing complex projects, beorg helps you keep on top of work, family and everything else. Files are synced in the plain text Org mode file format to iCloud, Dropbox, WebDAV, a folder in another app, or Box*. beorg is free to use with optional extensions available as individual in-app purchases - or become a beorg Premium subscriber to unlock everything. Use beorg to: + Create tasks, notes and manage projects + See a weekly agenda of everything going on + Check your agenda from your Apple Watch + Use the outliner to create structured documents which can be exported to PDF + Sync the plain text Org mode files created by beorg with iCloud, Dropbox, WebDAV, a folder in another app or Box* * (in-app purchase required for Box sync) Features: + AGENDA: Gives you a weekly agenda on your iPhone and iPad. Events from your org files are shown alongside those from your calendar. + CREATE TASKS: Assign dates, status, priorities and notes. Add to your inbox or assign to a file. Set tasks to repeat on daily, weekly, monthly or yearly custom intervals. + SEARCH: Search all of your tasks, and use a simple query syntax to get exactly what you want. An in-app purchase allows you to save searches for quick access. + TEMPLATES: Define templates for common types of items you'll create. + OUTLINES: Use the outline editor to organize your tasks and notes. Use folding to hide/show sections and copy/paste text content into and out of other apps. Paste OPML content from other outlining and mind mapping apps. + TIME TASKS: Start and stop timers for each task to track how you are spending your time. + NOTIFICATIONS: Have your iPhone/iPad notify you of upcoming scheduled items and deadlines. + APPLE WATCH: View your agenda on your wrist with the Apple Watch app and complications. Siri watch face support also included! + QUICK CAPTURE: Add to your quick capture document from other apps or in beorg. The beorg share extension can quickly add text and links to your inbox. + GET IT DONE: When adding tasks use the optimised UI to quickly add schedule or deadline dates. Shift dates with ease by day or week. + EXPORT PDF: Generate PDFs of your outlines to save or print. + KEEP IN SYNC: Sync your org files using iCloud, Dropbox or WebDAV. WebDAV is supported by services as OpenDrive and ownCloud. + SCRIPTABLE: For advanced users use the built-in Scheme scripting language to customize beorg. + AUTOMATION: Use the beorg URL scheme with Shortcuts to add tasks and search for items. + GET STARTED FOR FREE: Saved Searches, Unlimited Templates, Encryption, Export Themes, Box sync and Properties are available as in-app purchases. To find out more view the Users' Guide at https://beorgapp.com/manual Some comments from users of beorg: "It just feels like a really natural way to do things" "Thanks for making something I've been waiting a long time for" "Editing is intuitive and makes things easy. I love the feature that compiles my org file into html." "Wow! Beorg was already used for for reviewing files on the go and capturing to do items, but the new editing functionality is impressive." beorg Premium: + Monthly and annual subscriptions - save money by taking out an annual subscription. + Payment will be charged to your iTunes account at confirmation of purchase. + Your subscription will automatically renew unless auto-renew is disabled at least 24 hours before the end of the current subscription period. + Automatic renewals will be charged at the same price you were originally charged for the subscription. + You can manage and cancel your subscriptions by going to your account settings on the App Store after purchase. Terms: https://beorg.app/terms/ Privacy Policy: https://beorg.app/privacy/ * Available as an in-app purchase.
Size | 47.2 MB |
---|---|
Initial release | |
Price | Free |
Platforms | Apple Watch, iPhone, and iPad |
Languages | English |
Category | Productivity |
Compatibility | |
---|---|
Apple iPod | Requires iOS 15.0 or later. |
iPad | Requires iPadOS 15.0 or later. |
iPhone | Requires iOS 15.0 or later. |
Apple Vision | Requires visionOS 1.0 or later. |
Apple Watch | Requires watchOS 6.0 or later. |
App's data is regularly updated.
Last update:
+ New customize setting to tell beorg to open web links in your system browser rather than the internal browser (or set ~beorg-use-external-browser~ Scheme variable) + On the Settings tab is a new button "Remove All Files and Reset Sync". This will remove all downloaded .org files, delete all version backups, clear the internal database, remove any cached files containing your data and deauthorize/reset the sync. + beorg finally works much better with dynamic type. If you've set your device to have a larger or smaller font size, you'll see beorg adjust it's font size to match. + Speed up Notes and Files tabs. + More control over which files are used to create the Agenda and Tasks tabs. Redefine agenda-file? and tasks-file? Scheme functions to return ~#f~ if a file should be ignored. For example ~(define (tasks-file? file) (not (string-prefix? file "org-roam/")))~ will ignore all files in the org-roam directory when listing the tasks on the Tasks tab. + The Scheme variables ~agenda-include-reminders~, ~agenda-include-calendar~, ~tasks-include-reminders~ and ~tasks-include-calendar~ can be used to configure whether or not reminders and calendar entries are included on these tabs. + Some UI improvements. + Fix for editing dates of reminders. + (Early access) read-only support for file: and attachment: links to images and other previewable content. This content will only be downloaded, and then cached locally, when requested. This is early access functionality which will be worked on over the coming months. Currently only iCloud, Dropbox and WebDAV are supported.