chimay

joined 1 year ago
[–] chimay@lemmy.world 2 points 1 year ago

friendica & hubzilla are similar. From there, you can follow diaspora accounts as well as the fediverse stuff : mastodon, lemmy, peertube, ...

socialhome, I dunno.

[–] chimay@lemmy.world 5 points 1 year ago (2 children)

anything to do with the mobile ui ?

is it foss ?

[–] chimay@lemmy.world 2 points 1 year ago

good idea, thx !

[–] chimay@lemmy.world 1 points 1 year ago (2 children)

I wonder why matrix is more popular than xmpp, while being more recent

anyway, thanks!

 

for instance on free software, linux, bsd, ... ?

5
submitted 1 year ago* (last edited 1 year ago) by chimay@lemmy.world to c/fediverse@lemmy.world
 

A specific one, or at least that support it ? Didn't find anything on play store or fdroid.

[–] chimay@lemmy.world 5 points 1 year ago (1 children)

So far, I've encountered no problem adding masto accounts in akkoma. That said, I don't use it much.

[–] chimay@lemmy.world 2 points 1 year ago (1 children)
[–] chimay@lemmy.world 2 points 1 year ago

besides syncthing, there is also unison

 

Generalize Orgmode to Markdown and any Folding structure in Vim and Neovim. Supports Org, Markdown and any Folded file.

See the repo for more information.

Features :

  • folding based on headings in org and markdown files
  • headings based on folding in folded files
    • you can handle your folds like headings in orgmode
  • navigate in headings or list items hierarchy
    • next, previous : any level
    • forward, backward : same level as current one
    • parent heading, upper level
    • child heading, lower level :
      • loosely speaking : first headline of level + 1, forward
      • strictly speaking : must be in the current subtree
    • go to another headline with prompt completion of full path
  • modify headings or list items
    • new headline or list item
    • select, yank, delete subtree
    • promote, demote heading or list item
    • move subtree up or down
    • move current subtree in another one (aka org-refile)
    • cycle todo status
  • headlines
    • tags
  • lists
    • cycle list item prefix
    • toggle checkbox
    • checked boxes ratio on parent item
  • tables
    • inside of table : align columns
      • also works with multibyte characters
    • outside of table : align following a pattern
    • go to next or previous cell
    • go to beginning or end of cell
    • duplicate above cell content to current one
    • select cell content
    • add new row, colum
    • delete row, colum
    • move row up or down
    • move column left or right
  • links
    • store url at cursor
    • create link with url completion
    • goto link under or close to cursor
    • goto next/previous link
  • expand shortcut to template (aka org-structure-template)
    • markdown support limited to code blocks
  • insert timestamp
  • insert unicode character
    • refer to autoload/organ/unicode.vim to see available chars
  • insert result of vim or python expression
  • export in another format using
    • pandoc
    • emacs
    • asciidoc or asciidoctor
    • view exported document
  • convert headings and links org <-> markdown