Giter VIP home page Giter VIP logo

joplin-theme's Introduction

My private style for Joplin.
It's build on top of the integrated "Dark" Theme included in Joplin.

Screenshot Joplin

Usage

  1. Install the "Font Awesome Free" (Version 5) Font to your PC. Download here, open the Webfonts folder and install the three .ttf files inside
  2. Open your userchrome.css and paste the content from this repository. Do the same with userstyle.css
  3. Please be sure to use the integraded "Dark" Theme from Joplin. Have a look for this under Tools > Options > Appearance

Bullet Journal usage

Screenshot Joplin

  1. If you want to use my Bullet Journal style, create a new file in the same folder where the userstyles.css is lying. Name the file userstyle-bujo.css
  2. Paste the content from this repository, don't forget to install the "Font Awesome Free" font to your local PC
  3. At the end of every note, where you want to use this extra style, add this line <style>@import url(C:/Users/<username>/.config/joplin-desktop/userstyle-bujo.css);</style>

Bullet Journal Calendar usage

Screenshot Calendar

Add this code to create a table calendar in you BuJo note.

<div class="calendar">

| Mรค. |  Mo. |  Tu. |  We. |  Th. |  Fr. |  Sa. |  Su. |
| --: | ---- | ---- | ---- | ---- | ---- | ---- | ---- |
| #40 | *3* <i>๐Ÿ›‹๏ธ</i> | *4* | *5* | *6* | *7* <i>๐Ÿฉฐ</i> | *8* <i>๐Ÿ›’๐Ÿฉฐ</i> | *9* |
| #41 | *10* <i>๐ŸŽ‚</i> | *11* | *12* | *13* <i>๐Ÿฃ</i> | *14* | *15* <i>๐Ÿฅ‚๐Ÿฉฐ</i> | *16* |
| #42 | *17* | *18* | *19* <i>๐ŸŽ‚</i> | *20* | *21* <i>๐Ÿต</i> | *22* <i>๐Ÿฉฐ</i> | *23* |
| #43 | *24* | *25* | *26* | *27* | *28* | *29* | *30* |
| #44 | *31* <i>๐Ÿ›‹๏ธ</i> | **1** <i>๐ŸŒด๐ŸŽท</i> | **2** <i>๐ŸŒด</i> | **3** | **4** |  **5** | **6** |
</div>

Message usage

Screenshot Joplin

To use this message boxes, copy this to your note in Joplin.

<b-notice>
  <b>NOTICE:</b> This is a notice box
</b-notice>

<b-help>
  <b>HELP:</b> This is a help box
</b-help>

<b-success>
  <b>SUCCESS:</b> This is a success box
</b-success>

<b-warning>
  <b>WARNING:</b> This is a warning box
</b-warning>

<b-error>
  <b>ERROR:</b> This is a error box
</b-error>

<b-construction>
  <b>CONSTRUCTION:</b> This is a construction box.
</b-construction>

Mermaid Dark mode usage

Nermaid Dark mode

For better view add following line at the starting of mermaid syntax. (Thanks to https://github.com/KedarGhadge for this addition.)

%%{init: { "theme": "dark" } }%%

Used Plugins

I use the following Plugins which are already designed by me:

Templates Plugin

Template Messages

  • Install the Plugin and restart Joplin
  • Create a new note, insert one message code from above to the note and add the template-tag

Outline Plugin

If you want to use my Outline Plugin style from the images, then add the following CSS line to Tools > Options > Outline > "Show Advanced Settings" > "User Style".

.outline-content {background:#2E3138; padding:5px 0;} .toc-item-link {height:30px, font-size:13px; display:flex !important; align-items:center; text-indent:-20px;} .toc-item-link > * {padding:0 0 0 12px;} .toc-item-link:hover {font-weight:normal; text-decoration:none; background:#4E4E4E; cursor:default;} a#header {color:#ffffff; height:30px; line-height:30px; padding:0 0 0 6px;} a#header::before {content:"\e917"; font-family:"icomoon" !important; font-size:18px; color:#ffffff; margin:0 8px 0 0; font-weight:300; top:3px; position:relative;}

Question

I found the design for the headers in another project, but forgot to save the source. If someone knows from whom this was, I would be really glad to add a source link ๐Ÿ˜Š

joplin-theme's People

Contributors

angelcrawford avatar kedarghadge avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.