delve VS svg-lib

Compare delve vs svg-lib and see what are their differences.

delve

Delve into your org-roam zettelkasten (by publicimageltd)

svg-lib

Emacs SVG libraries for creatings tags, icons and bars (by rougier)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
delve svg-lib
8 17
178 328
- -
8.7 7.6
4 months ago 3 months ago
Emacs Lisp Emacs Lisp
GNU General Public License v3.0 only GNU General Public License v3.0 only
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.

delve

Posts with mentions or reviews of delve. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-30.
  • Package to display org headings spatially?
    7 projects | /r/orgmode | 30 Dec 2022
    Don't think I've seen a package that you're referring to, but maybe delve could be a substitute?
  • Setting up a simple yet efficient workflow - column view for several files
    4 projects | /r/orgmode | 8 Jul 2022
    I think maybe folks are misunderstanding what you mean by 5. I recall that notion automatically generates tables for you based on some content. If that's what you're looking for https://github.com/publicimageltd/delve might be the package for you.
  • Notion -> Org Mode
    2 projects | /r/orgmode | 5 May 2022
    When I see dashboards based on content I think delve.
  • Cobbling together a Resonance calendar in org-mode
    5 projects | /r/orgmode | 3 Apr 2022
    If you're using org-roam already, might be worth looking into delve.
  • Org-roam journey
    6 projects | /r/orgmode | 17 Mar 2022
    Not sure what you mean on the first one. The second one's easiest solution is probably org-transclusion as what you're asking is to translude notes. But other packages with a similar concept of collecting your notes and adding them in a separate buffer are things such as delve or (shameless self plug) zetteldesk. I got no clue how to do the third one. I agree with you on that todos should work in more places, but I also don't know how to fix it. For the one with the calendar, I am pretty sure calfw has an extension that does that. I think calfw-org?
  • New Package: Zetteldesk.el - A tool for revision and outlining built on top of Org-Roam
    3 projects | /r/emacs | 27 Feb 2022
    Sounds useful! So I understand you let the user add notes to a special org mode buffer which you then call a ' desktop', right? I have written a similar package for collecting org roam nodes called Delve. It uses a special list view to collect the stuff, however. Your approach is more direct, right? I have considered that approach, too, but I thought it would be nice to have something to navigate from link to its back links to their back links etc... apart from that, I'd actually prefer your kind of approach since it seems more emacsy.
  • Zettelkasten Options
    13 projects | /r/emacs | 19 Feb 2022
    I think you might be looking for delve. It allows to create collections of notes and operate on them.

svg-lib

Posts with mentions or reviews of svg-lib. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-21.
  • Emacs-Appindicator - create and control tray icons with Elisp!
    5 projects | /r/emacs | 21 Feb 2023
    You can hide/show icons, labels, create context menus with lisp callbacks for each menu item. The library uses svg-lib so you can use icons from various online collections supported by it. Under the hood it has tiny daemon, written in C that interacts with system tray via libappindicator. So, at least for now, the only supported OS is Linux.
  • Initial Thoughts On A New Productivity Tool
    5 projects | /r/lisp | 2 Jan 2023
    Yes, he also uses svg to render a canvas and images. You can also check work by Rougier (/u/nicolas-rougier), he usually anounces his stuff in /r/emacs. He has done a lot with svg, check his svg-lib and svg-icons.
  • Package to display org headings spatially?
    7 projects | /r/orgmode | 30 Dec 2022
    Isn't a "pile" just an "unorganized map"? Really, if you think of it: a pile of papers on a desk, could as well sitt in a folder. That should bring you back to normal desktop paradigm. Now implementing headings as "folders" shouldn't be overly difficult. You could implement a "pile" of headings as just subheadings to top headings and also render those top headings as either: svg icons, check for example svg-library by /u/Nicolas-Rougier, or you could use font-icons like in font-awesome or all-the-icons, to replace top-headings with an image or a font-icon. You would probably have to write your own minor-mode but it shouldn't be very difficult. You will probably need to use invisible-text property to hide headings and replace them with icons (that is normally how org and outline modes "fold" and "expand" content in headings), but that should not be very difficult.
  • Rounded UI corners and shadows?
    1 project | /r/emacs | 20 Nov 2022
    the most basic UI changes you can do is by configuring faces (i recommend you take a look at the whole Controlling the Display section of the manual). going a bit beyond that, you can also take a look at the Widget Library as well for buttons, links, checkboxes and some other stuff. and there is also some packages and hacks by the community to display SVGs. see this reddit post and also some of Nicolas Rougier's work, more specifically his SVG lib.
  • Cross-platform graphics
    1 project | /r/emacs | 30 Sep 2022
    You could, at least in theory, do lots of GUI stuff in Emacs itself already with SVG (org PNGs). See for example svg-lib by N. Rougier for doing stuff like buttons, toolbars and some other gui elements. You can do pop-up menus with child frames.
  • procress: A simple emacs package to indicate progress of a process in the modeline (for example AUCTeX processes)
    2 projects | /r/emacs | 15 Jul 2022
    At the moment undetermined progress is what's supported out-of-the-box. Determined progress can be supported easily enough if svg-lib is used to create the progress bar.
  • Why not use Obsidian and/or Logseq instead of OrgRoam?
    9 projects | /r/OrgRoam | 18 May 2022
    Oh, I understood now what you mean. I think Emacs is definitely capable of doing this (https://github.com/rougier/svg-lib), but I don't think there's a plugin which has already done it :/.
  • svg-lib icons in org files
    3 projects | /r/orgmode | 17 May 2022
    i saw this repository and i want to use thoses icons in my org files, but i don't have much experience with emacs-lisp and neither org-mode (sorry for being a newbie). i tried to append (require 'svg-lib) and also i donwloaded the repository and before did it before requiring the module (i'm not sure if this is the right name)
  • Blamer.el 0.4 has been released. Added popup git blame messages with border and rounded corners
    4 projects | /r/emacs | 19 Feb 2022
    Have you considered/tried doing something with svg-lib?
  • svg-tag-mode (v 0.3.1) is now on ELPA
    2 projects | /r/emacs | 29 Dec 2021
    Can you open an issue on https://github.com/rougier/svg-lib (with screenshots)? I'm trying to fix the tag for any kind of font ant that would help.

What are some alternatives?

When comparing delve and svg-lib you can also consider the following projects:

md-roam - Use Org-roam with markdown files by adding Md-roam as a plug-in. Mix org and markdown files in a single Org-roam database.

nano-emacs - GNU Emacs / N Λ N O - Emacs made simple

Zero-to-Emacs-and-Org-roam - Step by step guide from zero to installing and setting up Emacs and Org-roam on Windows 10

emacs-dashboard - An extensible emacs dashboard

zettelkasten-mode - Zettelkasten note-taking for org-mode

doom-emacs - An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]

emacs-calfw - A calendar framework for Emacs

emacs-ng - A new approach to Emacs - Including TypeScript, Threading, Async I/O, and WebRender.

zetteldesk.el - Zetteldesk.el is an emacs library built on top of org-roam with the purpose of easier revision on various subjects and a better outliner tool for emacs

ement.el - A Matrix client for GNU Emacs

org-reverse-datetree - An alternative date tree implementation for Emacs Org mode

mu4e-thread-folding - Functions for folding threads in mu4e headers view