8000 GitHub - cldwalker/logseq-config
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cldwalker/logseq-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This project contains my Logseq configuration including plugins. I use this configuration across all my graphs with the global configuration feature.

Setup

To try my configuration:

# If you have an existing logseq config directory, back it up
$ mv ~/.logseq/config ~/.logseq/config.bak

# Clone this configuration
$ git clone https://github.com/cldwalker/logseq-config .

# Copy over my config
$ cp -R config ~/.logseq/config

Alternatively, you can copy over specific files for more granular usage.

Plugins

The list of plugins I currently use are in this file. To try my plugins, see instructions under the Functionality section in https://docs.logseq.com/#/page/plugins.edn.

Convert your local graph config to a global one

If you would like to convert your existing Logseq config to a global config and possibly share with others via git:

  1. In a shell: cd ~/.logseq && git init.
  2. Copy this repository's .gitignore into ~/.logseq.
  3. Copy the logseq/config.edn from your most active graph to ~/.logseq/config/config.edn. Be sure to only keep config options you want applied across all graphs. Remove the global config options from your local config files.
  4. Save your config: git add . && git commit -m "Initial commit"

Previously used plugins

These are plugins I've tried. As someone who has built many editor plugins, this is not meant to make anyone feel bad about their hard work. This section is to share experiences in case it helps others.

Dev

Be sure to have babashka installed.

Run bb tasks to see available tasks. Currently there are tasks for listing plugins.

License

See LICENSE.md

Additional Links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0