Tangent Notes's Avatar

Tangent Notes

@tangentnotes.bsky.social

Tangent is an open source markdown(ish) note writing app that focuses on exploring your new and existing thoughts quickly, easily, and without getting lost. https://www.tangentnotes.com https://github.com/suchnsuch/Tangent

32 Followers  |  0 Following  |  34 Posts  |  Joined: 09.02.2024  |  1.4826

Latest posts by tangentnotes.bsky.social on Bluesky

Tangent v0.10.0 is out! In this new stable update:

- Collapsible sections!
- Markdown links to specific headers!
- Improved Creation Rule template tokens thanks to @Sevoris!
- And more!

#pkm #markdown #foss #notes

03.08.2025 16:31 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
v0.10.0-beta.2
+ Made tag search not relative to the last name item, better matching user intuition.
- Fixed a regression where the sidebar sorting icon was mangled.
- Fixed a sorting bug that could erroneously use log2(0).
- Fixed an error that could occur when dropping selection with an autocomplete
handler open.

v0.10.0-beta.2 + Made tag search not relative to the last name item, better matching user intuition. - Fixed a regression where the sidebar sorting icon was mangled. - Fixed a sorting bug that could erroneously use log2(0). - Fixed an error that could occur when dropping selection with an autocomplete handler open.

Double dipping! Tangent v0.10.0-beta.2 is out! Some quick regression fixes and search improvements here.

#pkm #notes #foss #markdown

26.07.2025 15:33 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
vO.10.0-beta.1
New since v0.9.x:
+ Added support for Collapsing Sections. Headers, lists, code, math, and front
matter can all be collapsed. Collapsed state is kept persistent between sessions.
+ Added an option to automatically collapse Front Matter.
+ PR 206 by Sevoris: Made the Creation Rule name template tokens clickable
buttons for easier editing.
+ Added the Cd/Ctrl+Alt+Shift+K shortcut for inserting wiki links with the
selected text as the display text.
+ Added support for adding links from the context menu.
+ Exposed formatting toggles from the context menu.
+ Added support for linking directly to header id links in markdown links.
+ Added support for restoring selection & scroll position in notes between sessions.
- Fixed an issue where the note editor fallback feature wasn't correctly invoked.
- Fixed an issue where some edits could uncollapse all collapsed sections.
- Fixed an issue where link data could be incorrect after editing links.
- Fixed an issue where closing inline formatting at the end of a link broke link
parsing.
- Fixed several issues with selection & annotation initialization when opening notes.
New since alpha 3:
+ Added support for searching for and navigating to headers from the
Cmd/Ctrl+0 search menu.
+ Updated to Electron 37.
- Fixed an issue where link highlight annotations could be stomped.

vO.10.0-beta.1 New since v0.9.x: + Added support for Collapsing Sections. Headers, lists, code, math, and front matter can all be collapsed. Collapsed state is kept persistent between sessions. + Added an option to automatically collapse Front Matter. + PR 206 by Sevoris: Made the Creation Rule name template tokens clickable buttons for easier editing. + Added the Cd/Ctrl+Alt+Shift+K shortcut for inserting wiki links with the selected text as the display text. + Added support for adding links from the context menu. + Exposed formatting toggles from the context menu. + Added support for linking directly to header id links in markdown links. + Added support for restoring selection & scroll position in notes between sessions. - Fixed an issue where the note editor fallback feature wasn't correctly invoked. - Fixed an issue where some edits could uncollapse all collapsed sections. - Fixed an issue where link data could be incorrect after editing links. - Fixed an issue where closing inline formatting at the end of a link broke link parsing. - Fixed several issues with selection & annotation initialization when opening notes. New since alpha 3: + Added support for searching for and navigating to headers from the Cmd/Ctrl+0 search menu. + Updated to Electron 37. - Fixed an issue where link highlight annotations could be stomped.

Tangent v0.10.0-beta.1 is out! This first beta release sports collapsible sections, link & formatting improvements, easier header search, and more!

And, maybe more importantly, we're actually on track for more than 2 stable releases in a year!

#pkm #notes #foss #markdown

26.07.2025 13:41 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
v0.10.0-alpha.3
+ PR 206 by Sevoris: Made the Creation Rule name template tokens clickable
buttons for easier editing.
+ Added the Cd/Ctrl+Alt+Shift+K shortcut for inserting wiki links with the
selected text as the display text.
+ Added support for adding links from the context menu.
+ Exposed formatting toggles from the context menu.
+ Added support for linking directly to header id links in markdown links.
- Fixed an issue where some edits could uncollapse all collapsed sections.
- Fixed an issue where link data could be incorrect after editing links.
- Fixed an issue where closing inline formatting at the end of a link broke link
parsing.
- Fixed several issues with selection & annotation initialization when opening notes.

v0.10.0-alpha.3 + PR 206 by Sevoris: Made the Creation Rule name template tokens clickable buttons for easier editing. + Added the Cd/Ctrl+Alt+Shift+K shortcut for inserting wiki links with the selected text as the display text. + Added support for adding links from the context menu. + Exposed formatting toggles from the context menu. + Added support for linking directly to header id links in markdown links. - Fixed an issue where some edits could uncollapse all collapsed sections. - Fixed an issue where link data could be incorrect after editing links. - Fixed an issue where closing inline formatting at the end of a link broke link parsing. - Fixed several issues with selection & annotation initialization when opening notes.

Tangent v0.10.0-alpha.3 is out! It includes improvements to Creation Rule editing, link manipulation, and collapsed sections!

20.07.2025 15:59 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
vO.10.0-alpha.2
- Fixed a regression that caused queries to not work correctly.
- Fixed an issue where adding new lines in collapsed code blocks caused errors.
- Fixed an issue where the note editor fallback feature wasn't correctly invoked.
- Fixed an issue where note aliases could incorrectly override the main note name in
search.

vO.10.0-alpha.2 - Fixed a regression that caused queries to not work correctly. - Fixed an issue where adding new lines in collapsed code blocks caused errors. - Fixed an issue where the note editor fallback feature wasn't correctly invoked. - Fixed an issue where note aliases could incorrectly override the main note name in search.

Tangent v0.10.0-alpha.2 is out! This update stomps out some of the πŸžπŸ›πŸͺ³ from Alpha 1.

#pkm #foss #markdown #notes

08.07.2025 21:32 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
vO.10.0-alpha.1
+ Added support for Collapsing Sections. Headers, lists, code, math, and front
matter can all be collapsed. Collapsed state is kept persistent between sessions.
+ Added an option to automatically collapse Front Matter.
+ Added support for restoring selection & scroll position in notes between sessions.
- Fixed an issue where tooltips could persist past when their originating element
was destroyed.

vO.10.0-alpha.1 + Added support for Collapsing Sections. Headers, lists, code, math, and front matter can all be collapsed. Collapsed state is kept persistent between sessions. + Added an option to automatically collapse Front Matter. + Added support for restoring selection & scroll position in notes between sessions. - Fixed an issue where tooltips could persist past when their originating element was destroyed.

Tangent v0.10.0-alpha.1 is now out! Selection collapsing is here!

#pkm #foss #markdown #notes

06.07.2025 19:51 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
Install Tangent on Linux | Flathub Record and connect your thoughts

Tangent v0.9.0 is now live on flathub! https://flathub.org/apps/io.github.suchnsuch.Tangent

#foss #flatpak #pkm #notes

29.06.2025 01:11 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
v0.9.0
New since v0.8x:
+ Added support for link previews, with support for website previews, audio, video,
and youtube links. Raw links on their own line are automatically previewed.
+ Added support for displaying β€Ήspan class="wow" >HTML</ span> with syntax
highlighting.
+ Hovering over wiki-links now show a preview of the note's contents.
+ Changed scrolling cards in the Cards Lens to require alt by default. This can be
changed within settings.
+ Added support for Shifting Sections with Alt+Shift+Up/Down on Windows & Linux
and ^T+Up/Down on Mac.
+ Added an option to follow links with unmodified left clicks.
+ Added an option to always autocomplete the full workspace path for Wiki Links.
+ Added an option to control whether finished Todos are crossed out.
+ Added support for selecting different code highlighting themes.
+ Added support for searching within a single file.
+ Added support for indenting headers, code blocks, math blocks, and quotes.
+ Added support for unicode autocomplete in note titles.
+ Added the List Lens and greatly improved the Card and Feed lenses.
+ Switched to using the computer name instead of hostname when identifying a
machine in workspace data.
+ Added an option on linux & windows to use the native titlebar. Defaults to on for
linux, off for windows.
+ Added error & warning indicators for YAML parsing errors in Front Matter.
+ Changed default Bold and Italics behavior so that underscores surrounded by text
does not trigger formatting.
+ Updated Electron to v35.4.0; updated many other dependencies as well.
- Lots of bug fixes.
New since Beta 5:
- Fixed an issue where query editor selection could be lost.
- Fixed an issue where you couldn't open a new query from the Map.
- Fixed an issue where query results could come out of order.
- Fixed HTML parsing to only start on valid tag names.

v0.9.0 New since v0.8x: + Added support for link previews, with support for website previews, audio, video, and youtube links. Raw links on their own line are automatically previewed. + Added support for displaying β€Ήspan class="wow" >HTML</ span> with syntax highlighting. + Hovering over wiki-links now show a preview of the note's contents. + Changed scrolling cards in the Cards Lens to require alt by default. This can be changed within settings. + Added support for Shifting Sections with Alt+Shift+Up/Down on Windows & Linux and ^T+Up/Down on Mac. + Added an option to follow links with unmodified left clicks. + Added an option to always autocomplete the full workspace path for Wiki Links. + Added an option to control whether finished Todos are crossed out. + Added support for selecting different code highlighting themes. + Added support for searching within a single file. + Added support for indenting headers, code blocks, math blocks, and quotes. + Added support for unicode autocomplete in note titles. + Added the List Lens and greatly improved the Card and Feed lenses. + Switched to using the computer name instead of hostname when identifying a machine in workspace data. + Added an option on linux & windows to use the native titlebar. Defaults to on for linux, off for windows. + Added error & warning indicators for YAML parsing errors in Front Matter. + Changed default Bold and Italics behavior so that underscores surrounded by text does not trigger formatting. + Updated Electron to v35.4.0; updated many other dependencies as well. - Lots of bug fixes. New since Beta 5: - Fixed an issue where query editor selection could be lost. - Fixed an issue where you couldn't open a new query from the Map. - Fixed an issue where query results could come out of order. - Fixed HTML parsing to only start on valid tag names.

Tangent v0.9.0 is released! This new stable version includes many features, including:
- Inline link previews!
- Inline HTML syntax highlighting!
- Note hover previews!

And more! Check it out: https://www.tangentnotes.com/Download

#pkm #foss #notes #markdown

07.06.2025 14:55 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
v0.9.0-beta.5
+ Added description extraction for preview of Wikipedia links.
+ Added an option to control whether finished Todos are crossed out.
+ Updated Electron to v35.4.0; updated many other dependencies as well.
- Fixed an issue where external links had a blank tooltip.
- Fixed an issue where links with preview errors could show two different tooltips at
once.

v0.9.0-beta.5 + Added description extraction for preview of Wikipedia links. + Added an option to control whether finished Todos are crossed out. + Updated Electron to v35.4.0; updated many other dependencies as well. - Fixed an issue where external links had a blank tooltip. - Fixed an issue where links with preview errors could show two different tooltips at once.

Tangent v0.9.0-beta.5 is out! Wikipedia previews now have actual descriptions in them, and a user request for disabling crossing out finished Todos!

#pkm #notes #foss

31.05.2025 22:08 β€” πŸ‘ 0    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

Again, the intention is that this doesn't actually slow anything down. I just want to have more than ~2 stable releases a year!

31.05.2025 21:01 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I want to release stable versions more often. The only reasonable way to do this is to shrink the scope of each update. With that aim, I'm moving most of the items currently on the 0.10.x milestone to some future milestone.

#foss

31.05.2025 21:01 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
vO.9.0-beta.4
- Fixed a critical issue where non-terminated code blocks threw unhandled errors
and could make the editor appear blank. Added a stripped-down fallback to better
handle & message any future errors of this class.

vO.9.0-beta.4 - Fixed a critical issue where non-terminated code blocks threw unhandled errors and could make the editor appear blank. Added a stripped-down fallback to better handle & message any future errors of this class.

Tangent v0.9.0-beta.4 is out. This fixes a _very_ nasty bug that I stumbled onto by chance. Apologies that it made it into the beta!

#pkm #markdown #notes #foss

26.05.2025 21:45 β€” πŸ‘ 0    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
v0.9.0-beta.3
- Fixed a regression where pasting images didn't actually insert the image.
- Fixed an issue where deleting a note referenced by other notes didn't clear out
that note's content.
- Hardened a potential issue surrounding map node syncing & reduced related log
bloat.
- Fixed an issue with saving settings when there were no customizations.

v0.9.0-beta.3 - Fixed a regression where pasting images didn't actually insert the image. - Fixed an issue where deleting a note referenced by other notes didn't clear out that note's content. - Hardened a potential issue surrounding map node syncing & reduced related log bloat. - Fixed an issue with saving settings when there were no customizations.

Tangent v0.9.0-beta.3 is out! Another handful of regressions are fixed, including fixing pasting images!

#pkm #markdown #notes #foss

18.05.2025 20:26 β€” πŸ‘ 0    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
vO.9.0-beta.2
+ Changed default Bold and Italics behavior so that underscores surrounded by text
does not trigger formatting.
+ Added error & warning indicators for YAML parsing errors in Front Matter.
+ Added the ability to wrap from the first to the last item (and vice-versa) in the
command palette & autocomplete menus.
- Fixed an issue where unclosed front matter still inserted a horizontal line.
- Fixed a regression where new Wiki Links to virtual files would not show up green
once the file was actually created.
- Fixed an issue where using Ctrl+Shift+Click on a wiki link to replace the
current pane when clicking on a link in a file in a Feed Lens didn't correctly replace
that pane with the linked file.

vO.9.0-beta.2 + Changed default Bold and Italics behavior so that underscores surrounded by text does not trigger formatting. + Added error & warning indicators for YAML parsing errors in Front Matter. + Added the ability to wrap from the first to the last item (and vice-versa) in the command palette & autocomplete menus. - Fixed an issue where unclosed front matter still inserted a horizontal line. - Fixed a regression where new Wiki Links to virtual files would not show up green once the file was actually created. - Fixed an issue where using Ctrl+Shift+Click on a wiki link to replace the current pane when clicking on a link in a file in a Feed Lens didn't correctly replace that pane with the linked file.

Tangent v0.9.0-beta.2 is out! All of these fixes were found by the community! Thank you all, and keep 'em coming!

You can open an issue for a bug or a feature idea on github! https://github.com/suchnsuch/Tangent

16.05.2025 23:32 β€” πŸ‘ 0    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
v0.9.0-beta. 1
New Since v0.9.0-alpha.11:
+ Added support for unicode autocomplete in note titles.
+ Added an option on linux & windows to use the native titlebar. Defaults to on for
linux, off for windows.
- Fixed an issue where you couldn't select inside of a selection in note titles.
- Fixed an issue where links with periods could create files with strange extensions.
- Replaced "Paste as Plaintext" with the native "Paste and Match Style", fixing a
duplicate paste issue on Windows & Linux.
- Fixed an issue where the List Lens couldn't scroll.
- Fixed an issue where raw links would assume a trailing period was part of the link.
- Fixed an issue where toggling on italic, bold, or other inline formatting on an
empty line didn't work.
- Fixed an issue where creating a new session by following links could drop current
thread context.

v0.9.0-beta. 1 New Since v0.9.0-alpha.11: + Added support for unicode autocomplete in note titles. + Added an option on linux & windows to use the native titlebar. Defaults to on for linux, off for windows. - Fixed an issue where you couldn't select inside of a selection in note titles. - Fixed an issue where links with periods could create files with strange extensions. - Replaced "Paste as Plaintext" with the native "Paste and Match Style", fixing a duplicate paste issue on Windows & Linux. - Fixed an issue where the List Lens couldn't scroll. - Fixed an issue where raw links would assume a trailing period was part of the link. - Fixed an issue where toggling on italic, bold, or other inline formatting on an empty line didn't work. - Fixed an issue where creating a new session by following links could drop current thread context.

New Since vO.8.x:
+ Added support for < span class="wow" >HTML</ span> syntax parsing.
+ Added support for inline formatting within link text.
+ Added support for Embedding & link previews. Raw links on their own line are
automatically treated as "embed" links. Markdown embed links (i.e. image links)
will also display link previews & embeds. Audio, video, and YouTube links are
displayed in the note natively.
+ Added support for Shifting Sections with Alt+Shift+Up/Down on Windows & Linux
and ^ T+Up/Down on Mac.
+ Added an option to always use the full workspace path when autocompleting Wiki
Links.
+ Added wiki link previews using a new custom tooltip system.
+ Added support for selecting different code highlighting themes, with different
options for block and inline (e.g. HTML) code in both light mode and dark mode.
+ Changed scrolling cards in the Cards Lens to require alt by default. This can be
changed within settings.
+ Added a simple List Lens for folders & queries that displays files in a list. This lens
is used automatically when displaying folders & queries in the Feed Lens.
+ Added support for simple in-file search.
+ Added support for indenting headers, code blocks, math blocks, and block
quotes.
+ Switched to using the computer name instead of hostname when identifying a
machine in workspace data.

New Since vO.8.x: + Added support for < span class="wow" >HTML</ span> syntax parsing. + Added support for inline formatting within link text. + Added support for Embedding & link previews. Raw links on their own line are automatically treated as "embed" links. Markdown embed links (i.e. image links) will also display link previews & embeds. Audio, video, and YouTube links are displayed in the note natively. + Added support for Shifting Sections with Alt+Shift+Up/Down on Windows & Linux and ^ T+Up/Down on Mac. + Added an option to always use the full workspace path when autocompleting Wiki Links. + Added wiki link previews using a new custom tooltip system. + Added support for selecting different code highlighting themes, with different options for block and inline (e.g. HTML) code in both light mode and dark mode. + Changed scrolling cards in the Cards Lens to require alt by default. This can be changed within settings. + Added a simple List Lens for folders & queries that displays files in a list. This lens is used automatically when displaying folders & queries in the Feed Lens. + Added support for simple in-file search. + Added support for indenting headers, code blocks, math blocks, and block quotes. + Switched to using the computer name instead of hostname when identifying a machine in workspace data.

Tangent v0.9.0-beta.1 is out! A bunch bugfixes since alpha 11 and many new features since v0.8!

Now is the perfect time to dip your toes and help to polish the final v0.9 release!

#pkm #notes #foss #markdown

08.05.2025 13:27 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
v0.9.0-alpha.11
+ Added support for indenting headers, code blocks, math blocks, and block
quotes.
- Fixed a regression where editing code caused visual issues.
- Fixed a bug where un/tabbing multiple lines could shift selection incorrectly.

v0.9.0-alpha.11 + Added support for indenting headers, code blocks, math blocks, and block quotes. - Fixed a regression where editing code caused visual issues. - Fixed a bug where un/tabbing multiple lines could shift selection incorrectly.

Tangent v0.9.0-alpha.11 is out! This update lets you indent everything from headers to code blocks!

#pkm #markdown #foss

29.04.2025 13:16 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
v0.9.0-alpha.10
+ Added support for Shifting Sections with Alt+Shift+Up/Down on
Windows & Linux and βŒƒβŒ₯+Up/Down on Mac.
+ Added an option to always use the full workspace path when
autocompleting Wiki Links.
- Fixed several issues that could cause terrible performance in
Queries.
- Fixed a regression where Highlights and Strikethrough were
broken.

v0.9.0-alpha.10 + Added support for Shifting Sections with Alt+Shift+Up/Down on Windows & Linux and βŒƒβŒ₯+Up/Down on Mac. + Added an option to always use the full workspace path when autocompleting Wiki Links. - Fixed several issues that could cause terrible performance in Queries. - Fixed a regression where Highlights and Strikethrough were broken.

Tangent 0.9.0-alpha.10 is out! This update has keyboard-based section shifting, a new wikilink autocomplete option, and a massive set of fixes for queries!

#tangent #pkm #foss

18.04.2025 13:27 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
v0.9.0-alpha.9
+ Added wiki link previews using a new custom tooltip system.
+ Added an option to follow links with unmodified left clicks.
+ Improved panel behavior when Tangent's windows are thinner than the set
minimum panel width.
+ Added an experimental IO Queue system for debugging query solving issues.
- Fixed an issue where some system settings documentation links didn't work.
- Fixed an issue where the List Lens didn't correctly buffer itself from its parent's
settings.
- Removed the (always incorrect) hotkey from the set creation rule button.

v0.9.0-alpha.9 + Added wiki link previews using a new custom tooltip system. + Added an option to follow links with unmodified left clicks. + Improved panel behavior when Tangent's windows are thinner than the set minimum panel width. + Added an experimental IO Queue system for debugging query solving issues. - Fixed an issue where some system settings documentation links didn't work. - Fixed an issue where the List Lens didn't correctly buffer itself from its parent's settings. - Removed the (always incorrect) hotkey from the set creation rule button.

An example of the tooltip previews in Tangent v0.9.0-alpha.9

An example of the tooltip previews in Tangent v0.9.0-alpha.9

Tangent v0.9.0-alpha.9 is out! The headline feature is note previews in link tooltips! Some other pieces should be helpful too!

24.03.2025 13:19 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
v0.9.0-alpha.8
+ Added support for simple in-file search.
+ Improved how annotations for query matches & in-file search are displayed.
+ Added a simple List Lens for folders & queries that displays files in a list. This lens
is used automatically when displaying folders & queries in the Feed Lens.
+ Improved the display of folders & queries in the Cards Lens.
+ Moved a panel's settings hint to the top right in the Feed Lens.
+ Switched to using the computer name instead of hostname when identifying a
machine in workspace data.
- Fixed an issue where the Feed Lens wasn't correctly handling node reference
comparison, leading to strange behavior when viewing Queries in the Feed Lens.
- Fixed a regression where link tooltips were hitting a null reference.
- Fixed an issue where pinned settings panels could overlap their contents when
resized.
- Fixed an issue where queries provided duplicate annotations per match.
- Fixed an issue where "portable" paths generated from Windows had backslashes
in their paths.
- Fixed an issue where development data leaked into the distributed
documentation.

v0.9.0-alpha.8 + Added support for simple in-file search. + Improved how annotations for query matches & in-file search are displayed. + Added a simple List Lens for folders & queries that displays files in a list. This lens is used automatically when displaying folders & queries in the Feed Lens. + Improved the display of folders & queries in the Cards Lens. + Moved a panel's settings hint to the top right in the Feed Lens. + Switched to using the computer name instead of hostname when identifying a machine in workspace data. - Fixed an issue where the Feed Lens wasn't correctly handling node reference comparison, leading to strange behavior when viewing Queries in the Feed Lens. - Fixed a regression where link tooltips were hitting a null reference. - Fixed an issue where pinned settings panels could overlap their contents when resized. - Fixed an issue where queries provided duplicate annotations per match. - Fixed an issue where "portable" paths generated from Windows had backslashes in their paths. - Fixed an issue where development data leaked into the distributed documentation.

Tangent v0.9.0-alpha.8 is out! it brings in-file search, a List Lens, Feed Lens improvements, and a collection of fixes.

28.02.2025 03:09 β€” πŸ‘ 0    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
Install Tangent on Linux | Flathub A clean and powerful open source notes app

For all of you #flatpak loving #foss #pkm folks, Tangent is now verififed on flathub!

Check it out! flathub.org/apps/io.gith...

02.02.2025 16:49 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
+ Added support for selecting different code highlighting themes, with different options for block and inline (e.g. HTML) code in both light mode and dark mode.
- Fixed an issue where pasting images caused a loop of inserting the link over and over again.
- Fixed a regression where some code languages were not correctly highlighted on initial load.
- Fixed an issue where renamed notes could have their old names retained in the saved session files.

+ Added support for selecting different code highlighting themes, with different options for block and inline (e.g. HTML) code in both light mode and dark mode. - Fixed an issue where pasting images caused a loop of inserting the link over and over again. - Fixed a regression where some code languages were not correctly highlighted on initial load. - Fixed an issue where renamed notes could have their old names retained in the saved session files.

Tangent v0.9.0-alpha.7 is out! This update adds support for selecting your code highlighting theme and a handful of bugfixes.

#foss #pkm #notes #markdown

28.01.2025 14:43 β€” πŸ‘ 0    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
+ Added initial support for <span class="wow">HTML</span> syntax parsing. This fills a major parsing hole and fixes several issues users saw related to HTML syntax being parsed as something else.
+ Changed scrolling cards in the [[Cards Lens]] to require `alt` by default. This can be changed within settings.

+ Added initial support for <span class="wow">HTML</span> syntax parsing. This fills a major parsing hole and fixes several issues users saw related to HTML syntax being parsed as something else. + Changed scrolling cards in the [[Cards Lens]] to require `alt` by default. This can be changed within settings.

Tangent v0.9.0-alpha.5 is out! This update adds syntax highlighting for inline html. This fills a longstanding functionality hole within Tangent and opens up the future for even more useful functionality. #pkm #markdown #foss

18.01.2025 19:15 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
+ Added a setting to disable the automatic embedding of raw links on their own line. Raw links can still be embedded by prepending them with `!`.
+ Improved preview display, and switched to using the "googlebot" user agent, improving scraped results.
+ Improved how link preview errors are handled and displayed to the user.
- Fixed an issue where markdown links had strange vertical alignment.

+ Added a setting to disable the automatic embedding of raw links on their own line. Raw links can still be embedded by prepending them with `!`. + Improved preview display, and switched to using the "googlebot" user agent, improving scraped results. + Improved how link preview errors are handled and displayed to the user. - Fixed an issue where markdown links had strange vertical alignment.

Happy New Year! Tangent v0.9.0-alpha.4 is out! This update improves link preview reliability and lets you disable the automatic raw link embedding. #pkm #markdown #foss

01.01.2025 19:39 β€” πŸ‘ 0    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
+ Massively expanded [[Embedding]] & link previews! Raw links on their own line are automatically treated as "embed" links. Markdown embed links (i.e. image links) will also display link previews & embeds. Audio, video, and YouTube links are displayed in the note natively.
- Fixed a regression where `inline code` would consume the entire line.
- Fixed a regression where [[Code]] blocks would always show their closing backticks.

+ Massively expanded [[Embedding]] & link previews! Raw links on their own line are automatically treated as "embed" links. Markdown embed links (i.e. image links) will also display link previews & embeds. Audio, video, and YouTube links are displayed in the note natively. - Fixed a regression where `inline code` would consume the entire line. - Fixed a regression where [[Code]] blocks would always show their closing backticks.

Post image Post image Post image

Tangent v0.9.0-alpha.2 is out! This update adds support for link previews and audio/video/YouTube embedding! I'm pretty excited about this update. I hope it can become super useful. #notes #pkm #foss

29.12.2024 20:33 β€” πŸ‘ 0    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

And I suppose some algorithm baiting is in order here! Tangent is a #markdown (ish) #pkm #notes app. It's #FOSS and local first!

22.12.2024 20:29 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
+ Added support for inline formatting within link text. // This required a sizable refactor of the note parser that should set Tangent up for more robust features in the future.
- Fixed some cursor movement issues with embedded images. Using the arrow keys to move around image links should feel much less broken.
- Fixed an issue that caused image links to have inconsistent underlines.

+ Added support for inline formatting within link text. // This required a sizable refactor of the note parser that should set Tangent up for more robust features in the future. - Fixed some cursor movement issues with embedded images. Using the arrow keys to move around image links should feel much less broken. - Fixed an issue that caused image links to have inconsistent underlines.

Tangent v0.9.0-alpha.1 is out! This update includes a rather larger refactor of the note parser. This enabled support for inline formatting inside of link text, and it should set us up for larger successes as well!

Get on the "bleeding edge" and check this out! www.tangentnotes.com/Download

22.12.2024 20:20 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 0    πŸ“Œ 1
New since v0.7.x:
+ Added index caching. Tangent will cache workspace indexes and restore them on first load. This should speed up startup times for large workspaces.
+ Sped up index link resolution, reducing the time taken linking notes by ~50%.
+ Added the ability to click on nodes & threads within old Session Maps to add those nodes and threads to the current Session.
+ Added [[Unicode Autocomplete]] support for arrows and dashes.
+ Added access to the custom [[Dictionary]] so that mistakenly-added words can be expunged.
+ Added support for cancelling todo items with `[-]`.
	+ Added the ability to choose between all todo states by right clicking on a checkbox.
	+ Added query support for canceled todos.
	+ Added a query shorthand for all complete _or_ canceled todos, e.g. `Notes with closed todos`.
+ Made open queries refresh on file changes.
+ Added diacritic-insensitivity for filename searches.
+ Opening a code block will automatically create a matching closing line.
+ Added autoco

New since v0.7.x: + Added index caching. Tangent will cache workspace indexes and restore them on first load. This should speed up startup times for large workspaces. + Sped up index link resolution, reducing the time taken linking notes by ~50%. + Added the ability to click on nodes & threads within old Session Maps to add those nodes and threads to the current Session. + Added [[Unicode Autocomplete]] support for arrows and dashes. + Added access to the custom [[Dictionary]] so that mistakenly-added words can be expunged. + Added support for cancelling todo items with `[-]`. + Added the ability to choose between all todo states by right clicking on a checkbox. + Added query support for canceled todos. + Added a query shorthand for all complete _or_ canceled todos, e.g. `Notes with closed todos`. + Made open queries refresh on file changes. + Added diacritic-insensitivity for filename searches. + Opening a code block will automatically create a matching closing line. + Added autoco

Tangent v0.8.0 is now out! This new stable channel release features a whole host of quality-of-life features for your enjoyment.

Check out Tangent's unique, markdown-ish flavor of PKM here! www.tangentnotes.com

26.09.2024 13:51 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Tangent v0.7.0-beta.2 is out! This updated fixes a handful of issues found in the last few weeks.

06.04.2024 15:32 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Tangent v0.7.0-beta.1 is out! This is the first open source beta of Tangent!

18.03.2024 13:22 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Tangent v0.7.0-alpha.6 is out! Some key fixes and filled in holes for dealing with toggling inline formatting on and off.

06.03.2024 14:37 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0