A bullet journaling plugin for Obsidian that aggregates a terse stream of backlinked clippings in the footer of notes.

Overview

Obsidian Influx logo

GitHub release (latest SemVer)

A plugin for Obsidian that aggregates a terse stream of backlinked clippings in the footer of notes.

Intended usage pattern:

(Or: How to get the most out of this plugin.)

  • Information should mainly be written in daily (or Zettelkasten-ish) notes. Topical notes will then mainly be aggregates of clippings from daily notes.
  • Notes should be taken hierarchically, in the form of bullet lists/bullet journaling. This helps keep clippings terse and relevant.
  • Links should be used as the only organizing principle in the vault - forgo use of tags and files/folders. This helps with completeness; the plugin only considers links when aggregating.

arrows

Comments
  • Glitchy writing at the end of the note

    Glitchy writing at the end of the note

    When you write quickly at the very end of the note, near the influx footnote, the words sometimes slip downwards, below the influx footnote. Couple miliseconds later they come back, but I lose my train of thought because of this.

    opened by pawel-ilnicki 8
  • Influx disappeared after update to 2.0 on Mac

    Influx disappeared after update to 2.0 on Mac

    At least for me, it seemed like influx is not showing up on any pages. It is turned on in the settings. I have also restarted Obsidian several times. Before 2.0 it worked just fine.

    bug ready 
    opened by Kullenej 7
  • [Bug?] content  is not refreshed when linked page is opened

    [Bug?] content is not refreshed when linked page is opened

    I open linked page, then I changed content under the link

    image

    The influx footer stays the same, only opening page in new windows or reopening it refreshes it image

    Again this is Obsidian O.16.2, I cannot check for 0.15.9

    might fix 
    opened by danieltomasz 7
  • Plugin not loading

    Plugin not loading

    Thanks for the plugin, I am using it heavily. Just saw the 2.0.3 update and noticed the plugin is not loading anymore. If I disable it and enable it again, I get this warning. I am on Obsidian v1.0.0, same version number installer

    Screen Shot 2022-10-19 at 9 31 29 AM
    opened by pcuellar 5
  • Callouts do not work well in influx if they contain a mention

    Callouts do not work well in influx if they contain a mention

    the padding is too large. The influx record doesn't have to be a callout (maybe it even shouldn't be), but could you please decrease the padding to make it look like normal text?

    bug ready 
    opened by DeutscheGabanna 4
  • Plugin causes glitch deleting text

    Plugin causes glitch deleting text

    Just trying out the plugin, which seems really great. However, as soon as I enabled it, I began experiencing a strange glitch when using the backspace or delete keys to delete text in a note in which letters are sometimes undeleted. It seems quite erratic -- not sure what the pattern it. Seems it only happens when I hit the key rapidly. If I slowly hit the delete or backspace, everything works as it should. Disabling the plugin removes the problem. I'm using Obsidian 1.0 on Windows 10.

    enhancement might fix 
    opened by oldjove 3
  • [Bug?] Wrapping for smaller panes doesn't work with minimal

    [Bug?] Wrapping for smaller panes doesn't work with minimal

    Great plugin! It offers something really similar that Logseq for bullet journal and what obsidian lacked

    What I observed that the output isn't wrapped on Minimal theme (which is so far most popular user theme) image

    It works on vanilla image

    I am on obsidian 0.16.2 This should be posted on Minimal theme discord/github, but maybe there is an easy fix within plugin I notice that @jensmtg you are still on 0.15.9, maybe the problem isn't there?

    might fix 
    opened by danieltomasz 3
  • Request a few blank lines before HR and linked mentions content

    Request a few blank lines before HR and linked mentions content

    Thanks so much for this plugin, it is a great improvement over the core.

    Visually I think it would be a bit of an improvement to separate the linked mentions from the note content by a few blank lines. Not a huge thing, just an idea.

    Thanks again!

    opened by LeslieP-TX 2
  • Sort by filename

    Sort by filename

    First, this is the best plugin I have ever been missing. I migrated from Roam Research, and I always heard that Obsidian does not return the backlinks as Roam due to its nature. Roam's structure is a "blocks" concept, while Obsidian"s structure is a "page markdown."

    Then Logseq appears. Logseq accesses the same database as Obsidian and can return the information from the backlinks exactly as Roam Research. I have been using both for this reason.

    And now, by chance, I found this awesome plugin. Thank you very much.

    My only request is the ability to sort the results by filename since Obsidian does not recognize dates. Sorting by filename, like 2022-10-20, I can have the results sorted by date. 😀😀😀

    opened by mrkuramoto 2
  • Can't see sparse list of mentions if filename starts with a uppercase letter links start with a lowercase letter

    Can't see sparse list of mentions if filename starts with a uppercase letter links start with a lowercase letter

    I have many links that refer to files in the middle of the sentence and the link starts with a lowercase letter. The filename of the linked file starts in uppercase. This works fine in Obsidian, and I can see the files as linked in influx. However, I can't see the sparse list of mentions for those ones where this uppercase/lowercase issue exists. Is this easily fixable in influx or is it something more complicated?

    ready 
    opened by minkkinen 2
  • Influx reopens a few seconds/keystorkes after being minimized.

    Influx reopens a few seconds/keystorkes after being minimized.

    I really love the new minimize ability but if I type a few lines above it it seems to quickly open back up again. Let me know if you can reproduce this or need a Loom, etc.

    bug question ready 
    opened by cansar 2
  • Extra line created in reading view

    Extra line created in reading view

    Describe the bug A reference with nested bullet points results creates an extra line in reading view

    To Reproduce

    1. Create a bullet point with some text
    2. Create another bullet point on a new line and indent once
    3. Reference the parent bullet point in some way
    4. Switch to reading view and there is another line with only the reference counter

    Expected behavior To be in its proper place next to the reference

    Screenshots

    Source view

    image

    Reading view

    image

    Desktop (please complete the following information):

    • OS: Windows 11

    Attempted fixes Shortening the sentence made no difference

    bug 
    opened by sawft99 0
  • Fixed: previews now work with Markdown Links

    Fixed: previews now work with Markdown Links

    The compareLinkName method didn't work with Markdown links. Hopefully, this fixes that issue.

    Previews will now work with Markdown links like these:

    [Target]("./target.md")
    [Target]("./folder/subfolder/target.md")
    [Target]("./target.md#^3e2345")
    
    opened by kenlim 0
  • Influx previews are incorrect when backlinks use Markdown Links (with possible solution)

    Influx previews are incorrect when backlinks use Markdown Links (with possible solution)

    Describe the bug When a document uses Markdown Links instead of the default "Shortest path when Possible" WikiLinks, Influx does not render the preview correctly.

    To Reproduce Steps to reproduce the behavior:

    1. Create a target note called "target"
    2. Create a referring note called "markdown referral"
    3. In the note "markdown referral", add the following block of text:
    # This is the top heading
    This is the first paragraph
    
    # This uses Markdown Links
    [Target](./target.md) This will not appear in the Influx preview
    
    
    1. Return to "target.md", and observe the Influx widget.
    2. Notice that it links to the correct "markdown link" note, but only displays "This is the top heading"

    Expected behavior The Influx widget should link to the correct "markdown link" note, and displays:

    # This uses Markdown Links
    [Target](./target.md) This will not appear in the Influx preview
    

    Screenshots image

    Desktop (please complete the following information):

    • OS:MacOS
    • Version: 11.6.8
    • influx version: 2.0.7
    • Obsidian version: 1.0.3

    Additional context Influx preview works correctly for "Shortest path when Possible" WikiLinks.

    bug 
    opened by kenlim 2
  • Only header referencing page

    Only header referencing page

    Describe the bug Only the first header and not the bullet point referencing the page is shown

    To Reproduce

    1. Create a document with multiple h1 headers
    2. Under the last h1 header create a bullet list backlinking to a document
    3. On the document that you link to only the page header is shown

    Expected behavior Bullet point specifically referencing a page to show up on the page it is linked to

    Screenshots image image

    Desktop (please complete the following information):

    • OS: Windows 11
    • Plugin Version: 2.0.7
    • Obsidian: 1.0.3

    Additional context May be similar to #32

    bug 
    opened by sawft99 0
  • Inline LaTeX not rendered correctly in snippets.

    Inline LaTeX not rendered correctly in snippets.

    Describe the bug In cases where displayed LaTeX (i.e. in double $) is written, it is not rendered correctly — it instead gets written directly on top of existing text and inline LaTeX. It also appears that the snippet attaches a scrollbar to each displayed equation, which moves it a small amount.

    To Reproduce Steps to reproduce the behavior:

    1. Place a link to some document A near displayed LaTeX in another document.
    2. Open A and check the backlinks.
    3. The displayed LaTeX will be rendered incorrectly.

    Expected Behaviour Obviously, the LaTeX should not be rendered on top of other text; in particular, it probably needs to be spaced correctly.

    Screenshots image

    Desktop:

    • OS: macOS Ventura 13.0.1
    • Version: Editor v1.0.3
    bug 
    opened by eikopf 0
  • Error when combined with custom callouts/admonitions

    Error when combined with custom callouts/admonitions

    Describe the bug When a mention is made inside a custom callout, all linked mentions in the target note disappear.

    Example. This is what currently happens when you make a mention: image

    When you make a mention in a normal callout, everything still works fine: image

    But if you use a custom callout/admonition (that I created using the admonition plugin), all linked mentions using Influx disappear: image

    To Reproduce Steps to reproduce the behaviour:

    1. Install the Admonition plugin
    2. Define a new admonition/callout type
    3. Use the new callout in conjunction with a note mention (see third screenshot above)
    4. Open the mentioned note -- and see that there is not Linked Notes (Influx) section

    Expected behaviour That custom callouts should work the same as default callouts.

    Obsidian versions:

    • Desktop: v1.0.3
    • Mobile: 1.4.1
    bug 
    opened by vishae 0
Releases(2.0.7)
Owner
Jens MT Gleditsch
Jens MT Gleditsch
An Obsidian plugin for automatically creating notes when linking to non-existing notes

Note Auto Creator for Obsidian Automatically create notes when links are created to them. How to use After enabling the plugin in the settings menu, y

Simon Clement 31 Dec 14, 2022
An indexer that aggregates and normalizes NFT related data on the Tezos Blockchain and provides a GraphQL API for developers.

TezTok Token Indexer An indexer that aggregates and normalizes NFT related data on the Tezos Blockchain and provides a GraphQL API for developers. Not

null 29 Dec 23, 2022
A zero-dependency, buildless, terse, and type-safe way to write HTML in JavaScript.

hdot A sensible way to write HTML in JavaScript. Type-safe. Helps you follow the HTML spec. Terse. Almost character for character with plain HTML. Bui

Will Martin 31 Oct 24, 2022
A Zotero add-on that scans your Markdown reading notes, tags the associated Zotero items, and lets you open notes for the Zotero items in Obsidian.

Zotero Obsidian Citations Adds colored tags to Zotero items that have associated Markdown notes stored in an external folder. Open an associated Markd

Dae 210 Jan 4, 2023
A service for sharing encrypted Markdown notes from Obsidian. Notes are end-to-end-encrypted and are only stored temporarily.

?? Noteshare.space Noteshare.space is a service for sharing encrypted Markdown notes from Obsidian. Notes are end-to-end-encrypted and are only stored

Maxime Cannoodt 56 Dec 26, 2022
Grupprojekt för kurserna 'Javascript med Ramverk' och 'Agil Utveckling'

JavaScript-med-Ramverk-Laboration-3 Grupprojektet för kurserna Javascript med Ramverk och Agil Utveckling. Utvecklingsguide För information om hur utv

Svante Jonsson IT-Högskolan 3 May 18, 2022
Hemsida för personer i Sverige som kan och vill erbjuda boende till människor på flykt

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

null 4 May 3, 2022
Kurs-repo för kursen Webbserver och Databaser

Webbserver och databaser This repository is meant for CME students to access exercises and codealongs that happen throughout the course. I hope you wi

null 14 Jan 3, 2023
A plugin for Obsidian (https://obsidian.md) that adds a button to its search view for copying the Obsidian search URL.

Copy Search URL This plugin adds a button to Obsidian's search view. Clicking it will copy the Obsidian URL for the current search to the clipboard. T

Carlo Zottmann 6 Dec 26, 2022
Obsidian Web: Connect your browser with your Obsidian notes

Obsidian Web: Connect your browser with your Obsidian notes This is an unofficial Chrome extension for Obsidian that lets you send content from the we

Adam Coddington 97 Jan 3, 2023
Easily publish notes to the web This plugin integrates with obsius.site to publish markdown notes on the web.

Obsius Publish Easily publish notes to the web This plugin integrates with obsius.site to publish markdown notes on the web. Limitations The type of c

Jon Grythe Stødle 66 Dec 20, 2022
Obsidian plugin to sync Pinboard.in links to Daily Notes

Obsidian Pinboard Sync An Obsidian plugin that adds links you've saved with Pinboard to your Obsidian Daily Notes, synchronizing periodically. Why? I'

Mathew Spolin 35 Dec 1, 2022
A quick capture plugin for Obsidian, all data from your daily notes.

Obsidian Memos 中文文档 A new way for you to quick capture an idea in Obsidian. Which is highly based on the awesome open source project: memos and awesom

Boninall 551 Jan 3, 2023
Obsidian.md plugin to sync highlights/notes from koreader

Obsidian KOReader Plugin Sync KOReader notes in your Obsidian vault. The KOReader device must be connected to the device running obsidian to let the p

Federico Granata 24 Dec 18, 2022
Obsidian.md plugin to integrate with Zotero, create literature notes and insert citations from a Zotero library.

Obsidian Zotero Plugin Obsidian.md plugin to integrate with Zotero, create literature notes and insert citations from a Zotero library. Intro How to u

null 156 Jan 6, 2023
Plugin for Obsidian.md to send markdown notes to Buttondown.email

Obsidian Buttondown Plugin Buttondown is a tool for producing email newsletters. It likes emails written in Markdown, and has an API. This plugin allo

Caro 4 Nov 15, 2022
Obsidian plugin to export Graphviz graphs from vault's notes

What it is: an Obsidian plugin to generate hierarchical graphs, with the nodes are from your Obsidian vault How it does: convert the database from Bre

Ooker 22 Nov 14, 2022
This plugin allows you to track the progress of Atlassian Jira issues from your Obsidian notes.

Obsidian jira-issue This plugin allows you to track the progress of Atlassian Jira issues from your Obsidian notes. Usage Configuration Use the plugin

Marco Lucarella 74 Dec 30, 2022
This is an Obsidian plugin for taking math notes using Excalidraw.

Obsidian Math+ Obsidian Math+ is a plugin for taking math notes quickly and efficiently. Usage Run the Insert math block command, either using the com

Oscar Capraro 29 Dec 30, 2022